Waybill Transfer (SendWaybill)
Waybill Transfer
The SendWaybill() method is used when uploading delivery notes to the Horoz system. In addition to the delivery note information, this method also allows the delivery note PDF file to be sent in base64 format.
- This method is used to transmit delivery note information or the delivery note PDF Base64 code.
POST SendWaybill
Use
Parameter Descriptions & Rules
The table below lists the input and output parameters of the SendWaybill() 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 |
orderNumber | Yes | Order Code | string |
waybillNumber | No | Waybill Number | string |
waybillBase64 | No | Waybill Base64 Code | string |
waybillDate | Yes | Waybill Date | string |
ettnNumber | No | Ettn Number | string |
parameter01/50 | No | Parametric Fields | string |
{
"processKey": "string",
"orderNumber": "string",
"waybillNumber": "string",
"waybillBase64": "string",
"waybillDate": "string",
"ettnNumber": "string",
"parameter01": "string",
"parameter02": "string",
"parameter03": "string",
"parameter04": "string",
"parameter05": "string",
"parameter06": "string",
"parameter07": "string",
"parameter08": "string",
"parameter09": "string",
"parameter10": "string",
"parameter11": "string",
"parameter12": "string",
"parameter13": "string",
"parameter14": "string",
"parameter15": "string",
"parameter16": "string",
"parameter17": "string",
"parameter18": "string",
"parameter19": "string",
"parameter20": "string",
"parameter21": "string",
"parameter22": "string",
"parameter23": "string",
"parameter24": "string",
"parameter25": "string",
"parameter26": "string",
"parameter27": "string",
"parameter28": "string",
"parameter29": "string",
"parameter30": "string",
"parameter31": "string",
"parameter32": "string",
"parameter33": "string",
"parameter34": "string",
"parameter35": "string",
"parameter36": "string",
"parameter37": "string",
"parameter38": "string",
"parameter39": "string",
"parameter40": "string",
"parameter41": "string",
"parameter42": "string",
"parameter43": "string",
"parameter44": "string",
"parameter45": "string",
"parameter46": "string",
"parameter47": "string",
"parameter48": "string",
"parameter49": "string",
"parameter50": "string"
}
{
"result": "0",
"errorCode": "",
"systemMessage": " "
}
Services Response
| result | errorCode | systemMessage | Description |
|---|---|---|---|
| 0 | Waybill information sent to the Horoz system successfully. | ||
| 1 | 101 | System error message |