Request
Creating a booking in the supplier system
BookingCreate Request Example
<?xml version="1.0" encoding="UTF-8"?>
<BookingCreateRequest xmlns="https://api.zaui.io/api/01">
<ApiKey>xxxxxxxxxxxxxxxxxxxxxxx</ApiKey>
<ResellerId>2005</ResellerId>
<SupplierId>200</SupplierId>
<ExternalReference>10051374722992616</ExternalReference>
<Timestamp>1577121674745</Timestamp>
<BookingReference>999999999</BookingReference>
<TravelDate>2020-10-31</TravelDate>
<SupplierProductCode>ACT_1765</SupplierProductCode>
<Location>Seattle, Washington</Location>
<TourOptions>
<SupplierOptionCode>09:00:00</SupplierOptionCode>
<SupplierOptionName>Zip line 9:00 am</SupplierOptionName>
<TourDepartureTime>09:00:00</TourDepartureTime>
<TourDuration>PT1H </TourDuration>
</TourOptions>
<Inclusions>
<Inclusion>Bottle of Champagne</Inclusion>
<Inclusion>Hotel Pickup</Inclusion>
</Inclusions>
<Traveller>
<TravellerIdentifier>1</TravellerIdentifier>
<TravellerTitle>Mr.</TravellerTitle>
<GivenName>John</GivenName>
<Surname>Doe</Surname>
<AgeBand>ADULT</AgeBand>
<LeadTraveller>true</LeadTraveller>
</Traveller>
<Traveller>
<TravellerIdentifier>2</TravellerIdentifier>
<TravellerTitle>Mr</TravellerTitle>
<GivenName>Ben</GivenName>
<Surname>Doe</Surname>
<AgeBand>CHILD</AgeBand>
<LeadTraveller>false</LeadTraveller>
</Traveller>
<TravellerMix>
<Senior>0</Senior>
<Adult>1</Adult>
<Child>1</Child>
<Student>0</Student>
<Infant>0</Infant>
<Total>2</Total>
</TravellerMix>
<RequiredInfo>
<Question>
<QuestionText>Passport No.</QuestionText>
<QuestionAnswer>L99999</QuestionAnswer>
</Question>
<Question>
<QuestionText>Weight</QuestionText>
<QuestionAnswer>50 Kg</QuestionAnswer>
</Question>
</RequiredInfo>
<SpecialRequirement>Vegetarian Meal</SpecialRequirement>
<PickupPoint>Hilton</PickupPoint>
<SupplierNote>Customer requested space for large luggage at pickup</SupplierNote>
<AdditionalRemarks>
<Remark>Additional charges for large luggage may apply. To be advised at pickup.
</Remark>
</AdditionalRemarks>
<ContactDetail>
<ContactType>MOBILE</ContactType>
<ContactName>John Doe</ContactName>
<ContactValue>US+1 999999999</ContactValue>
<ContactType>EMAIL</ContactType>
<ContactValue>[email protected]</ContactValue>
</ContactDetail>
<PickupLocation>
<SupplierPickupCode>209</SupplierPickupCode>
</PickupLocation>
<DropoffLocation>
<SupplierDropoffCode>219</SupplierDropoffCode>
</DropoffLocation>
</BookingCreateRequest>BookingCreate Response Fields
Last updated