Skip to content

AgentQueueRequestDto

← Call Center DTO

Queue association for agent create/update operations

Backend-источник: features.callcenterservice/Features.CallCenterService/Nuget.CallCenterApiClient/Dto/Agents/Requests/AgentQueueRequestDto.cs (features.callcenterservice).

Queue association for agent create/update operations

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
queueIdnumberдаQueue idint
joinedbooleanдаWhether agent is joined to the queuebool

Пример

json
{
  "queueId": 0,
  "joined": false
}