Create Conversation Time Entry
AuthorizationBearer <token>
In: header
Path Parameters
conversation_id*Conversation Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v2/conversations/string/time-entries" \ -H "Content-Type: application/json" \ -d '{ "duration_minutes": 0 }'{
"agent_id": "string",
"agent_name": "string",
"created_at": "2019-08-24T14:15:22Z",
"duration_minutes": 0,
"ended_at": "2019-08-24T14:15:22Z",
"entry_mode": "manual",
"id": "string",
"notes": "string",
"started_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}