CreateAgentRequestDto
Backend-источник: features.callcenterservice/Features.CallCenterService/Nuget.CallCenterApiClient/Dto/Agents/Requests/CreateAgentRequestDto.cs (features.callcenterservice).
Также определён в:
integration.callcenternotification.
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
userId | number | да | User id in User service | int |
webexAgentId | string | да | Agent id in Webex service | string |
userFullName | string | да | Agent full name | string |
queues | AgentQueueRequestDto[] | да | Queue associations with joined status | List<AgentQueueRequestDto> |
Пример
json
{
"userId": 0,
"webexAgentId": "uuid",
"userFullName": "string",
"queues": []
}