Insurer
Contains actions relevant to Insurers
RFQ
Contains actions relevant to Request for Quote (RFQ)
| API | Description |
|---|---|
| GET api/v1.0/rfq/filter/{client} |
Get a filter description for the currently logged in user. For listing RFQ |
| GET api/v1.0/rfq/list/{client}/{sort}/{sortDir}/{gridFilter}/{pageFilter}/{keywords}/{page}/{size} |
Get a list of Quote Requests by various filters |
| GET api/v1.0/rfq/list/dart/{client}/{sort}/{sortDir}/{gridFilter}/{pageFilter}/{keywords}/{page}/{size} |
Get a list of Quote Requests by various filters. For DART |
| GET api/v1.0/rfq/view/{id} |
Get a view of a request |
| GET api/v1.0/rfq/itc |
Get a list of events for a request |
| GET api/v1.0/rfq/event/{id}/{page}/{size} |
No documentation available. |
| GET api/v1.0/rfq/event/dart/{id}/{page}/{size} |
Get a list of events for a request (DART system) |
| GET api/v1.0/rfq/generate/{request} |
Initiate a Full Quote Calculation by Request ID. |
| GET api/v1.0/rfq/generate/only/{request} |
No documentation available. |
| GET api/v1.0/rfq/generate/{request}/{insurer} |
Initiate a quote calculation for a specific insurer by Request ID and InsurerID |
| GET api/v1.0/rfq/generate/{request}/{insurer}/{code} |
Initiate a re-quote of a specific insurer by Request ID, Insurer ID and Generate Code |
| GET api/v1.0/rfq/result/{code} |
Get the results of a quote calculation by generation code |
| GET api/v1.0/rfq/request/{request} |
Get the results of a quote calculation by Request ID |
| GET api/v1.0/rfq/reprocess/{id} |
Reprocess the saving of a quote using the stored JSON in the database. |
| GET api/v1.0/rfq/xml/{request}/input/{insurer} |
Get the Input XML for a specific insurer on a request |
| GET api/v1.0/rfq/xml/{request}/output/{insurer} |
Get the Output XML for a specific insurer on a request |
| GET api/v1.0/rfq/xml/{request}/input/QE |
Get the Quoting Engine XML used to create a request. |
| GET api/v1.0/rfq/xml/{request}/output/QE |
Get the Quoting Engine XML containing the request and the calculated quote responses. |
| GET api/v1.0/rfq/doc/pdf/{request} |
Get a pdf document in binary format for display on systems |
| GET api/v1.0/rfq/doc/pdf/{request}/{insurer} |
Get a pdf document in binary format for a single insurer for display on systems |
| GET api/v1.0/rfq/doc/html/{request} |
Get an HTML document for display on systems |
| GET api/v1.0/rfq/doc/html/{request}/{insurer} |
Get an HTML Document for a single insurer for display on systems |
| GET api/v1.0/rfq/doc/parts/{request} |
Get part of a PDF document for display on systems |
| POST api/v1.0/rfq/send |
Send an email PDF of this quote |
| GET api/v1.0/rfq/pick/{requestID}/{insurerID} |
Submit a request to the insurer that the prospect wishes to move forward with their quote. |
| POST api/v1.0/rfq/pick |
No documentation available. |
| POST api/v1.0/rfq/pick2 |
No documentation available. |
| GET api/v1.0/rfq/itc/{client} |
No documentation available. |
| GET api/v1.0/rfq/reasons |
Add a new request for quote by Form JSON |
| POST api/v1.0/rfq |
No documentation available. |
| POST api/v1.0/rfq/generate |
No documentation available. |
| POST api/v1.0/rfq/dart |
No documentation available. |
| POST api/v1.0/rfq/update |
Update a request for quote by Form JSON |
| POST api/v1.0/rfq/submit |
Add/Update a request by XML |
| POST api/v1.0/rfq/change/VAP |
No documentation available. |
| POST api/v1.0/rfq/change/item/VAP |
No documentation available. |
| POST api/v1.0/rfq/status |
No documentation available. |
Broker
Contains actions relevant to brokers
System
| API | Description |
|---|---|
| GET api/v1.0/system/clients/{sort}/{sortDir}/{gridFilter}/{pageFilter}/{keywords}/{page}/{size} |
No documentation available. |
Administrator
Contains actions relevant to Administrators
Question
Provides Question Based information
| API | Description |
|---|---|
| GET api/v1.0/question/load/{request}/{form}/{section}/{item}/{index} |
Get a list of questions for a request by form, section, item and index. |
| GET api/v1.0/question/load/{client}/{request}/{form}/{section}/{item}/{index} |
Get a list of question for a client by request,form, section, item and index |
| GET api/v1.0/question/view/{request} |
Load a request for view |
| GET api/v1.0/question/filter |
No documentation available. |
| GET api/v1.0/question/list/{filter}/{sort}/{sortDir}/{gridFilter}/{pageFilter}/{keywords}/{page}/{size} |
No documentation available. |
| GET api/v1.0/question/sections |
Get a list of Risk Item Sections for select/dropdown/combobox |
| GET api/v1.0/question/sections/dart |
Get a list of Risk Item Sections for select/dropdown/combobox. For DART |