Skip to content

CreateAgentRequestDto

← Call Center DTO

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

Также определён в: integration.callcenternotification.

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
userIdnumberдаUser id in User serviceint
webexAgentIdstringдаAgent id in Webex servicestring
userFullNamestringдаAgent full namestring
queuesAgentQueueRequestDto[]даQueue associations with joined statusList<AgentQueueRequestDto>

Пример

json
{
  "userId": 0,
  "webexAgentId": "uuid",
  "userFullName": "string",
  "queues": []
}