Footer Section
Explore

The finalize quote API can be used to finalize the Quote and set the Apttus_Proposal__Approval_Stage__c of the quote to 'Approved'.
The Quote Id value is a primitive string which needs to be passed.
The name of the storefront used for the request.
curl --request POST \--url https://documentation.conga.com/quotes/quoteId/finalize \--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}