Salva ou atualiza dados do canal de voz.
POST
/chatapi/1.0/api/v2/call-log-hist/save
curl \
--request POST 'https://api.neppo.com.br/chatapi/1.0/api/v2/call-log-hist/save' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"callId":"string","callerId":"string","callerType":"string","createdAt":"2026-05-04T09:42:00Z","createdBy":"string","eventDate":"2026-05-04T09:42:00Z","eventType":"string","groupConfId":42,"id":42,"origCallId":"string","origin":"string","updatedAt":"2026-05-04T09:42:00Z","updatedBy":"string"}'
Request examples
{
"callId": "string",
"callerId": "string",
"callerType": "string",
"createdAt": "2026-05-04T09:42:00Z",
"createdBy": "string",
"eventDate": "2026-05-04T09:42:00Z",
"eventType": "string",
"groupConfId": 42,
"id": 42,
"origCallId": "string",
"origin": "string",
"updatedAt": "2026-05-04T09:42:00Z",
"updatedBy": "string"
}
Response examples (200)
{
"callId": "string",
"callerId": "string",
"callerType": "string",
"createdAt": "2026-05-04T09:42:00Z",
"createdBy": "string",
"eventDate": "2026-05-04T09:42:00Z",
"eventType": "string",
"groupConfId": 42,
"id": 42,
"origCallId": "string",
"origin": "string",
"updatedAt": "2026-05-04T09:42:00Z",
"updatedBy": "string"
}