| Description | : Gets a URL to download the pricesheet for an invoice. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. |
| Reference | : Link ¶ |
⚼ Request
POST:
/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoices/{invoiceName}/providers/Microsoft.CostManagement/pricesheets/default/download
{
api-version:
string
,
billingAccountName:
string
,
billingProfileName:
string
,
invoiceName:
string
,
}
⚐ Response (202)
{
location:
string
,
retry-after:
string
,
odata-entityid:
string
,
}
⚐ Response (200)
{
expiryTime:
string
,
validTill:
string
,
downloadUrl:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}