Skip to content

CreateClientRequestRecallDto

← Client DTO

Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Client/Requests/CreateClient/CreateClientRequestRecallDto.cs (core.businesslogicservice).

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
phoneNumberstringдаstring
recallDatestring | nullнетDateTime?
commentsstring | nullнетstring?

Пример

json
{
  "phoneNumber": "+49123456789",
  "recallDate": "2026-05-05T08:00:00Z",
  "comments": "string"
}