Inbound | POST | /return/get/awb
Summary
This api API will fetch the return order from omni Increff system based on return awb or return order idAWB or Return Order Identifier passed in the API request
Description
The API takes awb number and transporter and returns all the return orders belonging to this awb number.This API will fetch the return order from Increff system based on return AWB or Return Order Identifier passed in the API request
Request
Code Block | ||
---|---|---|
| ||
{ "awbNumber": "awb1", "transporter": "trans1" } |
...