Response

The response to creating a booking in the supplier system

BookingCreate Response 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>
	<RequestStatus>
		<Status>SUCCESS</Status>
	</RequestStatus>
	<BookingReference>999999999</BookingReference>
	<TransactionStatus>
		<Status>CONFIRMED</Status>
	</TransactionStatus>
	<SupplierConfirmationNumber>1635213</SupplierConfirmationNumber>
</BookingCreateResponse>

BookingCreate Response Fields

The below sample is the response provided by the supplier system for a newly created booking. The supplier confirmation number can be used to reference the booking and make amendments to cancel the booking later.

Last updated