Skip to main content

CANCELLATION FEES

Method DestServicesCancellationFeesV2

{YOUR.PROVIDER.DOMAIN}/destservices/destservices.asmx?op=DestServicesCancellationFeesV2

Node definition Request

NodeAttributeData TypeDescriptionValueMandatory
DestServicesCancellationFeesV2\objRequestPrimaryLangIDStringLanguage codeLANGUAGERequired
DestServicesCancellationFeesV2\objRequestTransactionIdentifierStringThis value is returned in the response of the method DestServicesBookV2 and represents the locator of the bookingRequired

Node definition Response

NodeAttributeData TypeDescriptionValueMandatory
DestServicesCancellationFeesV2ResultTransactionIdentifierStringLocator of the bookingRequired
DestServicesCancellationFeesV2ResultResResponseTypeStringState of the bookingCommited / Cancelled / Pending / RejectedRequired
DestServicesCancellationFeesV2Result\CancellationFeesAmountDecimalAmount of the penaltyRequired
DestServicesCancellationFeesV2Result\CancellationFeesCurrencyCodeStringCurrency codeCURRENCYRequired

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>