Description | : Lists the subscriptions for a billing account. The operation is currently supported for billing accounts with agreement type Microsoft Customer Agreement, Microsoft Partner Agreement and Microsoft Online Services Program. |
Reference | : Link ¶ |
⚼ Request
GET:
/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions
{
billingAccountName:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
autoRenew:
enum
,
beneficiaryTenantId:
string
,
billingFrequency:
string
,
billingProfileId:
string
,
billingPolicies:
object
,
billingProfileDisplayName:
string
,
billingProfileName:
string
,
consumptionCostCenter:
string
,
customerId:
string
,
customerDisplayName:
string
,
customerName:
string
,
displayName:
string
,
enrollmentAccountId:
string
,
enrollmentAccountDisplayName:
string
,
enrollmentAccountSubscriptionDetails:
{
,
subscriptionEnrollmentAccountStatus:
enum
,
enrollmentAccountStartDate:
string
,
}
invoiceSectionId:
string
,
invoiceSectionDisplayName:
string
,
invoiceSectionName:
string
,
lastMonthCharges:
{
,
currency:
string
,
value:
number
,
}
monthToDateCharges:
{
,
currency:
string
,
value:
number
,
}
nextBillingCycleDetails:
{
,
billingFrequency:
string
,
}
offerId:
string
,
productCategory:
string
,
productType:
string
,
productTypeId:
string
,
purchaseDate:
string
,
quantity:
integer
,
reseller:
{
,
resellerId:
string
,
description:
string
,
}
renewalTermDetails:
{
,
billingFrequency:
string
,
productTypeId:
string
,
quantity:
integer
,
skuId:
string
,
termDuration:
string
,
}
skuDescription:
string
,
skuId:
string
,
status:
enum
,
subscriptionId:
string
,
suspensionReasons:
[
,
string
,
]
termDuration:
string
,
termStartDate:
string
,
termEndDate:
string
,
}
totalCount:
number
,
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
}
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
}