Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.67 KB

UpdateCustomerRequest.md

File metadata and controls

18 lines (15 loc) · 1.67 KB

UpdateCustomerRequest

Properties

Name Type Description Notes
GivenName string The given (i.e., first) name associated with the customer profile. [optional] [default to null]
FamilyName string The family (i.e., last) name associated with the customer profile. [optional] [default to null]
CompanyName string A business name associated with the customer profile. [optional] [default to null]
Nickname string A nickname for the customer profile. [optional] [default to null]
EmailAddress string The email address associated with the customer profile. [optional] [default to null]
Address *Address [optional] [default to null]
PhoneNumber string The 11-digit phone number associated with the customer profile. [optional] [default to null]
ReferenceId string An optional, second ID used to associate the customer profile with an entity in another system. [optional] [default to null]
Note string A custom note associated with the customer profile. [optional] [default to null]
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] [default to null]

[Back to Model list] [Back to API list] [Back to README]