Skip to content

UnresolvedInsuranceCompanyDto

← Monday DTO

An insurance company name from Monday that could not be matched to a CRM insurance company.

Поля

ПолеТипОбязательноеОписание
namestringдаRaw insurance company name as it appears in Monday.
countnumberдаNumber of changes blocked by this unresolved name.
changeIdsnumber[]даIds of the affected changes.

Пример

json
{
  "name": "string",
  "count": 0,
  "changeIds": []
}