Accepting a Quote
This API accepts a quote or proposal.
API |
Signature |
---|---|
acceptQuote |
webService static Boolean acceptQuote(Id quoteOrProposalId) |
Request Parameter |
|||
---|---|---|---|
Name |
Type |
Required? |
Description |
QuoteID | ID |
Yes |
The id of the quote/proposal you want to accept. |
Response Parameter |
||
---|---|---|
Field |
Type |
Description |
isSuccess | Boolean |
Indicates whether the quote is accepted or not. The ID of the newly created cart object |
Code Sample
The following sample enables you to accepts quote with a Quote ID. Provide a Quote ID of the Quote or Proposal you want to accept. If the quote is successfully accepted, the API returns true, otherwise, the API returns false.
Integration Details
Use the following information in your integrations with CPQ Web Services API. Refer to Integrating Conga with External Systems for information on how to get started.