API
Skip to main content

Update customer data

PUT /customers/{uuid}

The following information can be updated:

  • Customer identifier (customerId)
  • First name (firstName)
  • Last name (lastName)
  • Email (email)
  • Phone number (phoneNumber)

1. Update the phone number of the customer.

PUT /customers/e2343605-cf46-43de-b20b-9b7d1c95a9b2

{
"phoneNumber": "351#969876541"
}

Note: Customer data can only be updated by the entity that created it.