Create and Save Quote Proposal API
POST {{_endpoint}}/services/apexrest/SBQQ/ServiceRouter?loader=QuoteDocumentAPI.SaveProposal
The Read Product API takes the request’s product ID, pricebook ID, and currency code and returns a Product model. The Product model loads the product from your catalog when the user requests it. Available in: Salesforce CPQ Summer ’16 and later Special Access Rules: Users must have read access to the product2 object.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
loader | string |
Request Body
{"saver"=>"SBQQ.QuoteDocumentAPI.Save", "model"=>{"name"=>"test", "quoteId"=>"<SFDC_ID>", "templateId"=>"<SFDC_ID>", "outputFormat"=>"PDF", "language"=>"en_US", "paperSize"=>"Default"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |