InsuranceNow API (5.0.0)
InsuranceNow's RESTful API is built according to the OpenAPI specification and provides access to InsuranceNow functionality. Developers can use the API to integrate InsuranceNow with portals and other third-party systems.
Available Product Changes
Retrieves a list of available products that can be rewritten into.
Determine the products that this quote or application can be written into based on the new effective date (e.g. 2016-01-01
) that is passed in.
path Parameters
systemId required | string System identifier of the quote or application. |
query Parameters
effectiveDt required | string <date> Effective date to have the application rewritten to. |
Responses
Response samples
- 200
- 400
- 500
Content type
application/json
{- "firstAllowedUseDt": "2019-08-24",
- "id": "string",
- "inherits": "string",
- "renewalStartDt": "2019-08-24",
- "renewalStopDt": "2019-08-24",
- "startDt": "2019-08-24",
- "stopDt": "2019-08-24",
- "version": "string"
}
Was this page helpful?