POST api/DashboardCount/GetUnsureEncounterCount/search
Request Information
URI Parameters
None.
Body Parameters
QueryParameterName | Description | Type | Additional information |
---|---|---|---|
PageNum | integer |
None. |
|
PageSize | integer |
None. |
|
Sort | Sort |
None. |
|
Sorts | Collection of Sort |
None. |
|
Filters | Collection of Filter |
None. |
|
extends | Dictionary of string [key] and Object [value] |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfUnsureEncounterCountDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | UnsureEncounterCountDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": { "UnsureTelephonicCount": 1, "UnsureTelemedicineCount": 1, "UnsureOnsiteCount": 1, "UnsureDtpCount": 1, "UnsureMobileCareCount": 1, "UnsureEncounterCount": 1 }, "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfUnsureEncounterCountDTO3NYuOdgi 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"> <d2p1:UnsureDtpCount>1</d2p1:UnsureDtpCount> <d2p1:UnsureEncounterCount>1</d2p1:UnsureEncounterCount> <d2p1:UnsureMobileCareCount>1</d2p1:UnsureMobileCareCount> <d2p1:UnsureOnsiteCount>1</d2p1:UnsureOnsiteCount> <d2p1:UnsureTelemedicineCount>1</d2p1:UnsureTelemedicineCount> <d2p1:UnsureTelephonicCount>1</d2p1:UnsureTelephonicCount> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfUnsureEncounterCountDTO3NYuOdgi>