Description | : Lists the available billing periods for a subscription in reverse chronological order. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Billing/billingPeriods
{
subscriptionId:
string
,
api-version:
string
,
$filter:
string
,
$skiptoken:
string
,
$top:
integer
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
billingPeriodStartDate:
string
,
billingPeriodEndDate:
string
,
invoiceIds:
}
[
,
string
,
]
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
}