nowcerts_property_insert
Add new property records to the Nowcerts insurance management system to maintain accurate client asset information.
Instructions
Insert a new property
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| property | Yes |
Input Schema (JSON Schema)
{
"properties": {
"property": {
"required": true,
"type": "object"
}
},
"required": [
"property"
],
"type": "object"
}