UPDATE
Update an existing EyeLevel customer account
post
https://api.eyelevel.ai/v1/partner
/customer/:apiKey
UPDATE
{
"customer": {
"email": "STRING",
"first": "STRING",
"last": "STRING",
"phone": "STRING",
"company": "STRING",
"companyUrl": "STRING"
}
}
REQUIRED - StringValidation: Valid and unique email
The EyeLevel customer email address. This email must be unique in the EyeLevel system.
OPTIONAL - StringValidation: Must be at least 1 character long
The EyeLevel customer given name.
OPTIONAL - StringValidation: Must be at least 1 character long
The EyeLevel customer family name.
OPTIONAL - StringValidation: Value should be in following American format: +1XXXXXXXXXX
The EyeLevel customer phone number. This phone number must be unique in the EyeLevel system.
OPTIONAL - String
The EyeLevel customer company name.
OPTIONAL - String
The EyeLevel customer company website.
{
"message": "OK"
}
Last modified 1yr ago