post
https://{environment}.origamirisk.com/OrigamiApi/api/Policies//Accept
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Marks a proposal as accepted. The proposal's status changes to either Accepted or Accepted with Changes depending on whether the proposal has been modified since it was quoted. Acceptance may also generate a policy number if configured.
What this endpoint does:
- Loads the proposal by
proposalID - Validates the proposal can be accepted (permission, status, business rules, validations)
- Checks that any online payment has not been refunded
- If the proposal was modified since quoting: sets status to
Accepted with Changes; otherwiseAccepted - For renewals: generates or reuses a policy number
- For other types: generates a policy number if the PolicySet is configured to do so on accept
- Logs the action via workflow log and fires a status change event
Note: This endpoint does not set billingFrequency, installmentFees, totalCost, or securityDeposit on the proposal. If you need to set billing details, update the proposal through a separate call before or after acceptance.f