get https://{hostname}/invoicing-api/v4/contracts//invoices//download
Returns the content of the selected contract's invoice, credit memo, debit memo file, or usage data for Cloud Computing services.
The downloadable file is available in the response body. The format of the file
depends on the value of the Accept
header. Available formats are CSV
, PDF
,
and JSON
.
Recipes
Download a bill file
Open Recipe