v1
latestOpenAPI 3.1.02026-07-261630686.8 KBAñadir compañías
Este método permite agregar una o más compañías a la cuenta.
post/api/v4/companies
Request body
Response
200
Example response
{
"_links": {
"self": {
"href": "https://devteam.kommo.com/api/v4/companies"
}
},
"_embedded": {
"companies": [
{
"id": 1247556,
"request_id": "0",
"_links": {
"self": {
"href": "https://devteam.kommo.com/api/v4/companies/1247556"
}
}
}
]
}
}