| Description | : Generates the pricesheet for the provided billing period asynchronously based on the enrollment id |
| Reference | : Link ¶ |
⚼ Request
POST:
/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingPeriods/{billingPeriodName}/providers/Microsoft.Consumption/pricesheets/download
{
billingAccountId:
string
,
api-version:
string
,
billingPeriodName:
string
,
}
⚐ Response (200)
{
status:
enum
,
properties:
}
{
,
downloadUrl:
string
,
validTill:
string
,
}
⚐ Response (202)
{
location:
string
,
retry-after:
integer
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}