API
Skip to main content

Update customer information

information
Customer data can only be updated by the entity that created them.

The following information can be updated:

  • Customer ID (customerId);
  • First name (firstName);
  • Last name (lastName);
  • Email (email);
  • Phone number (phoneNumber).

1. Update the customer's phone number.

PUT /customers/{uuid}
{
"phoneNumber": "351#969876541"
}