Skip to content

DuplicateResolutionDto

← Monday DTO

Remembered duplicate decision (which Monday row wins for a Business entity), reused by future imports.

Поля

ПолеТипОбязательноеОписание
idnumberда
entityTypestringдаEntity type: "Worker" or "Client".
businessEntityIdnumberдаId of the Business (DAF) entity the duplicate group maps to.
chosenMondayItemIdstringдаId of the Monday row chosen as the winner.
createDateTimestring | nullнет

Пример

json
{
  "id": 0,
  "entityType": "string",
  "businessEntityId": 0,
  "chosenMondayItemId": "uuid",
  "createDateTime": "2026-05-05T08:00:00Z"
}