CreateCallSessionRequestDto
Backend-источник: features.callcenterservice/Features.CallCenterService/Nuget.CallCenterApiClient/Dto/CallSessions/Requests/CreateCallSessionRequestDto.cs (features.callcenterservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
phoneNumber | string | да | — | string |
callDirection | CallDirectionDto | да | — | CallDirectionDto |
externalEntityType | CallSessionExternalEntityTypeDto | null | нет | — | — |
externalEntityId | number | null | нет | — | — |
Пример
json
{
"phoneNumber": "+49123456789",
"callDirection": "<CallDirectionDto>",
"externalEntityType": "<callsessionexternalentitytypedto>",
"externalEntityId": 0
}