Download OpenAPI specification:Download
OpenAPI specification for Repzo Quick Convert to PDF endpoints.
| documentType required | string Enum: "invoice" "proforma" "order" "quote" "receipt" Type of document to convert |
| documentId required | string ID of the document to convert |
| template | string Template to use for PDF generation |
object PDF generation options | |
| language | string Language for the PDF content |
{- "documentType": "invoice",
- "documentId": "string",
- "template": "string",
- "options": {
- "includeHeader": true,
- "includeFooter": true,
- "watermark": "string",
- "orientation": "portrait",
- "format": "A4"
}, - "language": "string"
}{- "success": true,
- "pdfUrl": "string",
- "filename": "string",
- "size": 0,
- "pages": 0,
- "generatedAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z"
}