Update Customer
The UpdateCustomer endpoint enables the partners to update customer personal information such as FirstName, LastName, Email, Address, etc.
Endpoint: /insurances/updateCustomer
/insurances/updateCustomer
Method: POST
Request Parameters
X_API_KEY
string [varchar(32)] required
API Key, provided by RentalCover.com.
AgentReference
string required
Unique identifier for a particular Customer's booking. (example:LIUI-HQS7-INS
).
Email
string required
Customer email which acts as unique identifier.
FirstName
string
Customer first name (if unknown use NULL
).
LastName
string
Customer first name (if unknown use NULL
).
Address1
string
Customer street address line 1.
Address2
string
Customer street address line 2.
City
string
Customer suburb.
Country
string [varchar(2)]
ISO 3166 two character country code for customer country of residence or IP.
PostalCode
string
Customer postcode or zip code.
Phone
string
Customer phone.
OtherEmail
string
Customer other email.
Region
string
CustomerAge
integer
Customer age.
NewEmail
string
In order to change Customer's email, pass the new value in this parameter.
DateOfBirth
string [yyyy-mm-dd]
Customer date of birth.
Last updated