POST TCPv1/ClientOrder/Driver/ReturnAndCollection?Token={Token}&UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| UserID | integer |
Required |
Body Parameters
ReturnandCollection| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientOrderID | integer |
None. |
|
| ItemType | string |
None. |
|
| ReturnTypeID | integer |
None. |
|
| ReasonID | integer |
None. |
|
| Barcode | string |
None. |
|
| ReceivedQuantity | integer |
None. |
|
| BinWeight | integer |
None. |
|
| ISsharpbin | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientOrderID": 1,
"ItemType": "sample string 2",
"ReturnTypeID": 3,
"ReasonID": 4,
"Barcode": "sample string 5",
"ReceivedQuantity": 6,
"BinWeight": 7,
"ISsharpbin": true
}
application/xml, text/xml
Sample:
<ReturnandCollection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartTCPWebAPI.Models.HHT"> <Barcode>sample string 5</Barcode> <BinWeight>7</BinWeight> <ISsharpbin>true</ISsharpbin> <ItemType>sample string 2</ItemType> <PatientOrderID>1</PatientOrderID> <ReasonID>4</ReasonID> <ReceivedQuantity>6</ReceivedQuantity> <ReturnTypeID>3</ReturnTypeID> </ReturnandCollection>
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. |