Get a specific Quote Template
Learn how to retrieve a specific quote template by the Settings API.
To get a specific Quote Template, the Id of the specific Quote Template is required as a path parameter. See the following request and a sample of 200 response.
HTTP request:
GET https://rest.zuora.com/settings/quote-templates/{id}
Response body:
{
"templateCategory": "Old",
"base64EncodedTemplateFileContent": "0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP...",
"suppressZeroValueLine": true,
"name": "My new Quote Template",
"defaultTemplate": false,
"templateFileName": "Zuora - Quote Template - English .doc",
"id": "bd5d1b5c07cfb36f20787340b4122184"
}