Salva ou atualiza dados do canal de voz.
POST
/chatapi/1.0/api/v2/call/save
curl \
--request POST 'https://api.neppo.com.br/chatapi/1.0/api/v2/call/save' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"agentId":42,"attendanceTime":42,"callId":"string","callMode":"string","city":"string","classified":true,"comment":"string","createdAt":"2026-05-04T09:42:00Z","createdBy":"string","externalId":"string","finishedAt":"2026-05-04T09:42:00Z","finishedByAgent":true,"groupConfId":42,"id":42,"ivrTime":42,"kind":"string","liked":true,"plataformCode":"string","provider":"string","ringingAt":"2026-05-04T09:42:00Z","sessionId":42,"startedAt":"2026-05-04T09:42:00Z","startedByAgent":true,"state":"string","status":"string","tme":42,"updatedAt":"2026-05-04T09:42:00Z","updatedBy":"string","userId":42}'
Request examples
{
"agentId": 42,
"attendanceTime": 42,
"callId": "string",
"callMode": "string",
"city": "string",
"classified": true,
"comment": "string",
"createdAt": "2026-05-04T09:42:00Z",
"createdBy": "string",
"externalId": "string",
"finishedAt": "2026-05-04T09:42:00Z",
"finishedByAgent": true,
"groupConfId": 42,
"id": 42,
"ivrTime": 42,
"kind": "string",
"liked": true,
"plataformCode": "string",
"provider": "string",
"ringingAt": "2026-05-04T09:42:00Z",
"sessionId": 42,
"startedAt": "2026-05-04T09:42:00Z",
"startedByAgent": true,
"state": "string",
"status": "string",
"tme": 42,
"updatedAt": "2026-05-04T09:42:00Z",
"updatedBy": "string",
"userId": 42
}
Response examples (200)
{
"agentId": 42,
"attendanceTime": 42,
"callId": "string",
"callMode": "string",
"city": "string",
"classified": true,
"comment": "string",
"createdAt": "2026-05-04T09:42:00Z",
"createdBy": "string",
"externalId": "string",
"finishedAt": "2026-05-04T09:42:00Z",
"finishedByAgent": true,
"groupConfId": 42,
"id": 42,
"ivrTime": 42,
"kind": "string",
"liked": true,
"plataformCode": "string",
"provider": "string",
"ringingAt": "2026-05-04T09:42:00Z",
"sessionId": 42,
"startedAt": "2026-05-04T09:42:00Z",
"startedByAgent": true,
"state": "string",
"status": "string",
"tme": 42,
"updatedAt": "2026-05-04T09:42:00Z",
"updatedBy": "string",
"userId": 42
}