Skip to content

CreateClientLeadRequestDto

← Lead / Client DTO

Body for POST Api/ClientLeads — the public form a potential client fills in.

Поля

ПолеТипОбязательноеОписание
namestringда
phonestringда
emailstring | nullнет
postalCodestring | nullнет
citystring | nullнет
householdSupportHouseholdSupportDto[]даWho needs the support.
currentSituationCurrentSituationDto[]даWhere the person stands right now, e.g. a care level already assigned.
utmUtmRequestDto | nullнетMarketing attribution of the page the form was submitted from.
pageUrlstring | nullнет
pageTitlestring | nullнет
referrerstring | nullнет

Пример

json
{
  "name": "string",
  "phone": "+49123456789",
  "email": "user@example.com",
  "postalCode": "string",
  "city": "string",
  "householdSupport": [],
  "currentSituation": [],
  "utm": "<utmrequestdto>",
  "pageUrl": "https://...",
  "pageTitle": "string",
  "referrer": "string"
}