GET api/NTCommonOrder/GetAllOrderAuthorization?q={q}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfGetAllOrderAuthorizationDtoName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | Collection of GetAllOrderAuthorizationDto |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": [ { "OrderCategoryId": 1, "OrderTypeId": 2, "OrderSubTypeId": 3, "IsAuthorizationRequired": true }, { "OrderCategoryId": 1, "OrderTypeId": 2, "OrderSubTypeId": 3, "IsAuthorizationRequired": true } ], "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfGetAllOrderAuthorizationDtoq_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:GetAllOrderAuthorizationDto> <d2p1:IsAuthorizationRequired>true</d2p1:IsAuthorizationRequired> <d2p1:OrderCategoryId>1</d2p1:OrderCategoryId> <d2p1:OrderSubTypeId>3</d2p1:OrderSubTypeId> <d2p1:OrderTypeId>2</d2p1:OrderTypeId> </d2p1:GetAllOrderAuthorizationDto> <d2p1:GetAllOrderAuthorizationDto> <d2p1:IsAuthorizationRequired>true</d2p1:IsAuthorizationRequired> <d2p1:OrderCategoryId>1</d2p1:OrderCategoryId> <d2p1:OrderSubTypeId>3</d2p1:OrderSubTypeId> <d2p1:OrderTypeId>2</d2p1:OrderTypeId> </d2p1:GetAllOrderAuthorizationDto> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfArrayOfGetAllOrderAuthorizationDtoq_PWKlXmP>