MailingListSubscriptionDto
Properties
| Name | Type | Description |
|---|---|---|
| email* | string | |
| fullName | string | |
| practiceName | string | |
| redirectUrl | string |
JSON Example
{
"email": "user@example.com",
"fullName": "string",
"practiceName": "string",
"redirectUrl": "string"
}