DuplicateResolutionDto
Remembered duplicate decision (which Monday row wins for a Business entity), reused by future imports.
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
id | number | да | — |
entityType | string | да | Entity type: "Worker" or "Client". |
businessEntityId | number | да | Id of the Business (DAF) entity the duplicate group maps to. |
chosenMondayItemId | string | да | Id of the Monday row chosen as the winner. |
createDateTime | string | null | нет | — |
Пример
json
{
"id": 0,
"entityType": "string",
"businessEntityId": 0,
"chosenMondayItemId": "uuid",
"createDateTime": "2026-05-05T08:00:00Z"
}