post
https://{environment}.origamirisk.com/OrigamiApi/api/Quotes/Proposals//Rating/Queue
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Queues a proposal for asynchronous rating. Instead of running the rating engine synchronously and waiting for the result, this endpoint places the proposal into a background processing queue and returns immediately. Use GET /api/Quotes/Proposals/{proposalId}/Rating/Status to poll for completion.
Examples
Scenario 1: Successfully queue a proposal for rating:
POST /api/Quotes/Proposals/12345/Rating/Queue200 OK (no response body)Notes
- This is a fire-and-forget operation. The response does not indicate whether the rating will succeed, only that it was queued.
- After queuing, poll
GET /api/Quotes/Proposals/{proposalId}/Rating/Statusto check whether rating has completed, is still running, or has errored. - For synchronous rating, use
POST /api/Quotes/Proposals/{proposalId}/Rating/RunOptionsinstead.
200