Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 1.69 KB

UpdateCustomerRequest.md

File metadata and controls

25 lines (17 loc) · 1.69 KB

Square.Connect.Model.UpdateCustomerRequest

Description

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

Properties

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]

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