Update policyholder
API Refs
- Staging: Update policyholder
This endpoint updates a policyholder's information. All fields in the request body are optional—include only the fields you want to update.
URI Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| id | number | The policyholder ID | yes |
Request body
| Name | Type | Description | Required |
|---|---|---|---|
| firstName | string | First name of the policyholder (max 255 characters) | no |
| lastName | string | Last name of the policyholder (max 255 characters) | no |
| string | Primary contact email address | no | |
| businessName | string | Business name | no |
Example
{
"email": "[email protected]",
"businessName": "New Business Name"
}
NoteEmail addresses must remain unique within your account.
Updated 4 months ago