Class 5 Call Center Consumer
Create
Create a new Class 5 Call Center Consumer record.
post/api/cp/class5/call-center-consumer
Request body
Example request
{
"id": 12345,
"call_center_id": 1,
"sip_user_id": 1,
"level": 123,
"position": 123,
"type": "callback",
"status": "Available",
"max_no_answer": 123,
"wrap_up_time": 123,
"reject_delay_time": 123,
"busy_delay_time": 123,
"no_answer_delay_time": 123,
"ring_timeout": 123,
"created_at": "2025-01-17T10:30:00Z",
"updated_at": "2025-01-17T10:30:00Z"
}Response
Successful response
Example response
{
"id": 12345,
"status": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.