Skip to content

CreateClientRequestDto

← Client DTO

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

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
clientCreateClientRequestClientDtoдаCreateClientRequestClientDto
recallCreateClientRequestRecallDtoдаCreateClientRequestRecallDto

Пример

json
{
  "client": "<CreateClientRequestClientDto>",
  "recall": "<CreateClientRequestRecallDto>"
}