post
https://{environment}.origamirisk.com/OrigamiApi/api/Policies//Endorse
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Creates an endorsement proposal for an existing policy. An endorsement is a mid-term modification to a bound policy — it creates a new Proposal record (of type "Endorsement") that copies the current policy's data so changes can be made, rated, and then bound as an updated version of the policy.
What this endpoint does:
- Loads the policy by
policyID - Determines whether this is an out-of-sequence (OOS) endorsement based on
changeEffectiveDate - Creates a new
Proposalrecord withType = "Endorsement"andStatus = "New" - Copies policy data (fields, coverages, schedules, lines of business, forms, deductibles, etc.) to the new proposal
- Fires
ProposalAddandProposalAddScriptevents - Returns the new
ProposalID
The endorsement proposal is created in New status. It is not automatically rated or bound. After creation, the caller would typically modify fields on the proposal, rate it, and then bind it through separate API calls.
This method creates a Policy endorsement. When successful, the ProposalID for the endorsement is returned.