Skip to content

CreateClientByFormattedAddressRequestDto

← Client DTO

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

Поля

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

Пример

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