Microsoft.Billing (stable:2024-08-01)

2025/10/23 • 1 deleted methods

PriceSheet_DownloadByBillingAccountPeriod (removed)
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 ,
}
,
]
,
}
,
}