Defines the body parameters that can be provided in a request to the UpdateCustomer endpoint.
Name | Type | Description | Notes |
---|---|---|---|
givenName | String | The given (i.e., first) name associated with the customer profile. | [optional] |
familyName | String | The family (i.e., last) name associated with the customer profile. | [optional] |
companyName | String | A business name associated with the customer profile. | [optional] |
nickname | String | A nickname for the customer profile. | [optional] |
emailAddress | String | The email address associated with the customer profile. | [optional] |
address | Address | The physical address associated with the customer profile. | [optional] |
phoneNumber | String | The 11-digit phone number associated with the customer profile. | [optional] |
referenceId | String | An optional, second ID used to associate the customer profile with an entity in another system. | [optional] |
note | String | A custom note associated with the customer profile. | [optional] |
birthday | String | The birthday associated with the customer profile, in RFC-3339 format. Year is optional, timezone and times are not allowed. For example: `0000-09-01T00:00:00-00:00` indicates a birthday on September 1st. `1998-09-01T00:00:00-00:00` indications a birthday on September 1st 1998. | [optional] |