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"
}
}creates a contact
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"
}
}client_category, supplier_category, general_contractor_category, manufacture_category, warehouse_category Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Created
The details of the contact encoded in JSON format.