Customers
Update my profile
Update the current customer profile.
PATCH
Update my profile
Body
application/merge-patch+json
Representation used to patch a customer profile using the JSON Merge Patch format and processing rules.
Response
Ok. The operation succeeded.
A representation of a customer profile.
The given name of the customer.
Required string length:
1 - 55The surname of the customer.
Required string length:
1 - 55The unique identifier of the customer profile.
The customer's email address.
Required string length:
6 - 255Pattern:
^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$The preferred name of the customer.
Maximum string length:
55The customer's phone number.
Required string length:
6 - 20Pattern:
^\+?[0-9]{1,3}?[ -]?\(?[0-9]{1,4}?\)?[ -]?[0-9]{1,4}?[ -]?[0-9]{1,4}?[ -]?[0-9]{1,9}$A URL to the customer's profile image.
Maximum string length:
255Update my profile