UNPKG

supersonic-models

Version:

Supersonic models and API specifications

23 lines (21 loc) 549 B
get: summary: Send the receipt through a sender description: Receives an encrypted receiptId to generate a pdf receipt and send it through a specific sender (e-mail, sms, etc). operationId: sendReceipt consumes: - application/json produces: - application/json parameters: - in: query name: receiptId description: Encrypted receiptId required: true type: string responses: "200": description: Success "401": description: Unauthorized "500": description: Internal Error