Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
languagejson
{
  "awbNumber": "awb1",
  "transporter": "trans1"
}

...