Add Account Contact
Creates a new CustomerContact for a customer account, for example, a new shipping address.
Authorizations
JWT Authorization header using the Bearer scheme.
Path Parameters
Unique identifier of the customer account to contain the new CustomerContact.
Query Parameters
limits which fields are returned in the response body
Body
Properties of the new CustomerContact. Required properties: CustomerContact.Email, ContactType.
CustomerContact information for a customer account including the name, company, phone numbers, email addresses, and billing and shipping addresses (if supplied).
Response
OK
CustomerContact information for a customer account including the name, company, phone numbers, email addresses, and billing and shipping addresses (if supplied).

