nowcerts_quote_insert
Add new insurance quotes to the NowCerts system by providing quote data through this insertion tool.
Instructions
Insert a new quote
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quote | Yes | Quote data |
Input Schema (JSON Schema)
{
"properties": {
"quote": {
"description": "Quote data",
"required": true,
"type": "object"
}
},
"required": [
"quote"
],
"type": "object"
}