Documents
Controller responsible for generating and managing various document types including worksheets, quote letters, and policy PDFs
| API | Description |
|---|---|
| GET WorksheetPDF/{quoteNumber} |
The Worksheet PDF service returns a PDF document of the Quote Worksheet |
| GET QuoteLetterPDF/{quoteNumber} |
The Quote Letter PDF service returns a PDF document of the Quote Letter |
| GET PolicyPDF/{policyNumber}/{endorsementNumber} |
Get the PDF for the policy |
| GET BinderPDF/{quoteNumber} |
The Binder PDF service returns a PDF document of the Quote Letter (same as Quote Letter PDF) |
Forms
Controller for managing forms-related operations including form retrieval, validation, and processing
| API | Description |
|---|---|
| POST forms/allForms?effectiveDate={effectiveDate}&states={states} |
Retrieves all available forms based on rating information, effective date, and states |
Quote
Admin
Controller for administrative operations and system health checks.
| API | Description |
|---|---|
| POST admin/host/ping |
Health check endpoint to verify the API is running and responsive. |
LookUp
| API | Description |
|---|---|
| GET LookUp/GetLocationsForCompanyByName?company={company} |
Gets locations for a specific company by company name |
| GET LookUp/GetUnderwritersForLocation?locationKey={locationKey} |
Gets underwriters for a specific location |
| GET LookUp/GetUnderwritersForCompany?companyKey={companyKey} |
Gets underwriters for a specific company |
| GET LookUp/PropertyLookUps |
Gets all property lookup lists in a single call |
| GET LookUp/InlandMarineLookups |
Gets all inland marine lookup lists in a single call |
| GET LookUp/GLLookUps |
Gets all GL lookup lists in a single call |
| GET LookUp/AllGLClassCodes |
Gets all GL class codes |
| GET LookUp/AllGLClassCodesWithFullInfo |
Gets all GL class codes with full rating information |
| GET LookUp/TriaTypes |
Gets TRIA types |
| GET LookUp/QuoteTypes |
Gets quote types |
Rating
Controller responsible for handling rating operations including quote rating, rate information requests, cache management, and validation operations
| API | Description |
|---|---|
| POST rpc/ReloadCache |
Reloads the cache for Rating Api. Also Reloads the cache for Data Feed, Form Service, and Location API |
| POST NonRatingChange?save={save}&forms={forms} |
Processes non-rating changes to a quote |
| POST rpc/RateInfoRequest |
Method used to get rates (which includes base rates and ILF for ISO rated class codes), exposures, additional questions for GL class codes and the low and high range for rating property |
| POST rpc/Rate?save={save}&forms={forms}&allForms={allForms} |
Calculates final rates, minimum premium, premium within and outside minimum premium requirements, total premium, etc. |