POST Cancellation/SabreBookingCancel
Request Information
URI Parameters
None.
Body Parameters
SabreCancels| Name | Description | Type | Additional information |
|---|---|---|---|
| ICICI_TR_Id | integer |
None. |
|
| LogTableId | integer |
None. |
|
| Remarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ICICI_TR_Id": 1,
"LogTableId": 2,
"Remarks": "sample string 3"
}
application/xml, text/xml
Sample:
<SabreCancels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/icicidirect_tool_API.Models"> <ICICI_TR_Id>1</ICICI_TR_Id> <LogTableId>2</LogTableId> <Remarks>sample string 3</Remarks> </SabreCancels>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.