nowcerts_insured_insuredAndPoliciesInsert
Add new insured individuals and their associated insurance policies to the NowCerts system in a single operation.
Instructions
Insert insured along with their policies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Insured and policies data |
Input Schema (JSON Schema)
{
"properties": {
"data": {
"description": "Insured and policies data",
"required": true,
"type": "object"
}
},
"required": [
"data"
],
"type": "object"
}