Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

accountId
integer<int32>
required

Unique identifier of the customer account to contain the new CustomerContact.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

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).

accountId
integer<int32>
address
object
auditInfo
object
companyOrOrganization
string | null
email
string | null
faxNumber
string | null
firstName
string | null
id
integer<int32> | null
label
string | null
lastNameOrSurname
string | null
middleNameOrInitial
string | null
phoneNumbers
object
types
object[] | null

Response

OK

CustomerContact information for a customer account including the name, company, phone numbers, email addresses, and billing and shipping addresses (if supplied).

accountId
integer<int32>
address
object
auditInfo
object
companyOrOrganization
string | null
email
string | null
faxNumber
string | null
firstName
string | null
id
integer<int32> | null
label
string | null
lastNameOrSurname
string | null
middleNameOrInitial
string | null
phoneNumbers
object
types
object[] | null