This node contains the details of the guest. It is used in requests to enter passenger information and in responses to return the information from the database. Â
The structure of the XML will be:
Â
*Always unless BookingPassengerID has been entered.Â
<GuestDetails>
<GuestDetail>
<GuestID>1</GuestID>
<Type>Adult</Type>
<Title>Mr</Title>
<FirstName>James</FirstName>
<MiddleName />
<LastName>Test</LastName>
<Age>32</Age>
<DateOfBirth>1987-12-04T00:00:00</DateOfBirth>
<GuestAddress1>Test</GuestAddress1>
<GuestTownCity>Bromley</GuestTownCity>
<GuestPostcode>BR7ENE</GuestPostcode>
<GuestPhone>03459836534647</GuestPhone>
<GuestCounty />
<GuestBookingStateID>28</GuestBookingStateID>
<GuestBookingCountryID>42</GuestBookingCountryID>
<NationalityID>1</NationalityID>
<PlaceOfBirth />
<PassportNumber />
<Gender />
<BookingPassengerID>0</BookingPassengerID>
<Weight>0</Weight>
<hlpOutboundCharterFlightInventorySeatID>0</hlpOutboundCharterFlightInventorySeatID>
<hlpReturnCharterFlightInventorySeatID>0</hlpReturnCharterFlightInventorySeatID>
<hlpOutboundSeatSupplementCost>0</hlpOutboundSeatSupplementCost>
<hlpReturnSeatSupplementCost>0</hlpReturnSeatSupplementCost>
</GuestDetail>
</GuestDetails>