Skip to main content
PUT
Update Contact

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

uuid
string
required

The uuid of the contact to update

Body

application/json

Contact object that needs to be updated

The default contact schema

name
string

Full name of the contact

Example:

"Sam Smith"

type
enum<string>

Type of the contact

Available options:
person,
organization
Example:

"person"

linked_organization_id
integer

The organization id that this contact has been added to. Applies only for 'person' type contacts.

Example:

137834

client
boolean

If true, the contact will be selectable in client menus

Example:

true

email_1
string

Primary email address of the contact

email_2
string

Secondary email address of the contact

email_3
string

Tertiary email address of the contact

Example:

""

phone_1
string

Primary phone number of the contact

Example:

"+1-541-754-3010"

phone_2
string

Secondary phone number of the contact

Example:

""

phone_3
string

Tertiary phone number of the contact

Example:

""

address_line_1
string

Contacts address first line

Example:

"Unit 1/43"

address_line_2
string

Contacts address second line

Example:

"123 Example Street"

address_line_3
string

Contacts address third line

Example:

""

address_city
string

Contacts city

Example:

"Surry Hills"

address_state
string

Contacts state

Example:

"NSW"

address_postcode
string

Contacts state

Example:

"2010"

address_country
string

Contacts country

Example:

"Australia"

website
string

Website of the contact

Example:

"www.example.com"

icon
object

Icon / avatar of the contact

custom_fields
Custom Field Module Value · object[]

Response

Successful Operation

success
object