POST TCPv1/WSHPRA/HospitalDetails/orderHistory?Token={Token}&UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| UserID | integer |
Required |
Body Parameters
ClientOrderSearchforhospital| Name | Description | Type | Additional information |
|---|---|---|---|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| JourneyStatusID | integer |
None. |
|
| PatientID | integer |
None. |
|
| PageNo | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DateFrom": "2026-08-27T04:04:28.5609729+01:00",
"DateTo": "2026-08-27T04:04:28.5609729+01:00",
"JourneyStatusID": 1,
"PatientID": 2,
"PageNo": 3,
"PageSize": 4
}
application/xml, text/xml
Sample:
<ClientOrderSearchforhospital xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartTCPWebAPI.Models.SmartAPI"> <DateFrom>2026-08-27T04:04:28.5609729+01:00</DateFrom> <DateTo>2026-08-27T04:04:28.5609729+01:00</DateTo> <JourneyStatusID>1</JourneyStatusID> <PageNo>3</PageNo> <PageSize>4</PageSize> <PatientID>2</PatientID> </ClientOrderSearchforhospital>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |