POST rto
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"
}
application/xml, text/xml
Sample:
<RTO 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> </RTO>
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>