Sender Information Transfer (SendSenderInformation)
Sender Information Transfer
The SendSenderInformation() method is used when uploading sender information to the Horoz system. Sender information, license plate information, and driver information are transferred via this integration.
- This method transmits sender information.
POST SendSenderInformation
Use
Parameter Descriptions & Rules
The table below lists the input and output parameters of the SendSenderInformation() 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 |
senderTitle | Yes | Sender Title | string |
senderAddress | Yes | Sender Address | string |
senderPostCode | Yes | Sender Postal Code | string |
senderArea | Yes | Sender Area | string |
senderCity | Yes | Sender City | string |
senderPhoneNumber | Yes | Sender Phone Number | string |
senderEmail | Yes | Sender Email Address | string |
truckPlate | Yes | Truck Car Plate | string |
trailerPlate | Yes | Trailer Plate | string |
carrierCode | No | Carrier Code | string |
carrierName | Yes | carrier Name | string |
driverName | Yes | Driver Name | string |
driverPhoneNumber | Yes | Driver Phone Number | string |
parameter01/50 | No | Parametric Fields | string |
{
"processKey": "string",
"orderNumber": "string",
"senderTitle": "string",
"senderAddress": "string",
"senderPostCode": "string",
"senderArea": "string",
"senderCity": "string",
"senderPhoneNumber": "string",
"senderEmail": "string",
"truckPlate": "string",
"trailerPlate": "string",
"carrierCode": "string",
"carrierName": "string",
"driverName": "string",
"driverPhoneNumber": "string",
"parameter01": "string",
"parameter02": "string",
"parameter03": "string",
"parameter04": "string",
"parameter05": "string",
"parameter06": "string",
"parameter07": "string",
"parameter08": "string",
"parameter09": "string",
"parameter10": "string"
}
{
"result": "0",
"errorCode": "",
"systemMessage": " "
}
Services Response
| result | errorCode | systemMessage | Description |
|---|---|---|---|
| 0 | Sender information sent to the Horoz system successfully. | ||
| 1 | 101 | System error message |