patch
https://{environment}.origamirisk.com/OrigamiApi/api/Quotes/Proposals/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Updates specific fields on an existing proposal. Only the fields included in the request body are modified — omitted fields are left unchanged. The request body uses the same Proposal entity schema and property names as creation. The same excluded fields that cannot be set during creation also cannot be set during update.
The proposal must be in a modifiable state. A proposal is not modifiable when:
- Its status is Bound (
B), Rejected (R), or Unapplied (0) - The proposal set it belongs to is already bound
- It has a pending expiry date change endorsement
If the proposal is not modifiable, the endpoint returns a failure response rather than applying changes.