post
https://{environment}.origamirisk.com/OrigamiApi/api/Quotes/Proposals//QueueBindQuote
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Queues a proposal for asynchronous binding. Instead of binding synchronously and waiting for the result, this endpoint places the bind operation into a background processing queue and returns immediately. Use GET /api/Quotes/Proposals/{proposalId}/BindStatus to poll for completion.
Examples
Scenario 1: Queue a new quote for binding with annual billing:
POST /api/Quotes/Proposals/12345/QueueBindQuote?billingFrequencyCode=A200 OK (no response body)Scenario 2: Queue an endorsement for binding with "next bill" status:
POST /api/Quotes/Proposals/12345/QueueBindQuote?billingStatus=N200 OK (no response body) 200