CreateAdminInquiryDto
firstNamestringrequired
Possible values: non-empty and <= 60 characters
lastNamestringrequired
Possible values: non-empty and <= 60 characters
emailstring
phonestringrequired
Client phone number. Required — same rationale as the public form.
Possible values: Value must match regular expression /^\+?[0-9]{9,15}$/
messagestringrequired
Possible values: >= 3 characters and <= 2000 characters
clientIdstring
If we already have a Client record for this person, link the inquiry.
insurerProductIdstring
intakestring
How this inquiry reached ZFA — walk-in, phone, email, referral partner. Free text kept short.
Possible values: <= 40 characters
Example:
walk_inCreateAdminInquiryDto
{
"firstName": "string",
"lastName": "string",
"email": "string",
"phone": "string",
"message": "string",
"clientId": "string",
"insurerProductId": "string",
"intake": "walk_in"
}