Skip to content

UpdateQueueAgentRequestDto

← Call Center DTO

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

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
idnumberдаint
agentIdnumberдаint
joinedbooleanдаbool

Пример

json
{
  "id": 0,
  "agentId": 0,
  "joined": false
}