UpdateCallSessionRequestDto
Backend-источник: features.callcenterservice/Features.CallCenterService/Nuget.CallCenterApiClient/Dto/CallSessions/Requests/UpdateCallSessionRequestDto.cs (features.callcenterservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
id | number | да | — | int |
wrapupReason | WrapupReasonDto | да | — | WrapupReasonDto |
comment | string | null | нет | — | string? |
recallDate | string | null | нет | — | DateTime? |
recallComment | string | null | нет | — | — |
Пример
json
{
"id": 0,
"wrapupReason": "<WrapupReasonDto>",
"comment": "string",
"recallDate": "2026-05-05T08:00:00Z",
"recallComment": "string"
}