Get a Proposal's Coverage By Coverage Category

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

Returns a single coverage record by its ID within a given proposal and coverage domain. The response is a dynamic key-value dictionary whose fields depend on the domain's schema. The endpoint verifies that the record belongs to the specified proposal.

Examples

Scenario 1: Retrieve a specific coverage record:

GET /api/Quotes/Proposals/12345/Coverages/ProposalCLCoverage/501
200 OK
{
  "ProposalCLCoverageID": 501,
  "ProposalID": 12345,
  "ProposalCLScheduleID": 100,
  "CoverageID": 42,
  "Limit": 100000.00,
  "Deductible": 500.00
}

Scenario 2: Record does not belong to the specified proposal:

GET /api/Quotes/Proposals/99999/Coverages/ProposalCLCoverage/501
500 Internal Server Error
"ProposalCLCoverage with id 501 not found for ProposalID 99999."
Path Params
integer
required

The ID of the Proposal for which you are retrieving data.

string
required

The name of the Domain object for which you are retrieving coverages.

integer
required

The ID of the coverage record (ie, if my {domain} is Claim then this ID is the ClaimID).

Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json