nowcerts_customPanel_insert
Add custom panel data to NowCerts insurance management system for storing specialized information in client records.
Instructions
Insert custom panel data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Input Schema (JSON Schema)
{
"properties": {
"data": {
"required": true,
"type": "object"
}
},
"required": [
"data"
],
"type": "object"
}