POST api/MedicalExamcos/PostSaveQuestionnaireReview
Request Information
URI Parameters
None.
Body Parameters
MEQuestionnaireReviewDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CaseNo | integer |
None. |
|
| QuestionnaireId | integer |
None. |
|
| IsQuestionnaireReviewed | boolean |
None. |
|
| Comment | string |
String length: inclusive between 0 and 1000 |
|
| ClosedByUserName | string |
String length: inclusive between 0 and 8000 |
|
| MROId | integer |
None. |
|
| ValidFlag | boolean |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| UserIDCreated | integer |
None. |
|
| UserIDUpdated | integer |
None. |
|
| CompanyCode | string |
String length: inclusive between 0 and 10 |
|
| IsExcludeDiscount | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CaseNo": 2,
"QuestionnaireId": 3,
"IsQuestionnaireReviewed": true,
"Comment": "sample string 5",
"ClosedByUserName": "sample string 6",
"MROId": 1,
"ValidFlag": true,
"DateCreated": "2026-02-03T19:09:25.9676219-08:00",
"DateUpdated": "2026-02-03T19:09:25.9676219-08:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
}
application/xml, text/xml
Sample:
<MEQuestionnaireReviewDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.MedicalExam"> <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 12</CompanyCode> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2026-02-03T19:09:25.9676219-08:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2026-02-03T19:09:25.9676219-08:00</DateUpdated> <IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">11</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <CaseNo>2</CaseNo> <ClosedByUserName>sample string 6</ClosedByUserName> <Comment>sample string 5</Comment> <Id>1</Id> <IsQuestionnaireReviewed>true</IsQuestionnaireReviewed> <MROId>1</MROId> <QuestionnaireId>3</QuestionnaireId> </MEQuestionnaireReviewDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfMEQuestionnaireReviewDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | MEQuestionnaireReviewDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"Id": 1,
"CaseNo": 2,
"QuestionnaireId": 3,
"IsQuestionnaireReviewed": true,
"Comment": "sample string 5",
"ClosedByUserName": "sample string 6",
"MROId": 1,
"ValidFlag": true,
"DateCreated": "2026-02-03T19:09:25.9826345-08:00",
"DateUpdated": "2026-02-03T19:09:25.9826345-08:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
},
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfMEQuestionnaireReviewDTOzIntITI8 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
<isSuccess>true</isSuccess>
<jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.MedicalExam">
<CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 12</CompanyCode>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2026-02-03T19:09:25.9826345-08:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2026-02-03T19:09:25.9826345-08:00</DateUpdated>
<IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">10</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">11</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:CaseNo>2</d2p1:CaseNo>
<d2p1:ClosedByUserName>sample string 6</d2p1:ClosedByUserName>
<d2p1:Comment>sample string 5</d2p1:Comment>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsQuestionnaireReviewed>true</d2p1:IsQuestionnaireReviewed>
<d2p1:MROId>1</d2p1:MROId>
<d2p1:QuestionnaireId>3</d2p1:QuestionnaireId>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfMEQuestionnaireReviewDTOzIntITI8>