Register Shipment
This API is responsible for registering WayBill for a particular Account code and Courier partner Id. Once registered, the WayBill number in conjunction with Courier partner Id can be used to track the updates on the corresponding shipment.
Key | Value |
Authorization | shared by Signzy |
Content-type | application/json |
PARAMETERS | DESCRIPTION | TYPE | VALUE (COMPULSORY OR OPTIONAL) |
wayBill | The tracking number for the shipment | String | COMPULSORY |
courierPartnerId | The Id of the Courier Partner | Number | COMPULSORY |
accountCode | Account Code for which the corresponding wayBill exists | String | COMPULSORY |
callbackUrl | A valid Url to receive updates on shipment status for the corresponding wayBill. A callbackUrl can be registered against an Account Code only once. | String | OPTIONAL |
PARAMETERS | DESCRIPTION | TYPE | VALUE (COMPULSORY OR OPTIONAL) |
meta.status | Status code of the response | Number | COMPULSORY |
meta.message | Denotes the message (including errors) | String | COMPULSORY |
meta.success | Whether the request is successful or not | Boolean | COMPULSORY |
result. | Tracking Id of the newly registered waybill stored internally | Number | COMPULSORY |
result.securityKey | UUID string for the security key of the order | String | COMPULSORY |
NOTE: Above fields are Compulsory during 200 OK Response.