AutoRenewConsentDto
consentedbooleanrequired
true = grant consent; false = withdraw a prior consent.
consentSourcestring
Where the consent came from — agent_portal, client_portal, paper_form, api, compliance_maintenance. Defaults to api.
Possible values: non-empty and <= 60 characters
AutoRenewConsentDto
{
"consented": true,
"consentSource": "string"
}