CreateClientRequestDto
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Client/Requests/CreateClient/CreateClientRequestDto.cs (core.businesslogicservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
client | CreateClientRequestClientDto | да | — | CreateClientRequestClientDto |
recall | CreateClientRequestRecallDto | да | — | CreateClientRequestRecallDto |
Пример
json
{
"client": "<CreateClientRequestClientDto>",
"recall": "<CreateClientRequestRecallDto>"
}