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