Skip to content

UpdateClientStatusRequestDto

← Client DTO

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

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
clientIdnumberдаint
clientStatusClientStatusDtoдаClientStatusDto

Пример

json
{
  "clientId": 0,
  "clientStatus": "<ClientStatusDto>"
}