| Description | : Gets the price sheet for a scope by subscriptionId. Price sheet is available via this API only for May 1, 2014 or later. |
| Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Consumption/pricesheets/default
{
$expand:
string
,
$skiptoken:
string
,
$top:
integer
,
subscriptionId:
string
,
api-version:
string
,
}
⚐ Response (200)
{
properties:
}
{
,
pricesheets:
[
]
,
{
,
billingPeriodId:
string
,
meterId:
string
,
meterDetails:
{
,
meterName:
string
,
meterCategory:
string
,
meterSubCategory:
string
,
unit:
string
,
meterLocation:
string
,
totalIncludedQuantity:
number
,
pretaxStandardRate:
number
,
}
unitOfMeasure:
string
,
includedQuantity:
number
,
partNumber:
string
,
unitPrice:
number
,
currencyCode:
string
,
offerId:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}