Salva ou atualiza uma empresa na base de dados.
POST
/chatapi/1.0/api/v2/company/save
curl \
--request POST 'https://api.neppo.com.br/chatapi/1.0/api/v2/company/save' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{
"active": true,
"address": "string",
"cep": "string",
"city": "string",
"cnpj": "string",
"companyName": "string",
"complement": "string",
"contractSignature": 42,
"country": "string",
"createdAt": "2026-05-04T09:42:00Z",
"createdBy": "string",
"dateEndPilot": "2026-05-04T09:42:00Z",
"defaultLocale": "string",
"email": "string",
"groupCompany": {
"active": true,
"companyName": "string",
"createdAt": "2026-05-04T09:42:00Z",
"createdBy": "string",
"id": 42,
"updatedAt": "2026-05-04T09:42:00Z",
"updatedBy": "string"
},
"id": 42,
"nameContact": "string",
"neighborhood": "string",
"number": "string",
"phoneContact": "string",
"sgemnet": "string",
"site": "string",
"sku": "string",
"state": "string",
"stateRegistration": "string",
"timeHistory": 42,
"tradeName": "string",
"updatedAt": "2026-05-04T09:42:00Z",
"updatedBy": "string"
}'
Request examples
{
"active": true,
"address": "string",
"cep": "string",
"city": "string",
"cnpj": "string",
"companyName": "string",
"complement": "string",
"contractSignature": 42,
"country": "string",
"createdAt": "2026-05-04T09:42:00Z",
"createdBy": "string",
"dateEndPilot": "2026-05-04T09:42:00Z",
"defaultLocale": "string",
"email": "string",
"groupCompany": {
"active": true,
"companyName": "string",
"createdAt": "2026-05-04T09:42:00Z",
"createdBy": "string",
"id": 42,
"updatedAt": "2026-05-04T09:42:00Z",
"updatedBy": "string"
},
"id": 42,
"nameContact": "string",
"neighborhood": "string",
"number": "string",
"phoneContact": "string",
"sgemnet": "string",
"site": "string",
"sku": "string",
"state": "string",
"stateRegistration": "string",
"timeHistory": 42,
"tradeName": "string",
"updatedAt": "2026-05-04T09:42:00Z",
"updatedBy": "string"
}
Response examples (200)
{
"active": true,
"address": "string",
"cep": "string",
"city": "string",
"cnpj": "string",
"companyName": "string",
"complement": "string",
"contractSignature": 42,
"country": "string",
"createdAt": "2026-05-04T09:42:00Z",
"createdBy": "string",
"dateEndPilot": "2026-05-04T09:42:00Z",
"defaultLocale": "string",
"email": "string",
"groupCompany": {
"active": true,
"companyName": "string",
"createdAt": "2026-05-04T09:42:00Z",
"createdBy": "string",
"id": 42,
"updatedAt": "2026-05-04T09:42:00Z",
"updatedBy": "string"
},
"id": 42,
"nameContact": "string",
"neighborhood": "string",
"number": "string",
"phoneContact": "string",
"sgemnet": "string",
"site": "string",
"sku": "string",
"state": "string",
"stateRegistration": "string",
"timeHistory": 42,
"tradeName": "string",
"updatedAt": "2026-05-04T09:42:00Z",
"updatedBy": "string"
}