POST TCPv1/order/Pharmacist/Check?Token={Token}&UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| UserID | integer |
Required |
Body Parameters
PharmacistCheck| Name | Description | Type | Additional information |
|---|---|---|---|
| purchaseorderid | integer |
None. |
|
| productid | integer |
None. |
|
| batchids | string |
None. |
|
| values | string |
None. |
|
| updatedby | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"purchaseorderid": 1,
"productid": 2,
"batchids": "sample string 3",
"values": "sample string 4",
"updatedby": 5
}
application/xml, text/xml
Sample:
<PharmacistCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartTCPWebAPI.Models.HHT"> <batchids>sample string 3</batchids> <productid>2</productid> <purchaseorderid>1</purchaseorderid> <updatedby>5</updatedby> <values>sample string 4</values> </PharmacistCheck>
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. |