POST TCPv1/clientorder/pharmacit/check?Token={Token}&UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| UserID | integer |
Required |
Body Parameters
COPharmacistCheck| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientorderID | integer |
None. |
|
| BatchID | string |
None. |
|
| Pickinglist | string |
None. |
|
| updatedby | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientorderID": 1,
"BatchID": "sample string 2",
"Pickinglist": "sample string 3",
"updatedby": 4
}
application/xml, text/xml
Sample:
<COPharmacist.COPharmacistCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartTCPWebAPI.Models.HHT"> <BatchID>sample string 2</BatchID> <PatientorderID>1</PatientorderID> <Pickinglist>sample string 3</Pickinglist> <updatedby>4</updatedby> </COPharmacist.COPharmacistCheck>
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. |