Skip to main content

BOOKING LIST

Method DestServicesBookingListV2

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

Node definition Request

NodeAttributeData TypeDescriptionValueMandatory
DestServicesCancelV2\objRequest\DateFilters\OpeningDateFilter by booking opening date (date on which the booking was made). Both the start and end date must be indicated.Optional
DestServicesCancelV2\objRequest\DateFilters\OpeningDate\StartDateDateStart date of the filter.Required
DestServicesCancelV2\objRequest\DateFilters\OpeningDate\EndDateDateEnd date of the filter.Required
DestServicesCancelV2\objRequest\DateFilters\BookingStartDateFilter by booking start date (first start date of the services of the booking). Both the start and end date must be indicated.Optional
DestServicesCancelV2\objRequest\DateFilters\BookingStartDate\StartDateDateStart date of the filter.Required
DestServicesCancelV2\objRequest\DateFilters\BookingStartDate\EndDateDateEnd date of the filter.Required
DestServicesCancelV2\objRequest\DateFilters\BookingEndDateFilter by booking finish date (last finish date of the services of the booking). Both the start and end date must be indicated.Optional
DestServicesCancelV2\objRequest\DateFilters\BookingEndDate\StartDateDateStart date of the filter.Required
DestServicesCancelV2\objRequest\DateFilters\BookingEndDate\EndDateDateEnd date of the filter.Required
DestServicesCancelV2\objRequest\DateFilters\LastModificationDateFilter by last modification date of the booking (last change made in the booking). Both the start and end date must be indicated.Optional
DestServicesCancelV2\objRequest\DateFilters\LastModificationDate\StartDateDateStart date of the filter.Required
DestServicesCancelV2\objRequest\DateFilters\LastModificationDate\EndDateDateEnd date of the filter.Required
DestServicesCancelV2\objRequest\TransactionIdentifierStringLocator of the requested bookingOptional
DestServicesCancelV2\objRequest\ClientReferenceStringClientReference of the requested bookingOptional

Node definition Response

NodeAttributeData TypeDescriptionValueMandatory
DestServicesBookingListV2Result\BookingsArrayArray of booking itemsOptional
DestServicesBookingListV2Result\Bookings\BookingHeaderBooking itemOptional
DestServicesBookingListV2Result\Bookings\BookingHeader\TransactionIdentifierStringLocator of the bookingOptional
DestServicesBookingListV2Result\Bookings\BookingHeader\BookingCodeStringInternal code of the bookingOptional
DestServicesBookingListV2Result\Bookings\BookingHeader\OpeningDateDateDate on which the booking was madeOptional
DestServicesBookingListV2Result\Bookings\BookingHeader\BookingDescriptionStringDescription of the first service of the bookingOptional
DestServicesBookingListV2Result\Bookings\BookingHeader\BookingStartDateDateFirst start date of the services of the bookingOptional
DestServicesBookingListV2Result\Bookings\BookingHeader\BookingEndDateDateLast finish date of the services of the bookingOptional
DestServicesBookingListV2Result\Bookings\BookingHeader\LastModificationDateDateDate of the last change made in the bookingOptional
DestServicesBookingListV2Result\Bookings\BookingHeader\CurrencyCodeStringCurrency codeOptional
DestServicesBookingListV2Result\Bookings\BookingHeader\CurrencyStringCurrency nameOptional
DestServicesBookingListV2Result\Bookings\BookingHeader\ResResponseTypeStringState of the bookingCommited / Cancelled / Pending / RejectedOptional
DestServicesBookingListV2Result\Bookings\BookingHeader\PrimaryLangIDStringCode of the language with was made the bookingOptional
DestServicesBookingListV2Result\Bookings\BookingHeader\LanguageStringName of the language with was made the bookingOptional
DestServicesBookingListV2Result\Bookings\BookingHeader\ConsumedDateDateDate on which the booking has been consumedOptional
DestServicesBookingListV2Result\Bookings\BookingHeader\NetAmountDecimalNet amountOptional
DestServicesBookingListV2Result\Bookings\BookingHeader\SalesAmountDecimalAmount for sellingOptional
DestServicesBookingListV2Result\Bookings\BookingHeader\ClientReferenceStringClient reference of the bookingOptional

XML Examples

DestServicesBookingListV2 REQUEST example
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<DestServicesBookingListV2 xmlns="http://xml.ineedtours.com/ws/">
<objCredentials>
<Source>
<RequestorID Type="DSP" ID="YOUR-USER" MessagePassword="YOUR-PASSWORD"/>
</Source>
</objCredentials>
<objRequest>
<DateFilters>
<OpeningDate>
<StartDate>2023-11-15</StartDate>
<EndDate>2023-11-30</EndDate>
</OpeningDate>
<BookingStartDate>
<StartDate>2023-12-09</StartDate>
<EndDate>2023-12-31</EndDate>
</BookingStartDate>
<BookingEndDate>
<StartDate>2023-12-10</StartDate>
<EndDate>2023-12-12</EndDate>
</BookingEndDate>
<LastModificationDate>
<StartDate>2023-11-20</StartDate>
<EndDate>2023-11-21T18:00:00</EndDate>
</LastModificationDate>
</DateFilters>
NGRWN7
<ClientReference>TEST_230718_1534</ClientReference>
</objRequest>
</DestServicesBookingListV2>
</soap:Body>
</soap:Envelope>
DestServicesBookingListV2 RESPONSE example
<?xml version="1.0" encoding="utf-8"?>
<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>
<DestServicesBookingListV2Response xmlns="http://xml.ineedtours.com/ws/">
<DestServicesBookingListV2Result>
<Header ResponseTimestamp="2023-12-14T12:55:56.8154594+01:00" MillisecondProcessingTime="236" Endpoint="demo.xml.com" />
<Bookings>
<BookingHeader>
NGRWN7
<BookingCode>2025518</BookingCode>
<OpeningDate>2023-11-20T17:12:00</OpeningDate>
<BookingDescription>ACTIVIDAD 3</BookingDescription>
<BookingStartDate>2023-12-09T00:00:00</BookingStartDate>
<BookingEndDate>2023-12-11T00:00:00</BookingEndDate>
<LastModificationDate>2023-11-20T17:30:00</LastModificationDate>
<CurrencyCode>EUR</CurrencyCode>
<Currency>Euro</Currency>
<ResResponseType>Cancelled</ResResponseType>
<PrimaryLangID>CAS</PrimaryLangID>
<Language>Castellano</Language>
<ConsumedDate xsi:nil="true" />
<NetAmount>0.000</NetAmount>
<SalesAmount>0.000</SalesAmount>
<ClientReference>TEST_230718_1534</ClientReference>
</BookingHeader>
</Bookings>
</DestServicesBookingListV2Result>
</DestServicesBookingListV2Response>
</soap:Body>
</soap:Envelope>