Footer Section
Explore

The accept quote API can be used to accept the Quote. If quote is accepted, API response returns 'True'.
The Quote Id value is a primitive string which needs to be accepted.
The name of the storefront used for the request.
curl --request POST \--url https://documentation.conga.com/quotes/quoteId/accept \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'Content-Type: application/json' \--header 'x-storefront: '
1{2"title": "success",3"status": 200,4"data": true5}