Skip to content

UpdateComplaintStatusRequestParam

← Complaint DTO

Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/ComplaintParams/Request/UpdateComplaintStatusRequestParam.cs (core.businesslogicservice).

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
clientReportIdnumberдаint
statusClientReportStatusParamдаClientReportStatusParam

Пример

json
{
  "clientReportId": 0,
  "status": "<ClientReportStatusParam>"
}