GET api/NTCommonOrder/GetLatestOrderSummary?q={q}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfOrderExpandDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | OrderExpandDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"OrderId": 1,
"CorporationCode": "sample string 2",
"CaseNo": 3,
"EncounterId": 1,
"Status": 1,
"Step": 1.1,
"OrderCategoryId": 4,
"DateCreated": "2025-10-30T10:03:46.2783516-07:00",
"ServiceId": 6
},
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfOrderExpandDTOq_PWKlXmP 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.BL.NurseTriage.Order">
<d2p1:CaseNo>3</d2p1:CaseNo>
<d2p1:CorporationCode>sample string 2</d2p1:CorporationCode>
<d2p1:DateCreated>2025-10-30T10:03:46.2783516-07:00</d2p1:DateCreated>
<d2p1:EncounterId>1</d2p1:EncounterId>
<d2p1:OrderCategoryId>4</d2p1:OrderCategoryId>
<d2p1:OrderId>1</d2p1:OrderId>
<d2p1:ServiceId>6</d2p1:ServiceId>
<d2p1:Status>1</d2p1:Status>
<d2p1:Step>1.1</d2p1:Step>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfOrderExpandDTOq_PWKlXmP>