POST ITS/OnlineAgent/ConformCancelPNR
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cancelObj | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PNRNO": "sample string 1",
"Deduct": "sample string 2",
"RefundCharges": "sample string 3",
"CM_CompanyID": 4,
"UM_UserId": 5,
"BTM_BookingTypeId": 6,
"JM_PayableAmount": 7.1,
"JM_JourneyCityTime": "sample string 8",
"PickUpTime": "sample string 9",
"JM_PNRNo": 10,
"diffMinutes": 11,
"ARM_ID": 12,
"VerifyCall": "sample string 13"
}
application/xml, text/xml
Sample:
<PROP_ConformCancelPNR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_OnlineITS.Models"> <VerifyCall>sample string 13</VerifyCall> <ARM_ID>12</ARM_ID> <BTM_BookingTypeId>6</BTM_BookingTypeId> <CM_CompanyID>4</CM_CompanyID> <Deduct>sample string 2</Deduct> <JM_JourneyCityTime>sample string 8</JM_JourneyCityTime> <JM_PNRNo>10</JM_PNRNo> <JM_PayableAmount>7.1</JM_PayableAmount> <PNRNO>sample string 1</PNRNO> <PickUpTime>sample string 9</PickUpTime> <RefundCharges>sample string 3</RefundCharges> <UM_UserId>5</UM_UserId> <diffMinutes>11</diffMinutes> </PROP_ConformCancelPNR>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"status": 1,
"message": "sample string 2",
"data": {}
}
application/xml, text/xml
Sample:
<PROP_Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_OnlineITS.Models"> <data /> <message>sample string 2</message> <status>1</status> </PROP_Response>