Update Profile
Please note that when updating a user account, the guestID will remain the same, but the guestHashKey can change based on the data that has been requested to be updated.
zapiGuests_UpdateProfile
POST
https://{yourdomainname}.zaui.net/zapi/
Request Body
Name | Type | Description |
---|---|---|
lastName* | string | Last name listed in Guest profile. |
zapiUserId* | integer | Generated by the supplier system when a new contact is created. |
zapiAccountId* | integer | Generated by the supplier system. |
mobilePhone* | integer | Mobile phone number listed in Guest profile. |
firstName* | string | First name listed in Guest profile. |
guestID* | integer | Retrieved by running Authenticate Guest call. |
gender | string | ‘F’ or ‘M’ or blank |
methodName* | string | The method being called. |
email* | string | Email address listed in Guest profile. |
guestHashKey* | integer | Retrieved by running Authenticate Guest call. |
birthDate | integer | YYYY:MM:DD |
zapiToken* | integer | Token that must be used for a reseller to communicate with the supplier system. |
addressLine1 | string | Primary address |
addressLine2 | string | Secondary address |
country | String | We will attempt to match this against the system-defined list of countries |
city | string | City of provided address |
state | string | State or Province |
zipCode | integer | Zip code or Postal Code |
userCustomFields | object | Object containing all relevant information for custom fields set in the system. |
Last updated