Description | : Lists the available invoices for a subscription in reverse chronological order beginning with the most recent invoice. In preview, invoices are available via this API only for invoice periods which end December 1, 2016 or later |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Billing/invoices
{
subscriptionId:
string
,
$expand:
string
,
$filter:
string
,
$skiptoken:
string
,
$top:
integer
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
invoicePeriodStartDate:
string
,
invoicePeriodEndDate:
string
,
downloadUrl:
}
{
,
expiryTime:
string
,
url:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
}