nowcerts_workersCompensation_insert
Add workers compensation information to the NowCerts system for insurance policy management and claims processing.
Instructions
Insert workers compensation data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Input Schema (JSON Schema)
{
"properties": {
"data": {
"required": true,
"type": "object"
}
},
"required": [
"data"
],
"type": "object"
}