Versions Compared

Key

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

...

This API will send list of orders that are in fulfillable state in AssureIncreff Omni

Request

Code Block
languagejson
{
  "orders": [
    {
      "locationCode": "Wid234",
      "orderCode": "H19304030003"
    },
    {
      "locationCode": "Wid234",
      "orderCode": "H1930403003"
    }
  ]
}

...