CreateMonthlyReportRequestParam
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/MonthlyReport/Request/CreateMonthlyReportRequestParam.cs (core.businesslogicservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
workerId | number | да | — | int |
clientId | number | да | — | int |
status | MonthlyReportStatusParam | да | — | MonthlyReportStatusParam |
reportStartDate | string | да | — | DateOnly |
reportEndDate | string | null | нет | — | DateOnly? |
amount | number | да | — | decimal |
distance | number | да | — | decimal |
hours | number | да | — | int |
minutes | number | да | — | 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
}