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