POST api/MESetting/SaveExamComponent
Request Information
URI Parameters
None.
Body Parameters
Collection of ExamComponentListDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ExamId | string |
String length: inclusive between 0 and 20 |
|
| ComponentId | integer |
None. |
|
| Sequence | integer |
None. |
|
| Name | string |
String length: inclusive between 0 and 50 |
|
| ValidFlag | boolean |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| UserIDCreated | integer |
None. |
|
| UserIDUpdated | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"ExamId": "sample string 2",
"ComponentId": 3,
"Sequence": 4,
"Name": "sample string 5",
"ValidFlag": true,
"DateCreated": "2025-12-15T23:14:47.7352831-08:00",
"DateUpdated": "2025-12-15T23:14:47.7352831-08:00",
"UserIDCreated": 9,
"UserIDUpdated": 10
},
{
"Id": 1,
"ExamId": "sample string 2",
"ComponentId": 3,
"Sequence": 4,
"Name": "sample string 5",
"ValidFlag": true,
"DateCreated": "2025-12-15T23:14:47.7352831-08:00",
"DateUpdated": "2025-12-15T23:14:47.7352831-08:00",
"UserIDCreated": 9,
"UserIDUpdated": 10
}
]
application/xml, text/xml
Sample:
<ArrayOfExamComponentListDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.MedicalExam">
<ExamComponentListDTO>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-12-15T23:14:47.7352831-08:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-12-15T23:14:47.7352831-08:00</DateUpdated>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">9</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">10</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">true</ValidFlag>
<ComponentId>3</ComponentId>
<ExamId>sample string 2</ExamId>
<Id>1</Id>
<Name>sample string 5</Name>
<Sequence>4</Sequence>
</ExamComponentListDTO>
<ExamComponentListDTO>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-12-15T23:14:47.7352831-08:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-12-15T23:14:47.7352831-08:00</DateUpdated>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">9</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">10</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">true</ValidFlag>
<ComponentId>3</ComponentId>
<ExamId>sample string 2</ExamId>
<Id>1</Id>
<Name>sample string 5</Name>
<Sequence>4</Sequence>
</ExamComponentListDTO>
</ArrayOfExamComponentListDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfListOfExamComponentListDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | Collection of ExamComponentListDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": [
{
"Id": 1,
"ExamId": "sample string 2",
"ComponentId": 3,
"Sequence": 4,
"Name": "sample string 5",
"ValidFlag": true,
"DateCreated": "2025-12-15T23:14:48.2417977-08:00",
"DateUpdated": "2025-12-15T23:14:48.2417977-08:00",
"UserIDCreated": 9,
"UserIDUpdated": 10
},
{
"Id": 1,
"ExamId": "sample string 2",
"ComponentId": 3,
"Sequence": 4,
"Name": "sample string 5",
"ValidFlag": true,
"DateCreated": "2025-12-15T23:14:48.2417977-08:00",
"DateUpdated": "2025-12-15T23:14:48.2417977-08:00",
"UserIDCreated": 9,
"UserIDUpdated": 10
}
],
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfExamComponentListDTOzIntITI8 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">
<d2p1:ExamComponentListDTO>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-12-15T23:14:48.2417977-08:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-12-15T23:14:48.2417977-08:00</DateUpdated>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">9</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">10</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">true</ValidFlag>
<d2p1:ComponentId>3</d2p1:ComponentId>
<d2p1:ExamId>sample string 2</d2p1:ExamId>
<d2p1:Id>1</d2p1:Id>
<d2p1:Name>sample string 5</d2p1:Name>
<d2p1:Sequence>4</d2p1:Sequence>
</d2p1:ExamComponentListDTO>
<d2p1:ExamComponentListDTO>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-12-15T23:14:48.2417977-08:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-12-15T23:14:48.2417977-08:00</DateUpdated>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">9</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">10</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">true</ValidFlag>
<d2p1:ComponentId>3</d2p1:ComponentId>
<d2p1:ExamId>sample string 2</d2p1:ExamId>
<d2p1:Id>1</d2p1:Id>
<d2p1:Name>sample string 5</d2p1:Name>
<d2p1:Sequence>4</d2p1:Sequence>
</d2p1:ExamComponentListDTO>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfArrayOfExamComponentListDTOzIntITI8>