Updates the customer's information for a booking.
The updateCustomerInfo()
function returns a Promise that resolves to a Booking
object when the specified customer's information has been updated.
Notes:
formInfo
object is updated for each request. Values for properties that are not included in the request will therefore be deleted.updateCustomerInfo()
does not update the information for the corresponding contact or member. To update contacts or members use updateContact()
or updateUserFields()
.suppressAuth
options to true
.
ID of the booking to be updated.
Updated form info and contact details.
An object representing the available options for updating customer information.