POST TCPv1/order/SupplierLabel/scan?Token={Token}&UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| UserID | integer |
Required |
Body Parameters
Supplierlabel| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseOrderID | integer |
None. |
|
| ProductID | integer |
None. |
|
| Barcode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PurchaseOrderID": 1,
"ProductID": 2,
"Barcode": "sample string 3"
}
application/xml, text/xml
Sample:
<Supplierlabel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartTCPWebAPI.Models.HHT"> <Barcode>sample string 3</Barcode> <ProductID>2</ProductID> <PurchaseOrderID>1</PurchaseOrderID> </Supplierlabel>
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. |