Adding
New client
POST https://do.workzeal.com/company/insert
Request Body
Name
Type
Description
company*
JSON
New client
JSON
Object
{
"name" : "Apple",
"type_id" : 1,
"user_id" : 37,
"Contacts": [
{
"first_name": "John",
"last_name": "Smith",
"post": "CEO",
"note": "The main decision maker",
"status_id": 1,
"Emails": [
{
"email": "[email protected]"
}
],
"Phones": [
{
"phone": "+1 234 567890",
"descr": "mobile"
}
]
}
],
"Emails": [
{
"email": "[email protected]"
}
],
"Phones": [
{
"phone": "+1 123 345678",
"descr": "Reception"
}
]
}
Example
References
For clientsUsersAnswer of the adding request
Last updated