POST /v1/external/ndr/{awb}/action

This API will let you take actions like Reattempt and RTO on the shipments that are in NDR.

Parameters:

PARAMSREQUIREDDATA TYPEDESCRIPTIONEXAMPLE
actionYESstringThe action needs to be specified‘fake-attempt’ or ‘re-attempt’ or 'return'
commentsYESstringAny comment can be mentionedThe Byer does not want the product
phoneNOstringThe phone number will be updated at the time of re-attempt and fake-attempt9999988888
proof_audioCONDITIONAL YESstringURL of the audio which will be updated at the time of the fake attempthttps://s3-ap-southeast-1.amazonaws.com/kr-multichannel/imports/ndr/1655100133_file_example_MP3_700KB.mp3
proof_imageCONDITIONAL YESstringURL of the image which will be updated at the time of the fake attempthttps://s3-ap-southeast-1.amazonaws.com/kr-multichannel/imports/ndr/img_7687678678.jpg
remarksCONDITIONAL YESstringRemarks will be updated at the time of a fake attemptDelivery Requested
address1NOstringaddress1 will be updated at the time of re-attempt and fake-attemptU-56, sector-23, Noida, India
address2NOstringaddres2 will be updated at the time of re-attempt and fake-attemptU-56, sector-23, Noida, India
deferred_dateNOdate(string)Deferred date will be updated as preferred_date at the time of fake-attempt and re-attempt2022-08-10

Servers

Path parameters

Name Type Required Description
awb String Yes

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
action String No
comments String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.