Queue Asynchronous Rating for a Proposal

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

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/Queue
200 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/Status to check whether rating has completed, is still running, or has errored.
  • For synchronous rating, use POST /api/Quotes/Proposals/{proposalId}/Rating/RunOptions instead.
Path Params
integer
required

The ID of the Proposal you are submitting to the queue.

Response
200
Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!