CreateCustomerRequest

November 20, 2019 ยท View on GitHub

Description

Defines the body parameters that can be provided in a request to the CreateCustomer endpoint.

Properties

NameTypeDescriptionNotes
idempotencyKeyStringThe idempotency key for the request. See the Idempotency guide for more information.[optional]
givenNameStringThe given (i.e., first) name associated with the customer profile.[optional]
familyNameStringThe family (i.e., last) name associated with the customer profile.[optional]
companyNameStringA business name associated with the customer profile.[optional]
nicknameStringA nickname for the customer profile.[optional]
emailAddressStringThe email address associated with the customer profile.[optional]
addressAddressThe physical address associated with the customer profile.[optional]
phoneNumberStringThe 11-digit phone number associated with the customer profile.[optional]
referenceIdStringAn optional, second ID used to associate the customer profile with an entity in another system.[optional]
noteStringA custom note associated with the customer profile.[optional]
birthdayStringThe 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]