Reinstate Proposal's Domain Coverage by Coverage Category

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

Overview

Reinstates a previously deleted coverage record within a proposal. This reverses a soft-delete, restoring the record to active status. The proposal must be in a modifiable state, and the domain must be a valid coverage or subcoverage type for the proposal.

Preconditions

  • The proposal must be modifiable (CanModify is true).
  • The domain must be a valid coverage or subcoverage domain for this proposal.
  • The coverage record must exist and have been previously deleted.

Examples

Scenario 1: Successfully reinstate a deleted coverage:

POST /api/Quotes/Proposals/12345/Coverages/ProposalCLCoverage/501/Reinstate
200 OK
{
  "IsSuccessful": true,
  "RecordID": 501,
  "Message": "Reinstate coverage with id 501 successfully."
}

Scenario 2: Proposal cannot be modified:

POST /api/Quotes/Proposals/12345/Coverages/ProposalCLCoverage/501/Reinstate
500 Internal Server Error
"Cannot modify Proposal with ID# 12345."
Path Params
integer
required

The ID of the Proposal.

string
required

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

integer
required

The ID of the coverage record.

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