DeclineRenewalDto
reasonstringrequired
Possible values: >= 3 characters and <= 500 characters
noticeTypestring
Kind of decline. non_renewal requires the Insurance Act §31 30-day notice window (see renewals.non_renewal_notice_min_days). Defaults to non_renewal for backward compatibility.
Possible values: [non_renewal, agent_withdrawal, insurer_capacity]
DeclineRenewalDto
{
"reason": "string",
"noticeType": "non_renewal"
}