POST re-attempt-delivery
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| data | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"awb": "sample string 1",
"comments": "sample string 2",
"instruction": "sample string 3",
"scheduled_delivery_date": "2025-12-22T21:31:22.0105718+05:30",
"scheduled_delivery_slot": "sample string 5"
}
application/xml, text/xml
Sample:
<ReAttemptDelivery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Krishiv.CWA.Business.DTO"> <awb>sample string 1</awb> <comments>sample string 2</comments> <instruction>sample string 3</instruction> <scheduled_delivery_date>2025-12-22T21:31:22.0105718+05:30</scheduled_delivery_date> <scheduled_delivery_slot>sample string 5</scheduled_delivery_slot> </ReAttemptDelivery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"success": true,
"error": "sample string 2"
}
application/xml, text/xml
Sample:
<GeneralResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Krishiv.CWA.Business.DTO"> <error>sample string 2</error> <success>true</success> </GeneralResponse>