Versions Compared

Key

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

...

In case of a 400 or 500 in the Increff Omni system , the below JSON body will be thrown.Note: In case of status code 500,

Please have a retry mechanism in place

...

for all the APIs where some details are being pushed to Increff system

Code Block
languagejson
{
    "code": "BAD_DATA",
    "message": "Input validation failed",
    "description": "[channelSkuCode: may not be null]"
}

...