Skip to main content
PUT
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

List of CustomerContact objects : Properties of each new CustomerContact. Required properties: CustomerContact.Email, ContactType.

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

Collection of contacts returned as a whole.

items
object[] | null
pageCount
integer<int32>
pageSize
integer<int32>
startIndex
integer<int32>
totalCount
integer<int32>