Skip to main content
PUT
Update a contact

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

id
string<uuid>
required

Body

externalSystemId
string | null

External system id for the contact.

Example:

"EXT01"

person
object | null

Contact person details (if applicable).

company
object | null

Contact company details (if applicable).

trust
object | null

Contact trust details (if applicable).

Only supported in US.

groupOfPeople
object | null

Contact group details (if applicable).

Only supported in US and AU.

isDeleted
boolean

Contact can be restored by setting this to false.

Example:

false

Response

When request is accepted. Returns a 'Link' object.

id
string | null
href
string | null
relation
string | null
method
string | null
default:GET