ClientLeadDto
Client lead — landing-page inquiry. Mirrors ClientLeadModel JSON shape.
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
id | number | да | — |
createDateTime | string | да | — |
updateDateTime | string | null | нет | — |
deleteDateTime | string | null | нет | — |
name | string | да | — |
phoneContactId | number | да | — |
phoneContact | PhoneContactDto | да | — |
emailContactId | number | null | нет | — |
emailContact | EmailContactDto | null | нет | — |
postalCode | string | null | нет | — |
city | string | null | нет | — |
householdSupport | HouseholdSupportDto[] | да | — |
currentSituation | CurrentSituationDto[] | да | — |
utmSource | string | null | нет | — |
utmMedium | string | null | нет | — |
utmCampaign | string | null | нет | — |
utmTerm | string | null | нет | — |
utmContent | string | null | нет | — |
pageUrl | string | null | нет | — |
pageTitle | string | null | нет | — |
referrer | string | null | нет | — |
Пример
json
{
"id": 0,
"createDateTime": "2026-05-05T08:00:00Z",
"updateDateTime": "2026-05-05T08:00:00Z",
"deleteDateTime": "2026-05-05T08:00:00Z",
"name": "string",
"phoneContactId": 0,
"phoneContact": "<PhoneContactDto>",
"emailContactId": 0,
"emailContact": "<emailcontactdto>",
"postalCode": "string",
"city": "string",
"householdSupport": [],
"currentSituation": [],
"utmSource": "string",
"utmMedium": "string",
"utmCampaign": "string",
"utmTerm": "string",
"utmContent": "string",
"pageUrl": "https://...",
"pageTitle": "string",
"referrer": "string"
}