nowcerts_quoteApplication_quoteRushPush
Push quote applications to QuoteRush for processing insurance quotes and applications through the NowCerts platform.
Instructions
Push quote applications via QuoteRush
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Input Schema (JSON Schema)
{
"properties": {
"data": {
"required": true,
"type": "object"
}
},
"required": [
"data"
],
"type": "object"
}