nowcerts_property_insertOrUpdate
Add new property records or modify existing ones in the Nowcerts system to maintain accurate insurance policy data.
Instructions
Insert or update a property
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| property | Yes |
Input Schema (JSON Schema)
{
"properties": {
"property": {
"required": true,
"type": "object"
}
},
"required": [
"property"
],
"type": "object"
}