...
This API will call the client system for handover notifications.The API is expected to return success in case of repeated calls.
Request
Code Block | ||
---|---|---|
| ||
{ "locationCode": "wd02", "handoverItems": [ { "orderCode": "order123", "shipmentCode": "ship123", "gatePassCode": "gate124H23", "packBoxDetailsList": [ { "boxId": 1, "awbNumber": "AWB001" }, { "boxId": 2, "awbNumber": "AWB002" } ] }, { "orderCode": "order124", "shipmentCode": "ship124", "gatePassCode": "gate124H24", "packBoxDetailsList": [ { "boxId": 3, "awbNumber": "AWB0011" }, { "boxId": 4, "awbNumber": "AWB0022" } ] } ] } |
...