UNPKG

supersonic-models

Version:

Supersonic models and API specifications

26 lines (23 loc) 547 B
get: summary: Get a receipt in pdf format description: Send an encrypted receiptId to generate and download a pdf file receipt operationId: getReceiptPdf consumes: - application/json produces: - application/json parameters: - in: query name: receiptId description: Encrypted receiptId required: true type: string responses: "200": description: Success PDF receipt schema: type: file "401": description: Unauthorized "500": description: Internal Error