Contact Endpoints
Contacts are related to enterprises. Each enterprise can have many contacts, but each contacts can belong to only one enterprise.
Contact Object
Property Name | Type |
---|---|
id | integer |
name | string |
surname | string |
surname_2 | string |
string | |
phone | string |
phone2 | string |
position | string |
string | |
string | |
string | |
skype | string |
enterprise_id | integer |
comments | string |
mailchimp_unsubscribed | string |
EXAMPLE
{
"id": 10,
"name": "Salesly",
"surname": "Worker",
"surname_2": null,
"email": "worker@salesly.app",
"phone": "938206362",
"phone_2": null,
"position": null,
"skype": null,
"linkedin": null,
"comments": null,
"created_at": "2023-10-24 15:09:18",
"updated_at": "2023-10-24 15:09:18",
"deleted_at": null,
"mailchimp_unsubscribed": null,
"instagram": null,
"facebook": null,
"nif": null,
"enterprise_id": 1
}