v1

latestOpenAPI 3.0.32026-08-06224144516.1 KB
Contacts

Create a contact

As with all POST endpoints, a location header will be returned with a url to the newly created resource.

post/contacts

Query parameters

check_duplicateboolean required

When this flag is set to true, if a duplicate record is found to the one being created, an error will be thrown instead of creating a duplicate record. Defaults to false.

Request body

first_namestring required
last_namestring required
owner_idnumber required

The ID of the user that owns this contact record.

company_idnumber required

The ID of the company this contact belongs to.

titlestring

The contact's job title.

reports_to_idnumber

The ID of the contact that this contact reports to.

has_left_companyboolean
country_codestring
is_hotboolean
notesstring

Response

Created