UnresolvedInsuranceCompanyDto
An insurance company name from Monday that could not be matched to a CRM insurance company.
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
name | string | да | Raw insurance company name as it appears in Monday. |
count | number | да | Number of changes blocked by this unresolved name. |
changeIds | number[] | да | Ids of the affected changes. |
Пример
json
{
"name": "string",
"count": 0,
"changeIds": []
}