We have standardized the result set for each booking which is returned as the result from a search API call. An example would be, searching for a specific booking ID.
Copy < booking >
< bookingNumber ></ bookingNumber >
< guestId ></ guestId >
< guestHaskKey ></ guestHaskKey >
< lastName ></ lastName >
< firstName ></ firstName >
< email ></ email >
< mobilePhone ></ mobilePhone >
< outstandingBalance ></ outstandingBalance >
< bookingBalance >
< hasOutstandingBalance ></ hasOutstandingBalance >
< balance ></ balance >
< balanceFormated ></ balanceFormated >
</ bookingBalance >
< subTotal ></ subTotal >
< tax ></ tax >
< total ></ total >
< reservationist ></ reservationist >
< activities >
< activity >
< activityName ></ activityName >
< activityId ></ activityId >
< activityType ></ activityType >
< packageId ></ packageId >
< packageName ></ packageName >
< activityDate ></ activityDate >
< activityDateTime ></ activityDateTime >
< pickupLocationId ></ pickupLocationId >
< pickupTime ></ pickupTime >
< pickupName ></ pickupName >
< pickupLocationAddress ></ pickupLocationAddress >
< dropOffLocationId ></ dropOffLocationId >
< dropoffTime ></ dropoffTime >
< dropoffName ></ dropoffName >
< dropOffLocationAddress ></ dropOffLocationAddress >
< commissionAgentId ></ commissionAgentId >
< commissionAgentName ></ commissionAgentName >
< commissionAgentCompany ></ commissionAgentCompany >
< rentalEndDate ></ rentalEndDate >
< rentalStartTime ></ rentalStartTime >
< rentalEndTime ></ rentalEndTime >
< rentalEndDate ></ rentalEndDate >
< notes ></ notes >
{PASSENGERS LIST NODE}
< passengersAsString ></ passengersAsString >
< totalCost ></ totalCost >
< pricingOptions ></ pricingOptions >
< checkedInStatus ></ checkedInStatus >
< onStandby ></ onStandby >
< onWaitList ></ onWaitList >
< waitListId ></ waitListId >
</ activity >
</ activities >
< products ></ products >
</ booking >