Guest or Agent Details

Basic node describing a single guest or agent in the system. Please note the root node here will be either <guestDetails> or <agentDetails>.

<rootNodeName>
	<rootNodeNameID></rootNodeNameID>
	<rootNodeName HashKey></rootNodeName HashKey>
	<accountId></accountId>
	<expiryDate></expiryDate>
	<firstName></firstName>
	<lastName></lastName>
	<username></username>
	<mobilePhone></mobilePhone>
	<email></email>
	<gender></gender>
	<addressline1></addressline1>
	<addressline2></addressline2>
	<city></city>
	<state></state>
	<country></country>
	<zipCode></zipCode>
	<dateCreated></dateCreated>
    	{USER CUSTOM FIELDS NODE}
	<relatedBookings>
		<totalNumberOfBookings></totalNumberOfBookings>
		<totalPurchases></totalPurchases>
		<allBookings/>
	</relatedBookings>
</rootNodeName>

Last updated