Skip to main content
POST
/
contacts
Error
A valid request URL is required to generate request examples
{
  "id": 123,
  "name": "<string>",
  "data": {},
  "addresses": [
    {
      "id": 123,
      "name": "<string>",
      "phone": "<string>",
      "post_code": "<string>",
      "address_line_1": "<string>",
      "address_line_2": "<string>",
      "city": "<string>",
      "state": "<string>",
      "country": "<string>"
    }
  ],
  "people": [
    {
      "id": 123,
      "name": "<string>",
      "email": "<string>",
      "phone": "<string>",
      "position": "<string>",
      "note": "<string>"
    }
  ],
  "category": {
    "id": 123,
    "type": "client"
  }
}

Authorizations

authorization
string
header
required

Body

application/json
category_type
enum<string>
required
Available options:
client_category,
supplier_category,
general_contractor_category,
manufacture_category,
warehouse_category
new_data
object

Response

Created

id
integer
name
string
data
object

The details of the contact encoded in JSON format.

addresses
object[]
people
object[]
category
object