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