UpdateWorkerAssignmentRequestParam
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/WorkerAssignmentParams/Requests/UpdateWorkerAssignmentRequestParam.cs (core.businesslogicservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
id | number | да | — | int |
status | WorkerAssignmentStatusParam | да | — | WorkerAssignmentStatusParam |
firstCallDateTime | string | null | нет | — | DateTimeOffset? |
firstMeetingDateTime | string | null | нет | — | DateTimeOffset? |
workStartDate | string | да | — | DateOnly |
workEndDate | string | null | нет | — | DateOnly? |
Пример
json
{
"id": 0,
"status": "<WorkerAssignmentStatusParam>",
"firstCallDateTime": "2026-05-05T08:00:00Z",
"firstMeetingDateTime": "2026-05-05T08:00:00Z",
"workStartDate": "2026-05-05T08:00:00Z",
"workEndDate": "2026-05-05T08:00:00Z"
}