Skip to main content

TravelMessage.v31 3.1

Last updated: 21-Jul-2026
Recent changes: Planned date: 23-07-2026

General

Here you can find examples of the requests and responses of the TravelMessage G7 API.

Travelmessage Schema

Here you can download the latest version of the TravelMessage v31 schema.
Download: XSD Schema

Postman collection

In the postman collection we provide an example for a booking with 2 persons in 1 room. In the environment variables you have to fill in the OAuth credentials.
Download: Postman collection

Extra XML Examples

Fast booking
Create booking without flight upgrades. Default extras will be added automaticly (see AssignResponse).
Download: Fast booking

Standard booking
Getting flight upgrades (from AddProAvailability) selecting default luggage: BG00
Book result is same as fast booking
Download: Standard booking

Booking with flight upgrades
Getting flight upgrades (from AddProAvailability) but selecting luggage and seat upgrades
luggage: BG20, seat upgrade: "COMFORT_SEAT"
Download: Flight upgrades

Booking with Deluxe (flight)class
Getting flight upgrades (from AddProAvailability) selecting default luggage for this class: BG40
Download: Deluxe class

Booking with Local costs
Creating a standard booking which have local costs
Download: Local costs

Booking with errata Receipt, Assign and Recap responses with Errata inside
The Message description contains an id and version number between brackets (TUI reference) and the errata message itself
Download: Errata

Booking with Discounts
Creating a standard booking where discounts are added in the requests: Receipt, Assign and Book
A Price Detail with the discount is shown in responses: Receipt, Assign and Recap
There is also an example if a invalid code is given. See invalid_code example.
Download: Discounts

Booking with cancellation information
Creating a standard booking where flights are carried out by a carrier with different cancellation policies.
Extra information is given in the Class group within Transport in the responses: AddProAvailability, Sell and Recap.
Download: Cancellation policies

Booking with transfer
Creating a standard booking where a transfer is added in the requests: AvailabilityResponse gives transfer upgrades which can de added to Receipt, Sell,Assign and Book. Also the Recap is added in this example because the transfer is now added at Transport level. Download: Transfers

Request headers

For every request type please add the following header parameter "anvrcode". The value is a four-digit number of the AnvrCode.

Availability

Message Type Example
Request
AvailabilityRequest
                     
<TravelMessage VersionID="3.1">
    <Control Language="NL">
        <SenderSessionID>1</SenderSessionID>
        <ReceiverSessionID />
        <Date>2024-01-08</Date>
        <Time>12:47</Time>
        <MessageSequence>1</MessageSequence>
        <SenderID>9998</SenderID>
        <ReceiverID>TUI</ReceiverID>
        <RequestID>AvailabilityRequest</RequestID>
        <ResponseID>AvailabilityResponse</ResponseID>
    </Control>
    <TRequest>
        <AvailabilityRequest>
            <PackageDetails>
                <PackageID>8baccc9b-1a87-42fa-9e4e-866c3eb30020</PackageID>
                <Brand>TUI_NL</Brand>
                <NumberOfAdults>2</NumberOfAdults>
                <NumberOfChildren>0</NumberOfChildren>
                <NumberOfBabies>0</NumberOfBabies>
                <DepartureDate>2024-01-27</DepartureDate>
                <Duration DurationType="nachten">7</Duration>
                <PackageType>PAKK</PackageType>
            </PackageDetails>
        </AvailabilityRequest>
    </TRequest>
</TravelMessage>
                    
                
Response
AvailabilityResponse
                     
<TravelMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" VersionID="3.1">
    <Control Language="NL">
        <SenderSessionID />
        <ReceiverSessionID>1</ReceiverSessionID>
        <Date>2024-01-08</Date>
        <Time>12:47</Time>
        <MessageSequence>1</MessageSequence>
        <SenderID>TUI</SenderID>
        <ReceiverID>9998</ReceiverID>
        <RequestID>AvailabilityRequest</RequestID>
        <ResponseID>AvailabilityResponse</ResponseID>
        <ResponseStatus>ja</ResponseStatus>
    </Control>
    <TResponse>
        <PackageDetails>
            <PackageID>8baccc9b-1a87-42fa-9e4e-866c3eb30020</PackageID>
            <Description>Parque Santiago IV</Description>
            <Brand>TUI_NL</Brand>
            <NumberOfAdults>2</NumberOfAdults>
            <NumberOfChildren>0</NumberOfChildren>
            <NumberOfBabies>0</NumberOfBabies>
            <DepartureDate>2024-01-27</DepartureDate>
            <Duration DurationType="nachten">7</Duration>
            <PackageType>PAKK</PackageType>
        </PackageDetails>
        <Transport>
            <TransportTo>
                <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                <TransportType>VL</TransportType>
                <Carrier>
                    <CarrierID>OR</CarrierID>
                    <Description>TUI Fly</Description>
                    <FlightNumber>OR 1653</FlightNumber>
                    <Stopovers NumberOfStops="1">
                        <Stop>
                            <Arrival>
                                <Date>2024-01-27</Date>
                                <Time>12:30</Time>
                            </Arrival>
                            <Departure>
                                <Date>2024-01-27</Date>
                                <Time>13:00</Time>
                            </Departure>
                            <Point PointType="IATAcode">
                                <PointID>LPA</PointID>
                            </Point>
                        </Stop>
                    </Stopovers>
                </Carrier>
                <Departure>
                    <Point PointType="IATAcode">
                        <PointID>EIN</PointID>
                    </Point>
                    <Date>2024-01-27</Date>
                    <Time>08:35</Time>
                </Departure>
                <Arrival>
                    <Point PointType="IATAcode">
                        <PointID>TFS</PointID>
                        <Description>Tenerife</Description>
                    </Point>
                    <Date>2024-01-27</Date>
                    <Time>14:00</Time>
                </Arrival>
                <Status>
                    <StatusID>01</StatusID>
                    <Description>OK</Description>
                </Status>
                <Class>
                    <ClassID>PNOM</ClassID>
                    <Description>Economy Class</Description>
                    <Seats>179</Seats>
                    <Surcharge Currency="EUR">0</Surcharge>
                </Class>
            </TransportTo>
            <TransportFrom>
                <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                <TransportType>VL</TransportType>
                <Carrier>
                    <CarrierID>OR</CarrierID>
                    <Description>TUI Fly</Description>
                    <FlightNumber>OR 1653</FlightNumber>
                    <Stopovers NumberOfStops="0" />
                </Carrier>
                <Departure>
                    <Point PointType="IATAcode">
                        <PointID>TFS</PointID>
                        <Description>Tenerife</Description>
                    </Point>
                    <Date>2024-02-03</Date>
                    <Time>14:35</Time>
                </Departure>
                <Arrival>
                    <Point PointType="IATAcode">
                        <PointID>EIN</PointID>
                    </Point>
                    <Date>2024-02-03</Date>
                    <Time>20:20</Time>
                </Arrival>
                <Status>
                    <StatusID>01</StatusID>
                    <Description>OK</Description>
                </Status>
                <Class>
                    <ClassID>PNOM</ClassID>
                    <Description>Economy Class</Description>
                    <Seats>175</Seats>
                    <Surcharge Currency="EUR">0</Surcharge>
                </Class>
            </TransportFrom>
            <PriceNotes>0</PriceNotes>
        </Transport>
        <Transport>
            <TransportTo>
                <TransportID>4d43a766-6507-46c4-984c-62084cb12be2#20240127 OR1661 AMSTFS#CONTRACTED</TransportID>
                <TransportType>VL</TransportType>
                <Carrier>
                    <CarrierID>OR</CarrierID>
                    <Description>TUI Fly</Description>
                    <FlightNumber>OR 1661</FlightNumber>
                    <Stopovers NumberOfStops="0" />
                </Carrier>
                <Departure>
                    <Point PointType="IATAcode">
                        <PointID>AMS</PointID>
                        <Description>Amsterdam</Description>
                    </Point>
                    <Date>2024-01-27</Date>
                    <Time>14:30</Time>
                </Departure>
                <Arrival>
                    <Point PointType="IATAcode">
                        <PointID>TFS</PointID>
                        <Description>Tenerife</Description>
                    </Point>
                    <Date>2024-01-27</Date>
                    <Time>18:30</Time>
                </Arrival>
                <Status>
                    <StatusID>01</StatusID>
                    <Description>OK</Description>
                </Status>
                <Class>
                    <ClassID>PNOM</ClassID>
                    <Description>Economy Class</Description>
                    <Seats>186</Seats>
                    <Surcharge Currency="EUR">0</Surcharge>
                </Class>
            </TransportTo>
            <TransportFrom>
                <TransportID>f668f2ed-a972-4dc9-a09b-009189f62f32#20240203 OR1662 TFSAMS#CONTRACTED</TransportID>
                <TransportType>VL</TransportType>
                <Carrier>
                    <CarrierID>OR</CarrierID>
                    <Description>TUI Fly</Description>
                    <FlightNumber>OR 1662</FlightNumber>
                    <Stopovers NumberOfStops="0" />
                </Carrier>
                <Departure>
                    <Point PointType="IATAcode">
                        <PointID>TFS</PointID>
                        <Description>Tenerife</Description>
                    </Point>
                    <Date>2024-02-03</Date>
                    <Time>19:10</Time>
                </Departure>
                <Arrival>
                    <Point PointType="IATAcode">
                        <PointID>AMS</PointID>
                        <Description>Amsterdam</Description>
                    </Point>
                    <Date>2024-02-04</Date>
                    <Time>01:00</Time>
                </Arrival>
                <Status>
                    <StatusID>01</StatusID>
                    <Description>OK</Description>
                </Status>
                <Class>
                    <ClassID>PNOM</ClassID>
                    <Description>Economy Class</Description>
                    <Seats>184</Seats>
                    <Surcharge Currency="EUR">0</Surcharge>
                </Class>
            </TransportFrom>
            <PriceNotes>4200</PriceNotes>
        </Transport>
        <Accommodation>
            <AccommodationID>A0410459</AccommodationID>
            <AccommodationType>HOT</AccommodationType>
            <Name>Parque Santiago IV</Name>
            <ArrivalDate>2024-01-27</ArrivalDate>
            <DepartureDate>2024-02-03</DepartureDate>
            <Unit>
                <UnitID>bc35339c-3c6f-4e98-9afb-5235c8e8a287</UnitID>
                <UnitType>4PK</UnitType>
                <Board>
                    <BoardType>LG</BoardType>
                    <Description>Logies</Description>
                </Board>
                <MinOccupancy>1</MinOccupancy>
                <MaxOccupancy>4</MaxOccupancy>
                <Allotment>5</Allotment>
                <UnitPrice>
                    <BoardType>LG</BoardType>
                    <Price Currency="EUR" PricePer="pa">159300</Price>
                    <PriceIncluded Currency="EUR" PricePer="pa">159300</PriceIncluded>
                    <PriceLocalIncluded Currency="EUR" PricePer="pa">160300</PriceLocalIncluded>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <Occupancy>1</Occupancy>
                </UnitPrice>
                <UnitPrice>
                    <BoardType>LG</BoardType>
                    <Price Currency="EUR" PricePer="pa">115900</Price>
                    <PriceIncluded Currency="EUR" PricePer="pa">115900</PriceIncluded>
                    <PriceLocalIncluded Currency="EUR" PricePer="pa">116900</PriceLocalIncluded>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <Occupancy>2</Occupancy>
                </UnitPrice>
            </Unit>
            <Unit>
                <UnitID>2530d17a-1033-45ea-99e4-485ad05f2255</UnitID>
                <UnitType>6PK</UnitType>
                <Board>
                    <BoardType>LG</BoardType>
                    <Description>Logies</Description>
                </Board>
                <MinOccupancy>1</MinOccupancy>
                <MaxOccupancy>6</MaxOccupancy>
                <Allotment>4</Allotment>
                <UnitPrice>
                    <BoardType>LG</BoardType>
                    <Price Currency="EUR" PricePer="pa">181900</Price>
                    <PriceIncluded Currency="EUR" PricePer="pa">181900</PriceIncluded>
                    <PriceLocalIncluded Currency="EUR" PricePer="pa">182900</PriceLocalIncluded>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <Occupancy>1</Occupancy>
                </UnitPrice>
                <UnitPrice>
                    <BoardType>LG</BoardType>
                    <Price Currency="EUR" PricePer="pa">128400</Price>
                    <PriceIncluded Currency="EUR" PricePer="pa">128400</PriceIncluded>
                    <PriceLocalIncluded Currency="EUR" PricePer="pa">129400</PriceLocalIncluded>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <Occupancy>2</Occupancy>
                </UnitPrice>
            </Unit>
        </Accommodation>
    </TResponse>
</TravelMessage>
                    
                

Receipt

Message Type Example
Request
ReceiptRequest
                     
<TravelMessage VersionID="3.1">
    <Control Language="NL">
        <SenderSessionID>99769a45-0d36-498d-b742-71a257d86c9e</SenderSessionID>
        <ReceiverSessionID />
        <Date>2024-01-08</Date>
        <Time>12:54</Time>
        <MessageSequence>1</MessageSequence>
        <SenderID>9998</SenderID>
        <ReceiverID>TUI</ReceiverID>
        <RequestID>ReceiptRequest</RequestID>
        <ResponseID>ReceiptResponse</ResponseID>
    </Control>
    <TRequest>
        <ReceiptRequest>
            <PackageDetails>
                <PackageID>8baccc9b-1a87-42fa-9e4e-866c3eb30020</PackageID>
                <DepartureDate>2024-01-27</DepartureDate>
                <Duration DurationType="nachten">7</Duration>
            </PackageDetails>
            <PaxDetails>
                <PaxID>1</PaxID>
                <DateOfBirth>1990-11-20</DateOfBirth>
            </PaxDetails>
            <PaxDetails>
                <PaxID>2</PaxID>
                <DateOfBirth>1990-11-21</DateOfBirth>
            </PaxDetails>
            <Transport>
                <TransportTo>
                    <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                    <TransportType>VL</TransportType>
                    <Carrier>
                        <CarrierID>OR</CarrierID>
                        <Description>TUI Fly</Description>
                        <FlightNumber>OR 1653</FlightNumber>
                        <Stopovers NumberOfStops="0"></Stopovers>
                    </Carrier>
                    <Departure>
                        <Point PointType="IATAcode">
                            <PointID>EIN</PointID>
                        </Point>
                        <Date>2024-01-27</Date>
                    </Departure>
                    <Arrival>
                        <Point PointType="IATAcode">
                            <PointID>TFS</PointID>
                        </Point>
                        <Date>2024-01-27</Date>
                    </Arrival>
                    <Class>
                        <ClassID>PNOM</ClassID>
                        <Seats>2</Seats>
                        <PaxID>1</PaxID>
                        <PaxID>2</PaxID>
                    </Class>
                </TransportTo>
                <TransportFrom>
                    <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                    <TransportType>VL</TransportType>
                    <Carrier>
                        <CarrierID>OR</CarrierID>
                        <Description>TUI Fly</Description>
                        <FlightNumber>OR 1653</FlightNumber>
                        <Stopovers NumberOfStops="0"></Stopovers>
                    </Carrier>
                    <Departure>
                        <Point PointType="IATAcode">
                            <PointID>TFS</PointID>
                        </Point>
                        <Date>2024-02-03</Date>
                    </Departure>
                    <Arrival>
                        <Point PointType="IATAcode">
                            <PointID>EIN</PointID>
                        </Point>
                        <Date>2024-02-03</Date>
                    </Arrival>
                    <Class>
                        <ClassID>PNOM</ClassID>
                        <Seats>2</Seats>
                        <PaxID>1</PaxID>
                        <PaxID>2</PaxID>
                    </Class>
                </TransportFrom>
                <AdditionalProducts>
                    <Extras>
                        <ExtraID>BG00</ExtraID>
                        <Description>BG00</Description>
                        <ExtrasCategory>bagage</ExtrasCategory>
                        <From>
                            <Date>2024-01-27</Date>
                        </From>
                        <RelatedTransport>
                            <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                            <ClassID>PNOM</ClassID>
                        </RelatedTransport>
                        <ExtrasPax>
                            <PaxID>1</PaxID>
                            <PaxID>2</PaxID>
                            <Quantity>2</Quantity>
                        </ExtrasPax>
                        <GroupID>baggage</GroupID>
                    </Extras>
                    <Extras>
                        <ExtraID>BG00</ExtraID>
                        <Description>BG00</Description>
                        <ExtrasCategory>bagage</ExtrasCategory>
                        <From>
                            <Date>2024-02-03</Date>
                        </From>
                        <RelatedTransport>
                            <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                            <ClassID>PNOM</ClassID>
                        </RelatedTransport>
                        <ExtrasPax>
                            <PaxID>1</PaxID>
                            <PaxID>2</PaxID>
                            <Quantity>2</Quantity>
                        </ExtrasPax>
                        <GroupID>baggage</GroupID>
                    </Extras>
                </AdditionalProducts>
            </Transport>
            <Accommodation>
                <AccommodationID>A0410459</AccommodationID>
                <AccommodationType>HOT</AccommodationType>
                <ArrivalDate>2024-01-27</ArrivalDate>
                <DepartureDate>2024-02-03</DepartureDate>
                <Unit>
                    <UnitID>bc35339c-3c6f-4e98-9afb-5235c8e8a287</UnitID>
                    <UnitType>4PK</UnitType>
                    <Board>
                        <BoardType>LG</BoardType>
                    </Board>
                    <RoomAssignment>
                        <Sequence>1</Sequence>
                        <PaxID>1</PaxID>
                        <PaxID>2</PaxID>
                    </RoomAssignment>
                </Unit>
            </Accommodation>
        </ReceiptRequest>
    </TRequest>
</TravelMessage>
                    
                
Response
ReceiptResponse
                     
<TravelMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" VersionID="3.1">
    <Control Language="NL">
        <SenderSessionID />
        <ReceiverSessionID>99769a45-0d36-498d-b742-71a257d86c9e</ReceiverSessionID>
        <Date>2024-01-08</Date>
        <Time>12:54</Time>
        <MessageSequence>1</MessageSequence>
        <SenderID>TUI</SenderID>
        <ReceiverID>9998</ReceiverID>
        <RequestID>ReceiptRequest</RequestID>
        <ResponseID>ReceiptResponse</ResponseID>
        <ResponseStatus>ja</ResponseStatus>
    </Control>
    <TResponse>
        <ReceiptResponse>
            <PriceInfo>
                <Price Currency="EUR" PricePer="tp">232800</Price>
                <PricePaySupplyer>
                    <Price Currency="EUR" PricePer="tp">231800</Price>
                    <PriceDetails>
                        <PriceDescription>Reissom</PriceDescription>
                        <PriceCode>001</PriceCode>
                        <Price Currency="EUR" PricePer="pa">116722</Price>
                        <PaxID>1</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Reissom</PriceDescription>
                        <PriceCode>001</PriceCode>
                        <Price Currency="EUR" PricePer="pa">116722</Price>
                        <PaxID>2</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Beveiligingsservicekosten|T|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">487</Price>
                        <PaxID>1</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Servicekosten voor passagier|T|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">1064</Price>
                        <PaxID>1</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Nederlandse staatsbelasting|T|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">795</Price>
                        <PaxID>1</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Beveiligingsservicekosten|T|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">487</Price>
                        <PaxID>2</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Servicekosten voor passagier|T|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">1064</Price>
                        <PaxID>2</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Nederlandse staatsbelasting|T|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">795</Price>
                        <PaxID>2</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Vertrekkosten|T|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">642</Price>
                        <PaxID>1</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Beveiligingsbelasting|T|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">327</Price>
                        <PaxID>1</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Luchtvaart beveiligingskosten|T|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">63</Price>
                        <PaxID>1</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Vertrekkosten|T|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">642</Price>
                        <PaxID>2</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Beveiligingsbelasting|T|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">327</Price>
                        <PaxID>2</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Luchtvaart beveiligingskosten|T|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">63</Price>
                        <PaxID>2</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Vroegboekkorting|A|A0410459|bc35339c-3c6f-4e98-9afb-5235c8e8a287|2024-01-27</PriceDescription>
                        <PriceCode>025</PriceCode>
                        <Price Currency="EUR" PricePer="pa" Sign="-">4200</Price>
                        <PaxID>1</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Vroegboekkorting|A|A0410459|bc35339c-3c6f-4e98-9afb-5235c8e8a287|2024-01-27</PriceDescription>
                        <PriceCode>025</PriceCode>
                        <Price Currency="EUR" PricePer="pa" Sign="-">4200</Price>
                        <PaxID>2</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Klasse (Flight no meal)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|ssr-service-bundle|PNOM|2024-01-27</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">0</Price>
                        <PaxID>1</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Klasse (Flight no meal)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|ssr-service-bundle|PNOM|2024-01-27</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">0</Price>
                        <PaxID>2</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Klasse (Flight no meal)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|ssr-service-bundle|PNOM|2024-02-03</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">0</Price>
                        <PaxID>1</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Klasse (Flight no meal)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|ssr-service-bundle|PNOM|2024-02-03</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">0</Price>
                        <PaxID>2</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Maaltijden (Geen maaltijd)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|meals|NO_MEAL|2024-01-27</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">0</Price>
                        <PaxID>1</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Maaltijden (Geen maaltijd)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|meals|NO_MEAL|2024-01-27</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">0</Price>
                        <PaxID>2</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Maaltijden (Geen maaltijd)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|meals|NO_MEAL|2024-02-03</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">0</Price>
                        <PaxID>1</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Maaltijden (Geen maaltijd)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|meals|NO_MEAL|2024-02-03</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">0</Price>
                        <PaxID>2</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Bagage (Alleen handbagage)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|baggage|BG00|2024-01-27</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">0</Price>
                        <PaxID>1</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Bagage (Alleen handbagage)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|baggage|BG00|2024-01-27</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">0</Price>
                        <PaxID>2</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Bagage (Alleen handbagage)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|baggage|BG00|2024-02-03</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">0</Price>
                        <PaxID>1</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Bagage (Alleen handbagage)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|baggage|BG00|2024-02-03</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">0</Price>
                        <PaxID>2</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Stoeltype (Economy)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|seatclass|STANDARD_SEAT|2024-01-27</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">0</Price>
                        <PaxID>1</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Stoeltype (Economy)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|seatclass|STANDARD_SEAT|2024-01-27</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">0</Price>
                        <PaxID>2</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Stoeltype (Economy)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|seatclass|STANDARD_SEAT|2024-02-03</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">0</Price>
                        <PaxID>1</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Stoeltype (Economy)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|seatclass|STANDARD_SEAT|2024-02-03</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">0</Price>
                        <PaxID>2</PaxID>
                    </PriceDetails>
                </PricePaySupplyer>
                <PricePayLocally>
                    <Price Currency="EUR" PricePer="tp">1000</Price>
                    <PriceDetails>
                        <PriceDescription>Toeristenbelasting|A|A0410459|bc35339c-3c6f-4e98-9afb-5235c8e8a287|2024-01-27</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">500</Price>
                        <PaxID>1</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Toeristenbelasting|A|A0410459|bc35339c-3c6f-4e98-9afb-5235c8e8a287|2024-01-27</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">500</Price>
                        <PaxID>2</PaxID>
                    </PriceDetails>
                </PricePayLocally>
            </PriceInfo>
        </ReceiptResponse>
    </TResponse>
</TravelMessage>
                    
                

Sell

Message Type Example
Request
SellRequest
                     
<TravelMessage VersionID="3.1">
    <Control Language="NL">
        <SenderSessionID>99769a45-0d36-498d-b742-71a257d86c9e</SenderSessionID>
        <ReceiverSessionID />
        <Date>2024-01-08</Date>
        <Time>12:50</Time>
        <MessageSequence>1</MessageSequence>
        <SenderID>9998</SenderID>
        <ReceiverID>TUI</ReceiverID>
        <RequestID>SellRequest</RequestID>
        <ResponseID>SellResponse</ResponseID>
    </Control>
    <TRequest>
        <SellRequest>
            <PackageDetails>
                <PackageID>8baccc9b-1a87-42fa-9e4e-866c3eb30020</PackageID>
                <NumberOfAdults>2</NumberOfAdults>
                <NumberOfChildren>0</NumberOfChildren>
                <NumberOfBabies>0</NumberOfBabies>
                <DepartureDate>2024-01-27</DepartureDate>
                <DeparturePoint>EIN</DeparturePoint>
                <BoardType>LG</BoardType>
                <Duration DurationType="nachten">7</Duration>
                <PackageType>PAKK</PackageType>
            </PackageDetails>
            <Transport>
                <TransportTo>
                    <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                    <TransportType>VL</TransportType>
                    <Carrier>
                        <CarrierID>OR</CarrierID>
                        <Description>TUI Fly</Description>
                        <FlightNumber>OR 1653</FlightNumber>
                        <Stopovers NumberOfStops="0">
                        </Stopovers>
                    </Carrier>
                    <Departure>
                        <Point PointType="IATAcode">
                            <PointID>EIN</PointID>
                        </Point>
                        <Date>2024-01-27</Date>
                    </Departure>
                    <Arrival>
                        <Point PointType="IATAcode">
                            <PointID>TFS</PointID>
                        </Point>
                        <Date>2024-01-27</Date>
                    </Arrival>
                    <Class>
                        <ClassID>PNOM</ClassID>
                        <Seats>2</Seats>
                    </Class>
                </TransportTo>
                <TransportFrom>
                    <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                    <TransportType>VL</TransportType>
                    <Carrier>
                        <CarrierID>OR</CarrierID>
                        <Description>TUI Fly</Description>
                        <FlightNumber>OR 1653</FlightNumber>
                        <Stopovers NumberOfStops="0"></Stopovers>
                    </Carrier>
                    <Departure>
                        <Point PointType="IATAcode">
                            <PointID>TFS</PointID>
                        </Point>
                        <Date>2024-02-03</Date>
                    </Departure>
                    <Arrival>
                        <Point PointType="IATAcode">
                            <PointID>EIN</PointID>
                        </Point>
                        <Date>2024-02-03</Date>
                    </Arrival>
                    <Class>
                        <ClassID>PNOM</ClassID>
                        <Seats>2</Seats>
                    </Class>
                </TransportFrom>
                <AdditionalProducts>
                    <Extras>
                        <ExtraID>BG00</ExtraID>
                        <Description>BG00</Description>
                        <ExtrasCategory>bagage</ExtrasCategory>
                        <From>
                            <Date>2024-01-27</Date>
                        </From>
                        <Allotment>2</Allotment>
                        <RelatedTransport>
                            <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                            <ClassID>PNOM</ClassID>
                        </RelatedTransport>
                        <GroupID>baggage</GroupID>
                    </Extras>
                    <Extras>
                        <ExtraID>BG00</ExtraID>
                        <Description>BG00</Description>
                        <ExtrasCategory>bagage</ExtrasCategory>
                        <From>
                            <Date>2024-02-03</Date>
                        </From>
                        <Allotment>2</Allotment>
                        <RelatedTransport>
                            <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                            <ClassID>PNOM</ClassID>
                        </RelatedTransport>
                        <GroupID>baggage</GroupID>
                    </Extras>
                </AdditionalProducts>
            </Transport>
            <Accommodation>
                <AccommodationID>A0410459</AccommodationID>
                <AccommodationType>HOT</AccommodationType>
                <ArrivalDate>2024-01-27</ArrivalDate>
                <DepartureDate>2024-02-03</DepartureDate>
                <Unit>
                    <UnitID>bc35339c-3c6f-4e98-9afb-5235c8e8a287</UnitID>
                    <UnitType>4PK</UnitType>
                    <Board>
                        <BoardType>LG</BoardType>
                    </Board>
                    <Allotment>1</Allotment>
                </Unit>
            </Accommodation>
            <Responsibilities>
                <SalesResponsibility>Agent</SalesResponsibility>
            </Responsibilities>
        </SellRequest>
    </TRequest>
</TravelMessage>
                    
                
Response
SellResponse
                     
<TravelMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" VersionID="3.1">
    <Control Language="NL">
        <SenderSessionID>83c221a7-5f2d-419d-9423-6882c3d49a45</SenderSessionID>
        <ReceiverSessionID>99769a45-0d36-498d-b742-71a257d86c9e</ReceiverSessionID>
        <Date>2024-01-08</Date>
        <Time>12:50</Time>
        <MessageSequence>2</MessageSequence>
        <SenderID>TUI</SenderID>
        <ReceiverID>9998</ReceiverID>
        <RequestID>SellRequest</RequestID>
        <ResponseID>SellResponse</ResponseID>
        <ResponseStatus>ja</ResponseStatus>
    </Control>
    <TResponse>
        <Transport>
            <TransportTo>
                <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                <TransportType>VL</TransportType>
                <Carrier>
                    <CarrierID>OR</CarrierID>
                    <Description>TUI Fly</Description>
                    <FlightNumber>OR 1653</FlightNumber>
                    <Stopovers NumberOfStops="0" />
                </Carrier>
                <Departure>
                    <Point PointType="IATAcode">
                        <PointID>EIN</PointID>
                    </Point>
                    <Date>2024-01-27</Date>
                </Departure>
                <Arrival>
                    <Point PointType="IATAcode">
                        <PointID>TFS</PointID>
                    </Point>
                    <Date>2024-01-27</Date>
                </Arrival>
                <Status>
                    <StatusID>01</StatusID>
                    <Description>OK</Description>
                </Status>
                <Class>
                    <ClassID>PNOM</ClassID>
                    <Seats>2</Seats>
                </Class>
            </TransportTo>
            <TransportFrom>
                <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                <TransportType>VL</TransportType>
                <Carrier>
                    <CarrierID>OR</CarrierID>
                    <Description>TUI Fly</Description>
                    <FlightNumber>OR 1653</FlightNumber>
                    <Stopovers NumberOfStops="0" />
                </Carrier>
                <Departure>
                    <Point PointType="IATAcode">
                        <PointID>TFS</PointID>
                    </Point>
                    <Date>2024-02-03</Date>
                </Departure>
                <Arrival>
                    <Point PointType="IATAcode">
                        <PointID>EIN</PointID>
                    </Point>
                    <Date>2024-02-03</Date>
                </Arrival>
                <Status>
                    <StatusID>01</StatusID>
                    <Description>OK</Description>
                </Status>
                <Class>
                    <ClassID>PNOM</ClassID>
                    <Seats>2</Seats>
                </Class>
            </TransportFrom>
            <AdditionalProducts>
                <Extras>
                    <ExtraID>BG00</ExtraID>
                    <Description>BG00</Description>
                    <ExtrasCategory>bagage</ExtrasCategory>
                    <From>
                        <Date>2024-01-27</Date>
                    </From>
                    <Allotment>2</Allotment>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <RelatedTransport>
                        <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>baggage</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>BG00</ExtraID>
                    <Description>BG00</Description>
                    <ExtrasCategory>bagage</ExtrasCategory>
                    <From>
                        <Date>2024-02-03</Date>
                    </From>
                    <Allotment>2</Allotment>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <RelatedTransport>
                        <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>baggage</GroupID>
                </Extras>
            </AdditionalProducts>
        </Transport>
        <Accommodation>
            <AccommodationID>A0410459</AccommodationID>
            <AccommodationType>HOT</AccommodationType>
            <ArrivalDate>2024-01-27</ArrivalDate>
            <DepartureDate>2024-02-03</DepartureDate>
            <Unit>
                <UnitID>bc35339c-3c6f-4e98-9afb-5235c8e8a287</UnitID>
                <UnitType>4PK</UnitType>
                <Board>
                    <BoardType>LG</BoardType>
                </Board>
                <Allotment>1</Allotment>
                <Status>
                    <StatusID>01</StatusID>
                    <Description>OK</Description>
                </Status>
            </Unit>
        </Accommodation>
        <AdditionalProducts />
    </TResponse>
</TravelMessage>
                    
                

Assign

Message Type Example
Request
AssignRequest
                     
<?xml version="1.0" encoding="utf-8"?>
<TravelMessage VersionID="3.1">
    <Control Language="NL">
        <SenderSessionID>99769a45-0d36-498d-b742-71a257d86c9e</SenderSessionID>
        <ReceiverSessionID>83c221a7-5f2d-419d-9423-6882c3d49a45</ReceiverSessionID>
        <Date>2024-01-08</Date>
        <Time>12:53</Time>
        <MessageSequence>3</MessageSequence>
        <SenderID>9998</SenderID>
        <ReceiverID>TUI</ReceiverID>
        <RequestID>AssignRequest</RequestID>
        <ResponseID>AssignResponse</ResponseID>
    </Control>
    <TRequest>
        <AssignRequest>
            <PaxDetails>
                <PaxDescription>
                    <PaxID>1</PaxID>
                    <GivenNames>Saul</GivenNames>
                    <Initials>L</Initials>
                    <Infix>de</Infix>
                    <Name>Agustin</Name>
                    <DateOfBirth>1990-11-20</DateOfBirth>
                    <Gender>M</Gender>
                    <Nationality>NL</Nationality>
                    <PassportNumber>MNL876543210</PassportNumber>
                </PaxDescription>
                <PaxDescription>
                    <PaxID>2</PaxID>
                    <GivenNames>Kavya</GivenNames>
                    <Initials>Z</Initials>
                    <Infix>Kuna</Infix>
                    <Name>Wantjes</Name>
                    <DateOfBirth>1990-11-21</DateOfBirth>
                    <Gender>V</Gender>
                    <Nationality>NL</Nationality>
                    <PassportNumber>MFL876543210</PassportNumber>
                </PaxDescription>
                <Contact>
                    <PaxID>1</PaxID>
                    <Initials>L</Initials>
                    <Name>Agustin</Name>
                    <Gender>M</Gender>
                    <Address>Zijdehoenderlaan 162 </Address>
                    <Zipcode>3773 WW</Zipcode>
                    <Place>BARNEVELD</Place>
                    <Country>NL</Country>
                    <TelHome>0342123456</TelHome>
                    <TelWork>></TelWork>
                    <TelMobile>></TelMobile>
                    <Email>rudy.lodeweges@tui.nl</Email>
                </Contact>
                <HomeStay>
                    <Initials>K</Initials>
                    <Infix>care</Infix>
                    <Name>AtHome Name</Name>
                    <TelHome>06123456798</TelHome>
                    <TelWork />
                    <TelMobile />
                    <Email />
                </HomeStay>
            </PaxDetails>
            <PaxAssignment>
                <TransportAssignment>
                    <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                    <Sequence>1</Sequence>
                    <ClassID>PNOM</ClassID>
                    <PaxID>1</PaxID>
                    <PaxID>2</PaxID>
                </TransportAssignment>
                <TransportAssignment>
                    <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                    <Sequence>2</Sequence>
                    <ClassID>PNOM</ClassID>
                    <PaxID>1</PaxID>
                    <PaxID>2</PaxID>
                </TransportAssignment>
                <AccoAssignment>
                    <AccommodationID>A0410459</AccommodationID>
                    <Sequence>1</Sequence>
                    <ArrivalDate>2024-01-27</ArrivalDate>
                    <DepartureDate>2024-02-03</DepartureDate>
                    <BoardAssignment>
                        <BoardType>LG</BoardType>
                        <PaxID>1</PaxID>
                        <PaxID>2</PaxID>
                    </BoardAssignment>
                    <UnitAssignment>
                        <UnitID>bc35339c-3c6f-4e98-9afb-5235c8e8a287</UnitID>
                        <Quantity>1</Quantity>
                        <RoomAssignment>
                            <Sequence>1</Sequence>
                            <RoomNumber>101</RoomNumber>
                            <PaxID>1</PaxID>
                            <PaxID>2</PaxID>
                        </RoomAssignment>
                    </UnitAssignment>
                </AccoAssignment>
                <APAssignment>
                    <ExtrasAssignment>
                        <ExtraID>BG00</ExtraID>
                        <Sequence>1</Sequence>
                        <From>
                            <Date>2024-01-27</Date>
                        </From>
                        <To>
                            <Date>2024-01-27</Date>
                        </To>
                        <Quantity>2</Quantity>
                        <ExtrasPax>
                            <PaxID>1</PaxID>
                            <Quantity>1</Quantity>
                        </ExtrasPax>
                        <ExtrasPax>
                            <PaxID>2</PaxID>
                            <Quantity>1</Quantity>
                        </ExtrasPax>
                        <RelatedTransport>
                            <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                            <ClassID>PNOM</ClassID>
                        </RelatedTransport>                        
                    </ExtrasAssignment>
                    <ExtrasAssignment>
                        <ExtraID>BG00</ExtraID>
                        <Sequence>2</Sequence>
                        <From>
                            <Date>2024-02-03</Date>
                        </From>
                        <To>
                            <Date>2024-02-03</Date>
                        </To>
                        <Quantity>2</Quantity>
                        <ExtrasPax>
                            <PaxID>1</PaxID>
                            <Quantity>1</Quantity>
                        </ExtrasPax>
                        <ExtrasPax>
                            <PaxID>2</PaxID>
                            <Quantity>1</Quantity>
                        </ExtrasPax>
                        <RelatedTransport>
                            <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                            <ClassID>PNOM</ClassID>
                        </RelatedTransport>                        
                    </ExtrasAssignment>
                </APAssignment>
            </PaxAssignment>
            <Responsibilities>
                <SalesResponsibility>Agent</SalesResponsibility>
            </Responsibilities>
        </AssignRequest>
    </TRequest>
</TravelMessage>
                    
                
Response
AssignResponse
                     
<TravelMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" VersionID="3.1">
    <Control Language="NL">
        <SenderSessionID>83c221a7-5f2d-419d-9423-6882c3d49a45</SenderSessionID>
        <ReceiverSessionID>99769a45-0d36-498d-b742-71a257d86c9e</ReceiverSessionID>
        <Date>2024-01-08</Date>
        <Time>12:53</Time>
        <MessageSequence>4</MessageSequence>
        <SenderID>TUI</SenderID>
        <ReceiverID>9998</ReceiverID>
        <RequestID>AssignRequest</RequestID>
        <ResponseID>AssignResponse</ResponseID>
        <ResponseStatus>ja</ResponseStatus>
    </Control>
    <TResponse>
        <PaxAssignment>
            <TransportAssignment>
                <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                <ClassID>PNOM</ClassID>
                <PaxID>1</PaxID>
                <PaxID>2</PaxID>
            </TransportAssignment>
            <TransportAssignment>
                <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                <ClassID>PNOM</ClassID>
                <PaxID>1</PaxID>
                <PaxID>2</PaxID>
            </TransportAssignment>
            <AccoAssignment>
                <AccommodationID>A0410459</AccommodationID>
                <ArrivalDate>2024-01-27</ArrivalDate>
                <DepartureDate>2024-02-03</DepartureDate>
                <BoardAssignment>
                    <BoardType>LG</BoardType>
                    <PaxID>1</PaxID>
                    <PaxID>2</PaxID>
                </BoardAssignment>
                <UnitAssignment>
                    <UnitID>bc35339c-3c6f-4e98-9afb-5235c8e8a287</UnitID>
                    <Quantity>1</Quantity>
                    <RoomAssignment>
                        <Sequence>1</Sequence>
                        <PaxID>1</PaxID>
                        <PaxID>2</PaxID>
                    </RoomAssignment>
                </UnitAssignment>
            </AccoAssignment>
            <APAssignment>
                <ExtrasAssignment>
                    <ExtraID>NO_MEAL</ExtraID>
                    <Sequence>1</Sequence>
                    <From>
                        <Date>2024-01-27</Date>
                    </From>
                    <To>
                        <Date>2024-01-27</Date>
                    </To>
                    <Quantity>2</Quantity>
                    <ExtrasPax>
                        <PaxID>1</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <ExtrasPax>
                        <PaxID>2</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <RelatedTransport>
                        <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                </ExtrasAssignment>
                <ExtrasAssignment>
                    <ExtraID>NO_MEAL</ExtraID>
                    <Sequence>2</Sequence>
                    <From>
                        <Date>2024-02-03</Date>
                    </From>
                    <To>
                        <Date>2024-02-03</Date>
                    </To>
                    <Quantity>2</Quantity>
                    <ExtrasPax>
                        <PaxID>1</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <ExtrasPax>
                        <PaxID>2</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <RelatedTransport>
                        <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                </ExtrasAssignment>
                <ExtrasAssignment>
                    <ExtraID>BG00</ExtraID>
                    <Sequence>3</Sequence>
                    <From>
                        <Date>2024-01-27</Date>
                    </From>
                    <To>
                        <Date>2024-01-27</Date>
                    </To>
                    <Quantity>2</Quantity>
                    <ExtrasPax>
                        <PaxID>1</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <ExtrasPax>
                        <PaxID>2</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <RelatedTransport>
                        <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                </ExtrasAssignment>
                <ExtrasAssignment>
                    <ExtraID>BG00</ExtraID>
                    <Sequence>4</Sequence>
                    <From>
                        <Date>2024-02-03</Date>
                    </From>
                    <To>
                        <Date>2024-02-03</Date>
                    </To>
                    <Quantity>2</Quantity>
                    <ExtrasPax>
                        <PaxID>1</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <ExtrasPax>
                        <PaxID>2</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <RelatedTransport>
                        <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                </ExtrasAssignment>
                <ExtrasAssignment>
                    <ExtraID>STANDARD_SEAT</ExtraID>
                    <Sequence>5</Sequence>
                    <From>
                        <Date>2024-01-27</Date>
                    </From>
                    <To>
                        <Date>2024-01-27</Date>
                    </To>
                    <Quantity>2</Quantity>
                    <ExtrasPax>
                        <PaxID>1</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <ExtrasPax>
                        <PaxID>2</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <RelatedTransport>
                        <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                </ExtrasAssignment>
                <ExtrasAssignment>
                    <ExtraID>STANDARD_SEAT</ExtraID>
                    <Sequence>6</Sequence>
                    <From>
                        <Date>2024-02-03</Date>
                    </From>
                    <To>
                        <Date>2024-02-03</Date>
                    </To>
                    <Quantity>2</Quantity>
                    <ExtrasPax>
                        <PaxID>1</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <ExtrasPax>
                        <PaxID>2</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <RelatedTransport>
                        <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                </ExtrasAssignment>
            </APAssignment>
        </PaxAssignment>
        <PriceInfo>
            <Price Currency="EUR" PricePer="tp">232800</Price>
            <PricePaySupplyer>
                <Price Currency="EUR" PricePer="tp">231800</Price>
                <PriceDetails>
                    <PriceDescription>Reissom</PriceDescription>
                    <PriceCode>001</PriceCode>
                    <Price Currency="EUR" PricePer="pa">116722</Price>
                    <PaxID>1</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Reissom</PriceDescription>
                    <PriceCode>001</PriceCode>
                    <Price Currency="EUR" PricePer="pa">116722</Price>
                    <PaxID>2</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Beveiligingsservicekosten|T|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">487</Price>
                    <PaxID>1</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Servicekosten voor passagier|T|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">1064</Price>
                    <PaxID>1</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Nederlandse staatsbelasting|T|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">795</Price>
                    <PaxID>1</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Beveiligingsservicekosten|T|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">487</Price>
                    <PaxID>2</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Servicekosten voor passagier|T|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">1064</Price>
                    <PaxID>2</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Nederlandse staatsbelasting|T|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">795</Price>
                    <PaxID>2</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Vertrekkosten|T|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">642</Price>
                    <PaxID>1</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Beveiligingsbelasting|T|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">327</Price>
                    <PaxID>1</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Luchtvaart beveiligingskosten|T|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">63</Price>
                    <PaxID>1</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Vertrekkosten|T|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">642</Price>
                    <PaxID>2</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Beveiligingsbelasting|T|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">327</Price>
                    <PaxID>2</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Luchtvaart beveiligingskosten|T|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">63</Price>
                    <PaxID>2</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Vroegboekkorting|A|A0410459|bc35339c-3c6f-4e98-9afb-5235c8e8a287|2024-01-27</PriceDescription>
                    <PriceCode>025</PriceCode>
                    <Price Currency="EUR" PricePer="pa" Sign="-">4200</Price>
                    <PaxID>1</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Vroegboekkorting|A|A0410459|bc35339c-3c6f-4e98-9afb-5235c8e8a287|2024-01-27</PriceDescription>
                    <PriceCode>025</PriceCode>
                    <Price Currency="EUR" PricePer="pa" Sign="-">4200</Price>
                    <PaxID>2</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Klasse (Flight no meal)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|ssr-service-bundle|PNOM|2024-01-27</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>1</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Klasse (Flight no meal)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|ssr-service-bundle|PNOM|2024-01-27</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>2</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Klasse (Flight no meal)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|ssr-service-bundle|PNOM|2024-02-03</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>1</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Klasse (Flight no meal)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|ssr-service-bundle|PNOM|2024-02-03</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>2</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Maaltijden (Geen maaltijd)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|meals|NO_MEAL|2024-01-27</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>1</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Maaltijden (Geen maaltijd)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|meals|NO_MEAL|2024-01-27</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>2</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Maaltijden (Geen maaltijd)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|meals|NO_MEAL|2024-02-03</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>1</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Maaltijden (Geen maaltijd)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|meals|NO_MEAL|2024-02-03</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>2</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Bagage (Alleen handbagage)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|baggage|BG00|2024-01-27</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>1</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Bagage (Alleen handbagage)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|baggage|BG00|2024-01-27</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>2</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Bagage (Alleen handbagage)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|baggage|BG00|2024-02-03</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>1</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Bagage (Alleen handbagage)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|baggage|BG00|2024-02-03</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>2</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Stoeltype (Economy)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|seatclass|STANDARD_SEAT|2024-01-27</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>1</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Stoeltype (Economy)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|seatclass|STANDARD_SEAT|2024-01-27</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>2</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Stoeltype (Economy)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|seatclass|STANDARD_SEAT|2024-02-03</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>1</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Stoeltype (Economy)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|seatclass|STANDARD_SEAT|2024-02-03</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>2</PaxID>
                </PriceDetails>
            </PricePaySupplyer>
                <PricePayLocally>
                    <Price Currency="EUR" PricePer="tp">1000</Price>
                    <PriceDetails>
                        <PriceDescription>Toeristenbelasting|A|A0410459|bc35339c-3c6f-4e98-9afb-5235c8e8a287|2024-01-27</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">500</Price>
                        <PaxID>1</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Toeristenbelasting|A|A0410459|bc35339c-3c6f-4e98-9afb-5235c8e8a287|2024-01-27</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">500</Price>
                        <PaxID>2</PaxID>
                    </PriceDetails>
                </PricePayLocally>
        </PriceInfo>
    </TResponse>
</TravelMessage>
                    
                

Book

Message Type Example
Request
BookRequest
                     
<?xml version="1.0" encoding="utf-8"?>
<TravelMessage VersionID="3.1">
    <Control Language="NL">
        <SenderSessionID>99769a45-0d36-498d-b742-71a257d86c9e</SenderSessionID>
        <ReceiverSessionID>83c221a7-5f2d-419d-9423-6882c3d49a45</ReceiverSessionID>
        <Date>2024-01-08</Date>
        <Time>12:55</Time>
        <MessageSequence>5</MessageSequence>
        <SenderID>9998</SenderID>
        <ReceiverID>TUI</ReceiverID>
        <RequestID>BookRequest</RequestID>
        <ResponseID>BookResponse</ResponseID>
    </Control>
    <TRequest>
        <BookRequest>
             <PaxDetails>
                <PaxDescription>
                    <PaxID>1</PaxID>
                    <GivenNames>Saul</GivenNames>
                    <Initials>L</Initials>
                    <Infix>de</Infix>
                    <Name>Agustin</Name>
                    <DateOfBirth>1990-11-20</DateOfBirth>
                    <Gender>M</Gender>
                    <Nationality>NL</Nationality>
                    <PassportNumber>MNL876543210</PassportNumber>
                </PaxDescription>
                <PaxDescription>
                    <PaxID>2</PaxID>
                    <GivenNames>Kavya</GivenNames>
                    <Initials>Z</Initials>
                    <Infix>Kuna</Infix>
                    <Name>Wantjes</Name>
                    <DateOfBirth>1990-11-21</DateOfBirth>
                    <Gender>V</Gender>
                    <Nationality>NL</Nationality>
                    <PassportNumber>MFL876543210</PassportNumber>
                </PaxDescription>
                <Contact>
                    <PaxID>1</PaxID>
                    <Initials>L</Initials>
                    <Name>Agustin</Name>
                    <Gender>M</Gender>
                    <Address>Zijdehoenderlaan 162 </Address>
                    <Zipcode>3773 WW</Zipcode>
                    <Place>BARNEVELD</Place>
                    <Country>NL</Country>
                    <TelHome>0342123456</TelHome>
                    <TelWork>></TelWork>
                    <TelMobile>></TelMobile>
                    <Email>rudy.lodeweges@tui.nl</Email>
                </Contact>
                <HomeStay>
                    <Initials>K</Initials>
                    <Infix>care</Infix>
                    <Name>AtHome Name</Name>
                    <TelHome>06123456798</TelHome>
                    <TelWork />
                    <TelMobile />
                    <Email />
                </HomeStay>
            </PaxDetails>
            <PaxAssignment>
                <TransportAssignment>
                    <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                    <Sequence>1</Sequence>
                    <ClassID>PNOM</ClassID>
                    <PaxID>1</PaxID>
                    <PaxID>2</PaxID>
                </TransportAssignment>
                <TransportAssignment>
                    <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                    <Sequence>2</Sequence>
                    <ClassID>PNOM</ClassID>
                    <PaxID>1</PaxID>
                    <PaxID>2</PaxID>
                </TransportAssignment>
                <AccoAssignment>
                    <AccommodationID>A0410459</AccommodationID>
                    <Sequence>1</Sequence>
                    <ArrivalDate>2024-01-27</ArrivalDate>
                    <DepartureDate>2024-02-03</DepartureDate>
                    <BoardAssignment>
                        <BoardType>LG</BoardType>
                        <PaxID>1</PaxID>
                        <PaxID>2</PaxID>
                    </BoardAssignment>
                    <UnitAssignment>
                        <UnitID>bc35339c-3c6f-4e98-9afb-5235c8e8a287</UnitID>
                        <Quantity>1</Quantity>
                        <RoomAssignment>
                            <Sequence>1</Sequence>
                            <RoomNumber>101</RoomNumber>
                            <PaxID>1</PaxID>
                            <PaxID>2</PaxID>
                        </RoomAssignment>
                    </UnitAssignment>
                </AccoAssignment>
                <APAssignment>
                    <ExtrasAssignment>
                        <ExtraID>BG00</ExtraID>
                        <Sequence>1</Sequence>
                        <From>
                            <Date>2024-01-27</Date>
                        </From>
                        <To>
                            <Date>2024-01-27</Date>
                        </To>
                        <Quantity>2</Quantity>
                        <ExtrasPax>
                            <PaxID>1</PaxID>
                            <Quantity>1</Quantity>
                        </ExtrasPax>
                        <ExtrasPax>
                            <PaxID>2</PaxID>
                            <Quantity>1</Quantity>
                        </ExtrasPax>
                        <RelatedTransport>
                            <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                            <ClassID>PNOM</ClassID>
                        </RelatedTransport>                        
                    </ExtrasAssignment>
                    <ExtrasAssignment>
                        <ExtraID>BG00</ExtraID>
                        <Sequence>2</Sequence>
                        <From>
                            <Date>2024-02-03</Date>
                        </From>
                        <To>
                            <Date>2024-02-03</Date>
                        </To>
                        <Quantity>2</Quantity>
                        <ExtrasPax>
                            <PaxID>1</PaxID>
                            <Quantity>1</Quantity>
                        </ExtrasPax>
                        <ExtrasPax>
                            <PaxID>2</PaxID>
                            <Quantity>1</Quantity>
                        </ExtrasPax>
                        <RelatedTransport>
                            <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                            <ClassID>PNOM</ClassID>
                        </RelatedTransport>                        
                    </ExtrasAssignment>
                </APAssignment>
            </PaxAssignment>
            <Responsibilities>
                <SalesResponsibility>Agent</SalesResponsibility>
            </Responsibilities>
        </BookRequest>
    </TRequest>
</TravelMessage>
                    
                
Response
BookResponse
                     
<TravelMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" VersionID="3.1">
    <Control Language="NL">
        <SenderSessionID>83c221a7-5f2d-419d-9423-6882c3d49a45</SenderSessionID>
        <ReceiverSessionID>99769a45-0d36-498d-b742-71a257d86c9e</ReceiverSessionID>
        <Date>2024-01-08</Date>
        <Time>12:56</Time>
        <MessageSequence>6</MessageSequence>
        <SenderID>TUI</SenderID>
        <ReceiverID>9998</ReceiverID>
        <RequestID>BookRequest</RequestID>
        <ResponseID>BookResponse</ResponseID>
        <ResponseStatus>ja</ResponseStatus>
    </Control>
    <TResponse>
        <BookResponse>
            <BookID>200001563808</BookID>
            <BookEmployeeID>TUI</BookEmployeeID>
            <Date>2024-01-08</Date>
            <Time>00:00</Time>
            <Status>
                <StatusID>01</StatusID>
                <Description>Akkoord</Description>
            </Status>
        </BookResponse>
    </TResponse>
</TravelMessage>
                    
                

Break

Message Type Example
Request
BreakRequest
                     
<TravelMessage VersionID="3.1">
    <Control Language="NL" Test="nee">
        <SenderSessionID>88bf7060-5852-44c7-8a51-eb1548952008</SenderSessionID>
        <ReceiverSessionID>9ad90b74-4fb4-40d8-a7cb-f355e3f51313</ReceiverSessionID>
        <Date>2023-01-10</Date>
        <Time>10:48</Time>
        <MessageSequence>1</MessageSequence>
        <SenderID>1653</SenderID>
        <ReceiverID>TUI</ReceiverID>
        <RequestID>BreakRequest</RequestID>
        <ResponseID>BreakResponse</ResponseID>
    </Control>
</TravelMessage>
                    
                
Response
BreakResponse
                     
<TravelMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" VersionID="3.1">
    <Control Language="NL">
        <SenderSessionID>9ad90b74-4fb4-40d8-a7cb-f355e3f51313</SenderSessionID>
        <ReceiverSessionID>88bf7060-5852-44c7-8a51-eb1548952008</ReceiverSessionID>
        <Date>2023-01-10</Date>
        <Time>10:48</Time>
        <MessageSequence>2</MessageSequence>
        <SenderID>TUI</SenderID>
        <ReceiverID>1653</ReceiverID>
        <RequestID>BreakRequest</RequestID>
        <ResponseID>BreakResponse</ResponseID>
        <ResponseStatus>ja</ResponseStatus>
    </Control>
</TravelMessage>
                    
                

AddProAvailability

Message Type Example
Request
Details - AddProAvailabilityTransportRequest
                     
<?xml version="1.0" encoding="UTF-8"?>
<TravelMessage VersionID="3.1">
    <Control Language="NL" Test="nee">
        <SenderSessionID>7f44c39a-d247-42ba-8605-d188f63dc264</SenderSessionID>
        <ReceiverSessionID />
        <Date>2024-01-09</Date>
        <Time>09:20</Time>
        <MessageSequence>1</MessageSequence>
        <SenderID>9998</SenderID>
        <ReceiverID>TUI</ReceiverID>
        <RequestID>AddProAvailabilityTransportRequest</RequestID>
        <ResponseID>AddProAvailabilityTransportResponse</ResponseID>
    </Control>
    <TRequest>
        <SellRequest>
            <PackageDetails>
                <PackageID>8baccc9b-1a87-42fa-9e4e-866c3eb30020</PackageID>
                <NumberOfAdults>2</NumberOfAdults>
                <NumberOfChildren>0</NumberOfChildren>
                <NumberOfBabies>0</NumberOfBabies>
                <DepartureDate>2024-01-27</DepartureDate>
                <DeparturePoint>AMS</DeparturePoint>
                <BoardType>LG</BoardType>
                <Duration DurationType="nachten">7</Duration>
                <PackageType>PAKK</PackageType>
            </PackageDetails>
            <Transport>
                <TransportTo>
                    <TransportID>4d43a766-6507-46c4-984c-62084cb12be2#20240127 OR1661 AMSTFS#CONTRACTED</TransportID>
                    <TransportType>VL</TransportType>
                    <Carrier>
                        <CarrierID>OR</CarrierID>
                        <Description>TUI Fly</Description>
                        <FlightNumber>OR 1661</FlightNumber>
                        <Stopovers NumberOfStops="0">
                        </Stopovers>
                    </Carrier>
                    <Departure>
                        <Point PointType="IATAcode">
                            <PointID>AMS</PointID>
                        </Point>
                        <Date>2024-01-27</Date>
                    </Departure>
                    <Arrival>
                        <Point PointType="IATAcode">
                            <PointID>TFS</PointID>
                        </Point>
                        <Date>2024-01-27</Date>
                    </Arrival>
                    <Class>
                        <ClassID>PNOM</ClassID>
                        <Seats>2</Seats>
                    </Class>
                </TransportTo>
                <TransportFrom>
                    <TransportID>f668f2ed-a972-4dc9-a09b-009189f62f32#20240203 OR1662 TFSAMS#CONTRACTED</TransportID>
                    <TransportType>VL</TransportType>
                    <Carrier>
                        <CarrierID>OR</CarrierID>
                        <Description>TUI Fly</Description>
                        <FlightNumber>OR 1662</FlightNumber>
                        <Stopovers NumberOfStops="0"></Stopovers>
                    </Carrier>
                    <Departure>
                        <Point PointType="IATAcode">
                            <PointID>TFS</PointID>
                        </Point>
                        <Date>2024-02-03</Date>
                    </Departure>
                    <Arrival>
                        <Point PointType="IATAcode">
                            <PointID>AMS</PointID>
                        </Point>
                        <Date>2024-02-04</Date>
                    </Arrival>
                    <Class>
                        <ClassID>PNOM</ClassID>
                        <Seats>2</Seats>
                    </Class>
                </TransportFrom>
            </Transport>
            <Responsibilities>
                <SalesResponsibility>Agent</SalesResponsibility>
            </Responsibilities>
        </SellRequest>
    </TRequest>
</TravelMessage>
                    
                
Response
Details - AddProAvailabilityTransportResponse
                     
<TravelMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" VersionID="3.1">
    <Control Language="NL">
        <SenderSessionID />
        <ReceiverSessionID>7f44c39a-d247-42ba-8605-d188f63dc264</ReceiverSessionID>
        <Date>2024-01-09</Date>
        <Time>09:20</Time>
        <MessageSequence>1</MessageSequence>
        <SenderID>TUI</SenderID>
        <ReceiverID>9998</ReceiverID>
        <RequestID>AddProAvailabilityTransportRequest</RequestID>
        <ResponseID>AddProAvailabilityTransportResponse</ResponseID>
        <ResponseStatus>ja</ResponseStatus>
    </Control>
    <TResponse>
        <PackageDetails>
            <PackageID>8baccc9b-1a87-42fa-9e4e-866c3eb30020</PackageID>
            <NumberOfAdults>2</NumberOfAdults>
            <NumberOfChildren>0</NumberOfChildren>
            <NumberOfBabies>0</NumberOfBabies>
            <DepartureDate>2024-01-27</DepartureDate>
            <DeparturePoint>AMS</DeparturePoint>
            <BoardType>LG</BoardType>
            <Duration DurationType="nachten">7</Duration>
            <PackageType>PAKK</PackageType>
        </PackageDetails>
        <Transport>
            <TransportTo>
                <TransportID>4d43a766-6507-46c4-984c-62084cb12be2#20240127 OR1661 AMSTFS#CONTRACTED</TransportID>
                <TransportType>VL</TransportType>
                <Carrier>
                    <CarrierID>OR</CarrierID>
                    <Description>TuiFlyNe</Description>
                    <FlightNumber>OR 1661</FlightNumber>
                    <Stopovers NumberOfStops="0" />
                </Carrier>
                <Departure>
                    <Point PointType="IATAcode">
                        <PointID>AMS</PointID>
                    </Point>
                    <Date>2024-01-27</Date>
                </Departure>
                <Arrival>
                    <Point PointType="IATAcode">
                        <PointID>TFS</PointID>
                    </Point>
                    <Date>2024-01-27</Date>
                </Arrival>
                <Class>
                    <ClassID>PNOM</ClassID>
                    <Seats>2</Seats>
                </Class>
            </TransportTo>
            <TransportFrom>
                <TransportID>f668f2ed-a972-4dc9-a09b-009189f62f32#20240203 OR1662 TFSAMS#CONTRACTED</TransportID>
                <TransportType>VL</TransportType>
                <Carrier>
                    <CarrierID>OR</CarrierID>
                    <Description>TuiFlyNe</Description>
                    <FlightNumber>OR 1662</FlightNumber>
                    <Stopovers NumberOfStops="0" />
                </Carrier>
                <Departure>
                    <Point PointType="IATAcode">
                        <PointID>TFS</PointID>
                    </Point>
                    <Date>2024-02-03</Date>
                </Departure>
                <Arrival>
                    <Point PointType="IATAcode">
                        <PointID>AMS</PointID>
                    </Point>
                    <Date>2024-02-04</Date>
                </Arrival>
                <Class>
                    <ClassID>PNOM</ClassID>
                    <Seats>2</Seats>
                </Class>
            </TransportFrom>
            <AdditionalProducts>
                <Extras>
                    <ExtraID>BG00</ExtraID>
                    <Description>00 kg hold baggage</Description>
                    <ExtrasCategory>bagage</ExtrasCategory>
                    <From>
                        <Date>2024-01-27</Date>
                    </From>
                    <To>
                        <Date>2024-01-27</Date>
                    </To>
                    <Allotment>99</Allotment>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <RecomPrice Currency="EUR" PricePer="pa">0</RecomPrice>
                    <RelatedTransport>
                        <TransportID>4d43a766-6507-46c4-984c-62084cb12be2#20240127 OR1661 AMSTFS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>baggage</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>BG20</ExtraID>
                    <Description>20 kg hold baggage</Description>
                    <ExtrasCategory>bagage</ExtrasCategory>
                    <From>
                        <Date>2024-01-27</Date>
                    </From>
                    <To>
                        <Date>2024-01-27</Date>
                    </To>
                    <Allotment>99</Allotment>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <RecomPrice Currency="EUR" PricePer="pa">2500</RecomPrice>
                    <RelatedTransport>
                        <TransportID>4d43a766-6507-46c4-984c-62084cb12be2#20240127 OR1661 AMSTFS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>baggage</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>BG25</ExtraID>
                    <Description>25 kg hold baggage</Description>
                    <ExtrasCategory>bagage</ExtrasCategory>
                    <From>
                        <Date>2024-01-27</Date>
                    </From>
                    <To>
                        <Date>2024-01-27</Date>
                    </To>
                    <Allotment>99</Allotment>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <RecomPrice Currency="EUR" PricePer="pa">2900</RecomPrice>
                    <RelatedTransport>
                        <TransportID>4d43a766-6507-46c4-984c-62084cb12be2#20240127 OR1661 AMSTFS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>baggage</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>BG30</ExtraID>
                    <Description>30 kg hold baggage</Description>
                    <ExtrasCategory>bagage</ExtrasCategory>
                    <From>
                        <Date>2024-01-27</Date>
                    </From>
                    <To>
                        <Date>2024-01-27</Date>
                    </To>
                    <Allotment>99</Allotment>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <RecomPrice Currency="EUR" PricePer="pa">3400</RecomPrice>
                    <RelatedTransport>
                        <TransportID>4d43a766-6507-46c4-984c-62084cb12be2#20240127 OR1661 AMSTFS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>baggage</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>BG40</ExtraID>
                    <Description>40 kg hold baggage</Description>
                    <ExtrasCategory>bagage</ExtrasCategory>
                    <From>
                        <Date>2024-01-27</Date>
                    </From>
                    <To>
                        <Date>2024-01-27</Date>
                    </To>
                    <Allotment>99</Allotment>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <RecomPrice Currency="EUR" PricePer="pa">4200</RecomPrice>
                    <RelatedTransport>
                        <TransportID>4d43a766-6507-46c4-984c-62084cb12be2#20240127 OR1661 AMSTFS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>baggage</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>BG50</ExtraID>
                    <Description>50 kg hold baggage</Description>
                    <ExtrasCategory>bagage</ExtrasCategory>
                    <From>
                        <Date>2024-01-27</Date>
                    </From>
                    <To>
                        <Date>2024-01-27</Date>
                    </To>
                    <Allotment>99</Allotment>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <RecomPrice Currency="EUR" PricePer="pa">5200</RecomPrice>
                    <RelatedTransport>
                        <TransportID>4d43a766-6507-46c4-984c-62084cb12be2#20240127 OR1661 AMSTFS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>baggage</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>COMFORT_SEAT</ExtraID>
                    <Description>Comfort stoelen</Description>
                    <ExtrasCategory>stoelen</ExtrasCategory>
                    <From>
                        <Date>2024-01-27</Date>
                    </From>
                    <To>
                        <Date>2024-01-27</Date>
                    </To>
                    <Allotment>39</Allotment>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <RecomPrice Currency="EUR" PricePer="pa">2000</RecomPrice>
                    <MinChildAge>2</MinChildAge>
                    <MaxChildAge>17</MaxChildAge>
                    <RelatedTransport>
                        <TransportID>4d43a766-6507-46c4-984c-62084cb12be2#20240127 OR1661 AMSTFS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>seatclass</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>STANDARD_SEAT</ExtraID>
                    <Description>Standaard stoelen</Description>
                    <ExtrasCategory>stoelen</ExtrasCategory>
                    <From>
                        <Date>2024-01-27</Date>
                    </From>
                    <To>
                        <Date>2024-01-27</Date>
                    </To>
                    <Allotment>99</Allotment>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <RecomPrice Currency="EUR" PricePer="pa">0</RecomPrice>
                    <MinChildAge>2</MinChildAge>
                    <MaxChildAge>17</MaxChildAge>
                    <RelatedTransport>
                        <TransportID>4d43a766-6507-46c4-984c-62084cb12be2#20240127 OR1661 AMSTFS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>seatclass</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>BG00</ExtraID>
                    <Description>00 kg hold baggage</Description>
                    <ExtrasCategory>bagage</ExtrasCategory>
                    <From>
                        <Date>2024-02-03</Date>
                    </From>
                    <To>
                        <Date>2024-02-04</Date>
                    </To>
                    <Allotment>99</Allotment>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <RecomPrice Currency="EUR" PricePer="pa">0</RecomPrice>
                    <RelatedTransport>
                        <TransportID>f668f2ed-a972-4dc9-a09b-009189f62f32#20240203 OR1662 TFSAMS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>baggage</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>BG20</ExtraID>
                    <Description>20 kg hold baggage</Description>
                    <ExtrasCategory>bagage</ExtrasCategory>
                    <From>
                        <Date>2024-02-03</Date>
                    </From>
                    <To>
                        <Date>2024-02-04</Date>
                    </To>
                    <Allotment>99</Allotment>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <RecomPrice Currency="EUR" PricePer="pa">2500</RecomPrice>
                    <RelatedTransport>
                        <TransportID>f668f2ed-a972-4dc9-a09b-009189f62f32#20240203 OR1662 TFSAMS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>baggage</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>BG25</ExtraID>
                    <Description>25 kg hold baggage</Description>
                    <ExtrasCategory>bagage</ExtrasCategory>
                    <From>
                        <Date>2024-02-03</Date>
                    </From>
                    <To>
                        <Date>2024-02-04</Date>
                    </To>
                    <Allotment>99</Allotment>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <RecomPrice Currency="EUR" PricePer="pa">2900</RecomPrice>
                    <RelatedTransport>
                        <TransportID>f668f2ed-a972-4dc9-a09b-009189f62f32#20240203 OR1662 TFSAMS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>baggage</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>BG30</ExtraID>
                    <Description>30 kg hold baggage</Description>
                    <ExtrasCategory>bagage</ExtrasCategory>
                    <From>
                        <Date>2024-02-03</Date>
                    </From>
                    <To>
                        <Date>2024-02-04</Date>
                    </To>
                    <Allotment>99</Allotment>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <RecomPrice Currency="EUR" PricePer="pa">3400</RecomPrice>
                    <RelatedTransport>
                        <TransportID>f668f2ed-a972-4dc9-a09b-009189f62f32#20240203 OR1662 TFSAMS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>baggage</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>BG40</ExtraID>
                    <Description>40 kg hold baggage</Description>
                    <ExtrasCategory>bagage</ExtrasCategory>
                    <From>
                        <Date>2024-02-03</Date>
                    </From>
                    <To>
                        <Date>2024-02-04</Date>
                    </To>
                    <Allotment>99</Allotment>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <RecomPrice Currency="EUR" PricePer="pa">4200</RecomPrice>
                    <RelatedTransport>
                        <TransportID>f668f2ed-a972-4dc9-a09b-009189f62f32#20240203 OR1662 TFSAMS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>baggage</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>BG50</ExtraID>
                    <Description>50 kg hold baggage</Description>
                    <ExtrasCategory>bagage</ExtrasCategory>
                    <From>
                        <Date>2024-02-03</Date>
                    </From>
                    <To>
                        <Date>2024-02-04</Date>
                    </To>
                    <Allotment>99</Allotment>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <RecomPrice Currency="EUR" PricePer="pa">5200</RecomPrice>
                    <RelatedTransport>
                        <TransportID>f668f2ed-a972-4dc9-a09b-009189f62f32#20240203 OR1662 TFSAMS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>baggage</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>COMFORT_SEAT</ExtraID>
                    <Description>Comfort stoelen</Description>
                    <ExtrasCategory>stoelen</ExtrasCategory>
                    <From>
                        <Date>2024-02-03</Date>
                    </From>
                    <To>
                        <Date>2024-02-04</Date>
                    </To>
                    <Allotment>39</Allotment>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <RecomPrice Currency="EUR" PricePer="pa">2000</RecomPrice>
                    <MinChildAge>2</MinChildAge>
                    <MaxChildAge>17</MaxChildAge>
                    <RelatedTransport>
                        <TransportID>f668f2ed-a972-4dc9-a09b-009189f62f32#20240203 OR1662 TFSAMS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>seatclass</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>STANDARD_SEAT</ExtraID>
                    <Description>Standaard stoelen</Description>
                    <ExtrasCategory>stoelen</ExtrasCategory>
                    <From>
                        <Date>2024-02-03</Date>
                    </From>
                    <To>
                        <Date>2024-02-04</Date>
                    </To>
                    <Allotment>99</Allotment>
                    <Status>
                        <StatusID>01</StatusID>
                        <Description>OK</Description>
                    </Status>
                    <RecomPrice Currency="EUR" PricePer="pa">0</RecomPrice>
                    <MinChildAge>2</MinChildAge>
                    <MaxChildAge>17</MaxChildAge>
                    <RelatedTransport>
                        <TransportID>f668f2ed-a972-4dc9-a09b-009189f62f32#20240203 OR1662 TFSAMS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>seatclass</GroupID>
                </Extras>
            </AdditionalProducts>
        </Transport>
    </TResponse>
</TravelMessage>
                    
                

AddProDetails

Message Type Example
Request
Details (Not Implemented)
                     
NOT IMPLEMENTED
                    
                
Response
Details (Not Implemented)
                     
NOT IMPLEMENTED
                    
                

Recap

Message Type Example
Request
RecapRequest (BookID)
                     
<TravelMessage VersionID="3.1">
    <Control Language="NL" Test="nee">
        <SenderSessionID>88bf7060-5852-44c7-8a51-eb1548952008</SenderSessionID>
        <ReceiverSessionID/>
        <Date>2024-01-08</Date>
        <Time>12:58</Time>
        <MessageSequence>1</MessageSequence>
        <SenderID>9998</SenderID>
        <ReceiverID>TUI</ReceiverID>
        <RequestID>RecapRequest</RequestID>
        <ResponseID>RecapResponse</ResponseID>
    </Control>
    <TRequest>
        <SecurityInfo>
            <BookID>200001563808</BookID>
        </SecurityInfo>
    </TRequest>
</TravelMessage>
                    
                
Response
RecapResponse (BookID)
                     
<TravelMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" VersionID="3.1">
    <Control Language="NL">
        <SenderSessionID>200001563808</SenderSessionID>
        <ReceiverSessionID>88bf7060-5852-44c7-8a51-eb1548952008</ReceiverSessionID>
        <Date>2024-01-08</Date>
        <Time>12:58</Time>
        <MessageSequence>1</MessageSequence>
        <SenderID>TUI</SenderID>
        <ReceiverID>9998</ReceiverID>
        <RequestID>RecapRequest</RequestID>
        <ResponseID>RecapResponse</ResponseID>
        <ResponseStatus>ja</ResponseStatus>
    </Control>
    <TResponse>
        <PackageDetails>
            <PackageID>8baccc9b-1a87-42fa-9e4e-866c3eb30020</PackageID>
            <Brand>TUI_NL</Brand>
            <NumberOfAdults>2</NumberOfAdults>
            <NumberOfChildren>0</NumberOfChildren>
            <NumberOfBabies>0</NumberOfBabies>
            <DepartureDate>2024-01-27</DepartureDate>
            <Duration DurationType="nachten">7</Duration>
            <PackageType>PAKK</PackageType>
        </PackageDetails>
        <Transport>
            <TransportTo>
                <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                <TransportType>VL</TransportType>
                <Carrier>
                    <CarrierID>OR</CarrierID>
                    <FlightNumber>OR 1653</FlightNumber>
                    <Stopovers NumberOfStops="1">
                        <Stop>
                            <Arrival>
                                <Date>2024-01-27</Date>
                            </Arrival>
                            <Departure>
                                <Date>2024-01-27</Date>
                            </Departure>
                            <Point PointType="IATAcode">
                                <PointID>LPA</PointID>
                            </Point>
                        </Stop>
                    </Stopovers>
                </Carrier>
                <Departure>
                    <Point PointType="IATAcode">
                        <PointID>EIN</PointID>
                    </Point>
                    <Date>2024-01-27</Date>
                    <Time>08:35</Time>
                </Departure>
                <Arrival>
                    <Point PointType="IATAcode">
                        <PointID>TFS</PointID>
                    </Point>
                    <Date>2024-01-27</Date>
                    <Time>14:00</Time>
                </Arrival>
                <Class>
                    <ClassID>PNOM</ClassID>
                    <Seats>2</Seats>
                </Class>
            </TransportTo>
            <TransportFrom>
                <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                <TransportType>VL</TransportType>
                <Carrier>
                    <CarrierID>OR</CarrierID>
                    <FlightNumber>OR 1653</FlightNumber>
                    <Stopovers NumberOfStops="0" />
                </Carrier>
                <Departure>
                    <Point PointType="IATAcode">
                        <PointID>TFS</PointID>
                    </Point>
                    <Date>2024-02-03</Date>
                    <Time>14:35</Time>
                </Departure>
                <Arrival>
                    <Point PointType="IATAcode">
                        <PointID>EIN</PointID>
                    </Point>
                    <Date>2024-02-03</Date>
                    <Time>20:20</Time>
                </Arrival>
                <Class>
                    <ClassID>PNOM</ClassID>
                    <Seats>2</Seats>
                </Class>
            </TransportFrom>
            <AdditionalProducts>
                <Extras>
                    <ExtraID>NO_MEAL</ExtraID>
                    <Description>Maaltijden (Geen maaltijd)</Description>
                    <ExtrasCategory>transportservice</ExtrasCategory>
                    <From>
                        <Date>2024-01-27</Date>
                    </From>
                    <To>
                        <Date>2024-01-27</Date>
                    </To>
                    <Allotment>2</Allotment>
                    <RelatedTransport>
                        <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>meals</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>BG00</ExtraID>
                    <Description>Bagage (Alleen handbagage)</Description>
                    <ExtrasCategory>bagage</ExtrasCategory>
                    <From>
                        <Date>2024-01-27</Date>
                    </From>
                    <To>
                        <Date>2024-01-27</Date>
                    </To>
                    <Allotment>2</Allotment>
                    <RelatedTransport>
                        <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>baggage</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>STANDARD_SEAT</ExtraID>
                    <Description>Stoeltype (Economy)</Description>
                    <ExtrasCategory>stoelen</ExtrasCategory>
                    <From>
                        <Date>2024-01-27</Date>
                    </From>
                    <To>
                        <Date>2024-01-27</Date>
                    </To>
                    <Allotment>2</Allotment>
                    <RelatedTransport>
                        <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>seatclass</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>NO_MEAL</ExtraID>
                    <Description>Maaltijden (Geen maaltijd)</Description>
                    <ExtrasCategory>transportservice</ExtrasCategory>
                    <From>
                        <Date>2024-02-03</Date>
                    </From>
                    <To>
                        <Date>2024-02-03</Date>
                    </To>
                    <Allotment>2</Allotment>
                    <RelatedTransport>
                        <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>meals</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>BG00</ExtraID>
                    <Description>Bagage (Alleen handbagage)</Description>
                    <ExtrasCategory>bagage</ExtrasCategory>
                    <From>
                        <Date>2024-02-03</Date>
                    </From>
                    <To>
                        <Date>2024-02-03</Date>
                    </To>
                    <Allotment>2</Allotment>
                    <RelatedTransport>
                        <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>baggage</GroupID>
                </Extras>
                <Extras>
                    <ExtraID>STANDARD_SEAT</ExtraID>
                    <Description>Stoeltype (Economy)</Description>
                    <ExtrasCategory>stoelen</ExtrasCategory>
                    <From>
                        <Date>2024-02-03</Date>
                    </From>
                    <To>
                        <Date>2024-02-03</Date>
                    </To>
                    <Allotment>2</Allotment>
                    <RelatedTransport>
                        <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                    <GroupID>seatclass</GroupID>
                </Extras>
            </AdditionalProducts>
        </Transport>
        <Accommodation>
            <AccommodationID>A0410459</AccommodationID>
            <AccommodationType>HOT</AccommodationType>
            <ArrivalDate>2024-01-27</ArrivalDate>
            <DepartureDate>2024-02-03</DepartureDate>
            <Unit>
                <UnitID>bc35339c-3c6f-4e98-9afb-5235c8e8a287</UnitID>
                <UnitType>DIV</UnitType>
                <Board>
                    <BoardType>LG</BoardType>
                </Board>
                <Allotment>1</Allotment>
                <Status>
                    <StatusID>01</StatusID>
                    <Description>OK</Description>
                </Status>
            </Unit>
        </Accommodation>
        <PaxDetails>
            <PaxDescription>
                <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                <GivenNames>Saul</GivenNames>
                <Initials>S</Initials>
                <Name>de Agustin</Name>
                <DateOfBirth>1990-11-20</DateOfBirth>
                <Gender>M</Gender>
                <Nationality>NL</Nationality>
            </PaxDescription>
            <PaxDescription>
                <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                <GivenNames>Kavya</GivenNames>
                <Initials>K</Initials>
                <Name>Kuna Wantjes</Name>
                <DateOfBirth>1990-11-21</DateOfBirth>
                <Gender>V</Gender>
                <Nationality />
            </PaxDescription>
            <Contact>
                <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                <Initials>S</Initials>
                <Name>de Agustin</Name>
                <Gender>M</Gender>
                <Address>Zijdehoenderlaan 162</Address>
                <Zipcode>3773 WW</Zipcode>
                <Place>BARNEVELD</Place>
                <Country>NL</Country>
                <TelHome>+31342123456</TelHome>
                <Email>rudy.lodeweges@tui.nl</Email>
            </Contact>
            <HomeStay>
                <Name>care AtHome Name</Name>
                <TelHome>+316123456798</TelHome>
            </HomeStay>
        </PaxDetails>
        <PaxAssignment>
            <TransportAssignment>
                <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                <ClassID>PNOM</ClassID>
                <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
            </TransportAssignment>
            <TransportAssignment>
                <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                <ClassID>PNOM</ClassID>
                <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
            </TransportAssignment>
            <AccoAssignment>
                <AccommodationID>A0410459</AccommodationID>
                <ArrivalDate>2024-01-27</ArrivalDate>
                <DepartureDate>2024-02-03</DepartureDate>
                <BoardAssignment>
                    <BoardType>LG</BoardType>
                    <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                    <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                </BoardAssignment>
                <UnitAssignment>
                    <UnitID>bc35339c-3c6f-4e98-9afb-5235c8e8a287</UnitID>
                    <Quantity>1</Quantity>
                    <RoomAssignment>
                        <Sequence>1</Sequence>
                        <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                        <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                    </RoomAssignment>
                </UnitAssignment>
            </AccoAssignment>
            <APAssignment>
                <ExtrasAssignment>
                    <ExtraID>NO_MEAL</ExtraID>
                    <Sequence>1</Sequence>
                    <From>
                        <Date>2024-01-27</Date>
                    </From>
                    <To>
                        <Date>2024-01-27</Date>
                    </To>
                    <Quantity>2</Quantity>
                    <ExtrasPax>
                        <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <ExtrasPax>
                        <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <RelatedTransport>
                        <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                </ExtrasAssignment>
                <ExtrasAssignment>
                    <ExtraID>NO_MEAL</ExtraID>
                    <Sequence>2</Sequence>
                    <From>
                        <Date>2024-02-03</Date>
                    </From>
                    <To>
                        <Date>2024-02-03</Date>
                    </To>
                    <Quantity>2</Quantity>
                    <ExtrasPax>
                        <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <ExtrasPax>
                        <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <RelatedTransport>
                        <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                </ExtrasAssignment>
                <ExtrasAssignment>
                    <ExtraID>BG00</ExtraID>
                    <Sequence>3</Sequence>
                    <From>
                        <Date>2024-01-27</Date>
                    </From>
                    <To>
                        <Date>2024-01-27</Date>
                    </To>
                    <Quantity>2</Quantity>
                    <ExtrasPax>
                        <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <ExtrasPax>
                        <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <RelatedTransport>
                        <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                </ExtrasAssignment>
                <ExtrasAssignment>
                    <ExtraID>BG00</ExtraID>
                    <Sequence>4</Sequence>
                    <From>
                        <Date>2024-02-03</Date>
                    </From>
                    <To>
                        <Date>2024-02-03</Date>
                    </To>
                    <Quantity>2</Quantity>
                    <ExtrasPax>
                        <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <ExtrasPax>
                        <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <RelatedTransport>
                        <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                </ExtrasAssignment>
                <ExtrasAssignment>
                    <ExtraID>STANDARD_SEAT</ExtraID>
                    <Sequence>5</Sequence>
                    <From>
                        <Date>2024-01-27</Date>
                    </From>
                    <To>
                        <Date>2024-01-27</Date>
                    </To>
                    <Quantity>2</Quantity>
                    <ExtrasPax>
                        <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <ExtrasPax>
                        <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <RelatedTransport>
                        <TransportID>ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                </ExtrasAssignment>
                <ExtrasAssignment>
                    <ExtraID>STANDARD_SEAT</ExtraID>
                    <Sequence>6</Sequence>
                    <From>
                        <Date>2024-02-03</Date>
                    </From>
                    <To>
                        <Date>2024-02-03</Date>
                    </To>
                    <Quantity>2</Quantity>
                    <ExtrasPax>
                        <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <ExtrasPax>
                        <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                        <Quantity>1</Quantity>
                    </ExtrasPax>
                    <RelatedTransport>
                        <TransportID>65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED</TransportID>
                        <ClassID>PNOM</ClassID>
                    </RelatedTransport>
                </ExtrasAssignment>
            </APAssignment>
        </PaxAssignment>
        <PriceInfo>
            <Price Currency="EUR" PricePer="tp">232800</Price>
            <PricePaySupplyer>
                <Price Currency="EUR" PricePer="tp">231800</Price>
                <PriceDetails>
                    <PriceDescription>Reissom</PriceDescription>
                    <PriceCode>001</PriceCode>
                    <Price Currency="EUR" PricePer="pa">116722</Price>
                    <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Reissom</PriceDescription>
                    <PriceCode>001</PriceCode>
                    <Price Currency="EUR" PricePer="pa">116722</Price>
                    <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Beveiligingsservicekosten|T|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS</PriceDescription>
                    <PriceCode>032</PriceCode>
                    <Price Currency="EUR" PricePer="pa">487</Price>
                    <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Servicekosten voor passagier|T|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS</PriceDescription>
                    <PriceCode>032</PriceCode>
                    <Price Currency="EUR" PricePer="pa">1064</Price>
                    <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Nederlandse staatsbelasting|T|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS</PriceDescription>
                    <PriceCode>032</PriceCode>
                    <Price Currency="EUR" PricePer="pa">795</Price>
                    <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Beveiligingsservicekosten|T|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS</PriceDescription>
                    <PriceCode>032</PriceCode>
                    <Price Currency="EUR" PricePer="pa">487</Price>
                    <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Servicekosten voor passagier|T|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS</PriceDescription>
                    <PriceCode>032</PriceCode>
                    <Price Currency="EUR" PricePer="pa">1064</Price>
                    <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Nederlandse staatsbelasting|T|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS</PriceDescription>
                    <PriceCode>032</PriceCode>
                    <Price Currency="EUR" PricePer="pa">795</Price>
                    <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Vertrekkosten|T|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN</PriceDescription>
                    <PriceCode>032</PriceCode>
                    <Price Currency="EUR" PricePer="pa">642</Price>
                    <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Beveiligingsbelasting|T|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN</PriceDescription>
                    <PriceCode>032</PriceCode>
                    <Price Currency="EUR" PricePer="pa">327</Price>
                    <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Luchtvaart beveiligingskosten|T|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN</PriceDescription>
                    <PriceCode>032</PriceCode>
                    <Price Currency="EUR" PricePer="pa">63</Price>
                    <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Vertrekkosten|T|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN</PriceDescription>
                    <PriceCode>032</PriceCode>
                    <Price Currency="EUR" PricePer="pa">642</Price>
                    <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Beveiligingsbelasting|T|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN</PriceDescription>
                    <PriceCode>032</PriceCode>
                    <Price Currency="EUR" PricePer="pa">327</Price>
                    <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Luchtvaart beveiligingskosten|T|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN</PriceDescription>
                    <PriceCode>032</PriceCode>
                    <Price Currency="EUR" PricePer="pa">63</Price>
                    <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Vroegboekkorting|A|A0410459|bc35339c-3c6f-4e98-9afb-5235c8e8a287|2024-01-27</PriceDescription>
                    <PriceCode>025</PriceCode>
                    <Price Currency="EUR" PricePer="pa" Sign="-">4200</Price>
                    <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Vroegboekkorting|A|A0410459|bc35339c-3c6f-4e98-9afb-5235c8e8a287|2024-01-27</PriceDescription>
                    <PriceCode>025</PriceCode>
                    <Price Currency="EUR" PricePer="pa" Sign="-">4200</Price>
                    <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Maaltijden (Geen maaltijd)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|meals|NO_MEAL|2024-01-27</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Maaltijden (Geen maaltijd)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|meals|NO_MEAL|2024-01-27</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Maaltijden (Geen maaltijd)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|meals|NO_MEAL|2024-02-03</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Maaltijden (Geen maaltijd)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|meals|NO_MEAL|2024-02-03</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Klasse (Flight no meal)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|ssr-service-bundle|PNOM|2024-01-27</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Klasse (Flight no meal)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|ssr-service-bundle|PNOM|2024-01-27</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Klasse (Flight no meal)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|ssr-service-bundle|PNOM|2024-02-03</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Klasse (Flight no meal)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|ssr-service-bundle|PNOM|2024-02-03</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Bagage (Alleen handbagage)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|baggage|BG00|2024-01-27</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Bagage (Alleen handbagage)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|baggage|BG00|2024-01-27</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Bagage (Alleen handbagage)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|baggage|BG00|2024-02-03</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Bagage (Alleen handbagage)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|baggage|BG00|2024-02-03</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Stoeltype (Economy)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|seatclass|STANDARD_SEAT|2024-01-27</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Stoeltype (Economy)|TE|ec148e56-43a5-49bf-93d2-39750303da69#20240127 OR1653 EINTFS#CONTRACTED|seatclass|STANDARD_SEAT|2024-01-27</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Stoeltype (Economy)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|seatclass|STANDARD_SEAT|2024-02-03</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Stoeltype (Economy)|TE|65111533-fa95-47d0-ac8a-fa2c417c9357#20240203 OR1653 TFSEIN#CONTRACTED|seatclass|STANDARD_SEAT|2024-02-03</PriceDescription>
                    <PriceCode>999</PriceCode>
                    <Price Currency="EUR" PricePer="pa">0</Price>
                    <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                </PriceDetails>
                </PricePaySupplyer>
                <PricePayLocally>
                    <Price Currency="EUR" PricePer="tp">1000</Price>
                    <PriceDetails>
                        <PriceDescription>Toeristenbelasting|A|A0410459|bc35339c-3c6f-4e98-9afb-5235c8e8a287|2024-01-27</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">500</Price>
                        <PaxID>ba148c8e-b0d2-4934-bb40-35cc111d0a99</PaxID>
                    </PriceDetails>
                    <PriceDetails>
                        <PriceDescription>Toeristenbelasting|A|A0410459|bc35339c-3c6f-4e98-9afb-5235c8e8a287|2024-01-27</PriceDescription>
                        <PriceCode>999</PriceCode>
                        <Price Currency="EUR" PricePer="pa">500</Price>
                        <PaxID>64590858-5888-418e-bf53-55835dbe10da</PaxID>
                    </PriceDetails>
                </PricePayLocally>
        </PriceInfo>
        <BookResponse>
            <BookID>200001563808</BookID>
            <BookEmployeeID>TUI</BookEmployeeID>
            <Date>2024-01-08</Date>
            <Time>00:00</Time>
            <Status>
                <StatusID>01</StatusID>
                <Description>Akkoord</Description>
            </Status>
        </BookResponse>
    </TResponse>
</TravelMessage>
                    
                

Cancellation

Message Type Example
Request
CancellationConfirmedRequest
                     
<TravelMessage VersionID="3.1">
    <Control Language="NL" Test="ja">
        <SenderSessionID>1</SenderSessionID>
        <ReceiverSessionID></ReceiverSessionID>
        <Date>2022-05-31</Date>
        <Time>12:00:00</Time>
        <MessageSequence>1</MessageSequence>
        <SenderID>1653</SenderID>
        <ReceiverID>TUI</ReceiverID>
        <RequestID>CancellationConfirmedRequest</RequestID>
        <ResponseID>CancellationConfirmedResponse</ResponseID>
    </Control>
    <TRequest>
        <SecurityInfo>
            <BookID>200000354001</BookID>
        </SecurityInfo>
    </TRequest>
</TravelMessage>
                    
                
Response
CancellationConfirmedResponse
                     
<TravelMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" VersionID="3.1">
    <Control Language="NL">
        <SenderSessionID>1</SenderSessionID>
        <ReceiverSessionID>1</ReceiverSessionID>
        <Date>2022-08-15</Date>
        <Time>12:23</Time>
        <MessageSequence>1</MessageSequence>
        <SenderID>TUI</SenderID>
        <ReceiverID>1653</ReceiverID>
        <RequestID>CancellationConfirmedRequest</RequestID>
        <ResponseID>CancellationConfirmedResponse</ResponseID>
    </Control>
    <TResponse>
        <PriceInfo>
            <Price Currency="EUR" PricePer="tp">0</Price>
            <PricePaySupplyer>
                <Price Currency="EUR" PricePer="tp">0</Price>
                <PriceDetails>
                    <PriceDescription>Annuleringsvergoeding</PriceDescription>
                    <Price Currency="EUR" PricePer="tp">0</Price>
                </PriceDetails>
                <PriceDetails>
                    <PriceDescription>Annuleringskosten</PriceDescription>
                    <Price Currency="EUR" PricePer="tp">0</Price>
                </PriceDetails>
            </PricePaySupplyer>
        </PriceInfo>
    </TResponse>
</TravelMessage>
                    
                

About us

TUI is one of the world’s leading tourism groups. The broad portfolio gathered under the Group umbrella consists of strong tour operators, 1,600 travel agencies and leading online portals, five airlines with around 150 aircraft, over 400 hotels, 16 cruise liners and many incoming agencies in all major holiday destinations around the globe.

 

TUI Group logo

Contact

Login to your account