UpdateQueueAgentRequestDto
Backend-источник: features.callcenterservice/Features.CallCenterService/Nuget.CallCenterApiClient/Dto/Queue/Requests/UpdateQueueAgentRequestDto.cs (features.callcenterservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
id | number | да | — | int |
agentId | number | да | — | int |
joined | boolean | да | — | bool |
Пример
json
{
"id": 0,
"agentId": 0,
"joined": false
}