get
https://{environment}.origamirisk.com/OrigamiApi/api/Quotes/Proposals//Validations/Queue
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Queues a proposal for asynchronous validation.
Unlike POST .../Validations/Run, which evaluates synchronously and returns results, this endpoint places the proposal into a background processing queue and returns immediately with no response body.
After queueing, poll GET .../Validations/Status to check when the evaluation is complete and retrieve the results. The ValidationStatus field will transition from Queued to a final status (e.g., Valid, Error) once processing finishes.
Examples
Scenario 1: Successfully queue a proposal for validation:
POST /api/Quotes/Proposals/12345/Validations/Queue200 OK (no response body) 200