CreateRecallByPhoneRequestDto
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Recall/Requests/CreateRecallByPhoneRequestDto.cs (core.businesslogicservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
phone | string | да | — | string |
recallDate | string | да | — | DateTime |
comments | string | null | нет | — | string? |
callCenterType | QueueTypeDto | да | — | QueueTypeDto |
Пример
json
{
"phone": "+49123456789",
"recallDate": "2026-05-05T08:00:00Z",
"comments": "string",
"callCenterType": "<QueueTypeDto>"
}