nowcerts_principal_insert
Add a new principal to the Nowcerts system to manage insurance policy stakeholders and their associated data records.
Instructions
Insert a new principal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| principal | Yes |
Input Schema (JSON Schema)
{
"properties": {
"principal": {
"required": true,
"type": "object"
}
},
"required": [
"principal"
],
"type": "object"
}