Ürün Barkod Aktarma (createProductBarcode)
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.
- The "productCode" field in the Product Transfer service is used for product information. Barcodes with undefined product codes cannot be sent.
POST createProductBarcode
Use
Parameter Description & 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 | Material line information | Json |
{
"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 | Product code | string |
Barcode | Yes | Product barcode | string |
BarcodeMeasuringUnit | No | Barcode measuring Unit | string |
BarcodeType | No | Barcode type | string |
DataTransferInfo | No | Data transfer info | string |
Services Response
Result | ErrorCode | SystemMessage | Description |
---|---|---|---|
1 | Barcode information sent to the Horoz system has been successfully transferred. | ||
0 | 101 | DUPLICATE BARCODE ENTRY! | Barcode information sent to the Horoz system already exists. |
0 | 101 | UNDEFINED SUPPLIER! | Supplier information sent to the Horoz system is undefined. |