CANCELLATION FEES
Method DestServicesCancellationFeesV2
{YOUR.PROVIDER.DOMAIN}/destservices/destservices.asmx?op=DestServicesCancellationFeesV2
Node definition Request
| Node | Attribute | Data Type | Description | Value | Mandatory |
|---|---|---|---|---|---|
| DestServicesCancellationFeesV2\objRequest | PrimaryLangID | String | Language code | LANGUAGE | Required |
| DestServicesCancellationFeesV2\objRequest | TransactionIdentifier | String | This value is returned in the response of the method DestServicesBookV2 and represents the locator of the booking | Required |
Node definition Response
| Node | Attribute | Data Type | Description | Value | Mandatory |
|---|---|---|---|---|---|
| DestServicesCancellationFeesV2Result | TransactionIdentifier | String | Locator of the booking | Required | |
| DestServicesCancellationFeesV2Result | ResResponseType | String | State of the booking | Commited / Cancelled / Pending / Rejected | Required |
| DestServicesCancellationFeesV2Result\CancellationFees | Amount | Decimal | Amount of the penalty | Required | |
| DestServicesCancellationFeesV2Result\CancellationFees | CurrencyCode | String | Currency code | CURRENCY | Required |
XML Examples
Cancelation fees REQUEST example
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://xml.ineedtours.com/ws/">
<soapenv:Header/>
<soapenv:Body>
<ws:DestServicesCancellationFeesV2>
<ws:objCredentials>
<ws:Source>
<ws:RequestorID Type="DSP" ID="YOUR-USER" MessagePassword="YOUR-PASSWORD"/>
</ws:Source>
</ws:objCredentials>
<ws:objRequest PrimaryLangID="IDLANGUAGE" TransactionIdentifier="D6JL8E"/>
</ws:DestServicesCancellationFeesV2>
</soapenv:Body>
</soapenv:Envelope>
Cancelation fees RESPONSE example
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<DestServicesCancellationFeesV2Response xmlns="http://xml.ineedtours.com/ws/">
<DestServicesCancellationFeesV2Result EchoToken="4939" PrimaryLangID="ES" TransactionIdentifier="IIAR25" ResResponseType="Commited">
<Header ResponseTimestamp="2020-01-23T09:01:05.8449552+01:00" MillisecondProcessingTime="94" Endpoint="demo.xml.com"/>
<CancelPenalties>
<CancelPenalty Start="2020-06-10T00:00:00" End="2020-06-08T00:00:00">
<AmountPercent Percent="100" CurrencyCode="EUR"/>
<ProductCode>TRRMPLFCOCC</ProductCode>
<ProductBookingCode>1</ProductBookingCode>
<ProductName>Traslado entre Aeropuerto de Fiumicino (FCO) y Centro Ciudad</ProductName>
<StayDateRange Start="2020-06-10T00:00:00" End="2020-06-10T00:00:00"/>
<CancelPenaltyDescription>48 h 100%</CancelPenaltyDescription>
<CancelPenaltiesStartDate>2020-06-10T00:00:00</CancelPenaltiesStartDate>
</CancelPenalty>
<CancelPenalty Start="2020-06-12T00:00:00" End="2020-06-10T00:00:00">
<AmountPercent Percent="100" CurrencyCode="EUR"/>
<ProductCode>TRRMPLFCOCC</ProductCode>
<ProductBookingCode>1</ProductBookingCode>
<ProductName>Traslado entre Aeropuerto de Fiumicino (FCO) y Centro Ciudad</ProductName>
<StayDateRange Start="2020-06-12T00:00:00" End="2020-06-12T00:00:00"/>
<CancelPenaltyDescription>48 h 100%</CancelPenaltyDescription>
<CancelPenaltiesStartDate>2020-06-12T00:00:00</CancelPenaltiesStartDate>
</CancelPenalty>
</CancelPenalties>
<CancelPenaltiesStartDate>2020-06-12T00:00:00</CancelPenaltiesStartDate>
<CancelPenaltiesDescription>48 h 100%</CancelPenaltiesDescription>
<CancellationFees Amount="0" CurrencyCode="EUR" NumDecimals="2"/>
</DestServicesCancellationFeesV2Result>
</DestServicesCancellationFeesV2Response>
</soap:Body>
</soap:Envelope>