contacts

A viewset for viewing contacts of a client

patch/contacts/{id}/

Request body

idinteger
full_namestring required

Full name of the contact

display_namestring

Name to display which can be different from full name

emailstring email nullable

Contact email

picturestring uri

Link to the contact picture

phone_numberstring

Contact phone number

descriptionstring

Description of the contact

organizationinteger

Organization to which the contact belongs.

custom_fieldsobject

Contact values for custom fields defined in Manatal.

creatorinteger

User who created the contact

created_atstring date-time

Date at which the contact was created

updated_atstring date-time

Response

idinteger
full_namestring required

Full name of the contact

display_namestring

Name to display which can be different from full name

emailstring email nullable

Contact email

picturestring uri

Link to the contact picture

phone_numberstring

Contact phone number

descriptionstring

Description of the contact

organizationinteger

Organization to which the contact belongs.

custom_fieldsobject

Contact values for custom fields defined in Manatal.

creatorinteger

User who created the contact

created_atstring date-time

Date at which the contact was created

updated_atstring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.