Receipt Status List (searchReceiptStatus)
Receipt Status List
When uploading your delivery status inquiry job orders to the Horoz system, the searchReceiptStatus()
method is used. It supports both single and multiple status inquiry submissions.
- Prior to querying status using this method, details regarding the Horoz Parametric Feature should be communicated to Horoz Logistics.
- The maximum number of queries that can be sent per request is 1,000.
- The "receiptCode" field found in the SearchReceiptStatus service is utilized for status information. Delivery receipts with undefined delivery codes cannot be sent.
POST searchReceiptStatus
Use
Parameter Descriptions & Rules
The table below lists the input and output parameters of the searchReceiptStatus()
operation, along with their types and formats
- Example Services Request
- Örnek İstek
- Example Response
Parametre | Zorunluluk | Açıklama | Veri Tipi |
---|---|---|---|
processKey | Evet | Size tanımlanan processKey Bilgisi | string |
receiptCode | Evet | Teslimalma Kodu | string |
{
"processKey": "string",
"receiptCode": "string"
}
{
"result": "0",
"errorCode": "",
"systemMessage": " "
}
Services Response
result | errorCode | systemMessage | Description |
---|---|---|---|
1 | Delivery information sent to the Horoz system successfully. | ||
0 | 101 | UNDEFINED SUPPLIER! | Supplier information sent to the Horoz system is undefined. |