Skip to content

UpdateAgentRequestDto

← Call Center DTO

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

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

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
idnumberдаAgent Idint
userIdnumber | nullнетAgent user id from UserManagement serviceint?
userFullNamestring | nullнетAgent full namestring?
queuesAgentQueueRequestDto[]даQueue associations with joined statusList<AgentQueueRequestDto>

Пример

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