UpdateWorkerAssignmentPartialRequestDto
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/WorkerAssignmentParams/Requests/UpdateWorkerAssignmentPartialRequestDto.cs (core.businesslogicservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
id | number | да | — | int |
status | WorkerAssignmentStatusParam | null | нет | — | WorkerAssignmentStatusParam? |
firstCallDateTime | string | null | нет | — | DateTimeOffset? |
firstMeetingDateTime | string | null | нет | — | DateTimeOffset? |
workStartDate | string | null | нет | — | 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"
}