Generate Quote Document API
POST {{_endpoint}}/services/apexrest/SBQQ/ServiceRouter?loader=QuoteDocumentAPI.SaveProposal
Creates and saves a CPQ quote document. Available in: Salesforce CPQ Winter ’19 and later
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 |