InsuranceAliasDto
Operator-curated mapping from a raw Monday insurance company name to a CRM insurance company.
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
id | number | да | — |
alias | string | да | Raw name as it appears in Monday. |
insuranceCompanyId | number | да | Id of the CRM insurance company the alias resolves to. |
insuranceCompanyName | string | null | нет | Display name of the resolved CRM insurance company. |
createDateTime | string | null | нет | — |
Пример
json
{
"id": 0,
"alias": "string",
"insuranceCompanyId": 0,
"insuranceCompanyName": "string",
"createDateTime": "2026-05-05T08:00:00Z"
}