Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.04 KB

ReceiptApi.md

File metadata and controls

36 lines (22 loc) · 1.04 KB

{{classname}}

All URIs are relative to https://{customerId}.billabear.cloud/api/v1

Method HTTP request Description
DownloadReceipt Get /receipt/{receiptId}/download Download Receipt

DownloadReceipt

*os.File DownloadReceipt(ctx, receipt) Download Receipt

Returns the pdf blob for the Receipt

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
receipt string The id of the receipt

Return type

*os.File

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/pdf

[Back to top] [Back to API list] [Back to Model list] [Back to README]