...
HTTP Verb | URL |
---|---|
Post | /services/shipper/handover |
RequestElements
Field (API) | Mandatory | Length | Details |
batchNo | O | 80 | Batch number |
handoverTime | O | Time format: YYYY-MM-DD'T'HH:MM:SSZ | |
consignor | O | 80 | Sender information |
consignee | O | 80 | Recipient information |
driver | O | 80 | Driver information |
plateNbr | O | 80 | License plate number |
remark | O | Double | Remark information |
bags | M | Array | Bags information |
Response content
ResponseElements
...
5) Bag No.
Error Code & Message
code | message |
---|---|
950002 | Parameter is null. |
951002 | The parameter bags is required. |
951003 | The parameter bags exceeds max limit 300. |
951003 | Create Message error. |
951007 | Bag {bagNo} parameter serviceCode is missing. |
951000 | The parameter bagNo is missing. |
951006 | The parameter bagNo {bagNo} exceeds max length 80 characters. |
951020 | The parameter bagNo {bagNo} already existed. |
951023 | The parameter bagNo {bagNo} repeat. |
951009 | Bag {bagNo} parameter destCountry is missing. |
951013 | Bag {bagNo} parameter parcels is required. |
950003 | Exceeds the limit of 2000 orders. |
100062 | Bag {bagNo} parcel {parcelId} is no permission. |
951024 | Bag {bagNo} parcel {parcelId} already bagged. |
951021 | Bag {bagNo} parcel {parcelId} |
referenceNo { |
referenceNo} is repeat. | |
951025 | Bag {bagNo} parcel {parcelId} |
serviceCode {serviceCode} is different from bag serviceCode {bagServiceCode}. | |
951026 | Bag {bagNo} parcel {parcelId} serviceOption {serviceOption} is different from bag serviceOption {bagServiceOption}. |
Request parameters
1. Create large package and new order at the same time
...