Skip to content

CreateMonthlyReportRequestParam

← Monthly Report DTO

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

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
workerIdnumberдаint
clientIdnumberдаint
statusMonthlyReportStatusParamдаMonthlyReportStatusParam
reportStartDatestringдаDateOnly
reportEndDatestring | nullнетDateOnly?
amountnumberдаdecimal
distancenumberдаdecimal
hoursnumberдаint
minutesnumberдаint

Пример

json
{
  "workerId": 0,
  "clientId": 0,
  "status": "<MonthlyReportStatusParam>",
  "reportStartDate": "2026-05-05T08:00:00Z",
  "reportEndDate": "2026-05-05T08:00:00Z",
  "amount": 0,
  "distance": 0,
  "hours": 0,
  "minutes": 0
}