Create a contact

Creates the specified contact. <Warning> ID and `organisation_id` must not be specified, neither in query string, nor in JSON payload. </Warning>

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Path parameters

org_idstringRequired

Request

This endpoint expects an object.
typeobjectRequired
namestringOptional
titlestringOptional
departmentstringOptional
streetstringOptional
zipcodestringOptional
citystringOptional
countryobjectOptional
emailstringOptional
phonestringOptional
mobilestringOptional
statestringOptional
secondary_addressstringOptional
purchase_order_numberstringOptional
Can only be set for invoice contacts

Response