POST TCPv1/WSHPRA/ClientOrder/UpdateClientOrderDetail?Token={Token}&UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| UserID | integer |
Required |
Body Parameters
UpdateClientOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientOrderID | integer |
None. |
|
| OrderStatusID | integer |
None. |
|
| UsageType | integer |
None. |
|
| Comments | string |
None. |
|
| OrderType | integer |
None. |
|
| ClientOrderType | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| DeliveryAddress | string |
None. |
|
| AssignToUserID | string |
None. |
|
| AssignToDriverID | integer |
None. |
|
| VanComments | string |
None. |
|
| AddressTypeID | integer |
None. |
|
| InvolveFaninOrder | boolean |
None. |
|
| PrescriptionID | integer |
None. |
|
| EXPDeliveryDate | date |
None. |
|
| IsToDo | boolean |
None. |
|
| JourneyID | integer |
None. |
|
| IsTransfer | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientOrderID": 1,
"OrderStatusID": 2,
"UsageType": 3,
"Comments": "sample string 4",
"OrderType": 5,
"ClientOrderType": 6,
"CreatedBy": 7,
"DeliveryAddress": "sample string 8",
"AssignToUserID": "sample string 9",
"AssignToDriverID": 10,
"VanComments": "sample string 11",
"AddressTypeID": 12,
"InvolveFaninOrder": true,
"PrescriptionID": 14,
"EXPDeliveryDate": "2026-06-08T00:04:35.5997754+01:00",
"IsToDo": true,
"JourneyID": 16,
"IsTransfer": true
}
application/xml, text/xml
Sample:
<UpdateClientOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartTCPWebAPI.Models.SmartAPI"> <AddressTypeID>12</AddressTypeID> <AssignToDriverID>10</AssignToDriverID> <AssignToUserID>sample string 9</AssignToUserID> <ClientOrderType>6</ClientOrderType> <Comments>sample string 4</Comments> <CreatedBy>7</CreatedBy> <DeliveryAddress>sample string 8</DeliveryAddress> <EXPDeliveryDate>2026-06-08T00:04:35.5997754+01:00</EXPDeliveryDate> <InvolveFaninOrder>true</InvolveFaninOrder> <IsToDo>true</IsToDo> <IsTransfer>true</IsTransfer> <JourneyID>16</JourneyID> <OrderStatusID>2</OrderStatusID> <OrderType>5</OrderType> <PatientOrderID>1</PatientOrderID> <PrescriptionID>14</PrescriptionID> <UsageType>3</UsageType> <VanComments>sample string 11</VanComments> </UpdateClientOrder>
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. |