Skip to content

InsuranceAliasDto

← Monday DTO

Operator-curated mapping from a raw Monday insurance company name to a CRM insurance company.

Поля

ПолеТипОбязательноеОписание
idnumberда
aliasstringдаRaw name as it appears in Monday.
insuranceCompanyIdnumberдаId of the CRM insurance company the alias resolves to.
insuranceCompanyNamestring | nullнетDisplay name of the resolved CRM insurance company.
createDateTimestring | nullнет

Пример

json
{
  "id": 0,
  "alias": "string",
  "insuranceCompanyId": 0,
  "insuranceCompanyName": "string",
  "createDateTime": "2026-05-05T08:00:00Z"
}