nowcerts_serviceRequest_insertAddressChanges
Submit address change requests to update policyholder information in the NowCerts system. This tool processes address modifications for insurance policies and client records.
Instructions
Insert address change service request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Input Schema (JSON Schema)
{
"properties": {
"data": {
"required": true,
"type": "object"
}
},
"required": [
"data"
],
"type": "object"
}