put https://public.billsby.com/api/v1/rest/core//customers/
The update user details method can be used to change users details after they've been updated through your application or CRM system.
Returned variables
| Variable name | Description |
|---|---|
| customerId | The unique identifier of the customer in the Billsby platform |
| firstName | The customer's first name |
| lastName | The customer's last name |
| billingAddress | The customer's billing address |
| The customer's registered email address | |
| additionalEmail | Any additional email address held for the customer |
| phoneNumber | The customer's phone number |
| isMarketingConsentGiven | Whether or not the customer has given marketing consent; true or false |
| createdOn | The date on which the customer account was created |
| uniqueId | A unique, more readable alphanumeric ID (e.g. AHD12QR4) |
