Product Barcode Transfer (createProductBarcode)
Product Barcode Transfer
When uploading your product barcode work orders to the Horoz system, the createProductBarcode()
method is used. It supports both single and multiple barcode submissions.
- Prior to the transfer of product barcodes using this method, details regarding Horoz Parametric Features must be communicated to Horoz Logistics.
- The maximum number of product barcodes that can be sent in each request is 1,000.
POST createProductBarcode
Use
Parameter Descriptions & Rules
The table below lists the input and output parameters of the createProductBarcode()
operation along with their types and formats.
- Fields
- Example Services Request
- Example Response
Parameter | Mandatory | Description | Data Type |
---|---|---|---|
processKey | Yes | Information provided to you for processKey | string |
BarcodeList | Yes | Product Line Information. | string |
{
"processKey": "string",
"barcodeList":
[
{
"parameter01": "string",
.
.
"parameter50": "string",
"productCode": "string",
"barcode": "string",
"barcodeMeasuringUnit": "string",
"barcodeType": "string",
"dataTransferInfo": "string"
}
]
}
{
"result": "0",
"errorCode": "",
"systemMessage": " "
}
BarcodeList
- Fields
Parameter | Mandatory | Description | Data Type |
---|---|---|---|
ProductCode | Yes | Material Code | string |
Barcode | Yes | Product Barcode | string |
BarcodeMeasuringUnit | No | Barcode Measurement Unit | string |
BarcodeType | No | Barcode Type | string |
DataTransferInfo | No | Data Transfer Information | string |
Services Response
result | errorCode | systemMessage | Description |
---|---|---|---|
1 | Barcode information sent to the Horoz system has been successfully transferred. | ||
0 | 101 | DUPLICATE BARCODE RECORD! | Barcode information sent to the Horoz system already exists. |
0 | 101 | UNDEFINED SUPPLIER! | Supplier information sent to the Horoz system is undefined. |