---
title: "POST /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/listInvoiceSectionsWithCreateSubscriptionPermission"
method: POST
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/listInvoiceSectionsWithCreateSubscriptionPermission"
tags: ["BillingAccounts"]
---

# POST /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/listInvoiceSectionsWithCreateSubscriptionPermission

`POST /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/listInvoiceSectionsWithCreateSubscriptionPermission`

Lists the invoice sections for which the user has permission to create Azure subscriptions. The operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.

## Path parameters

- `billingAccountName` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- InvoiceSectionListWithCreateSubPermissionResult — The list of invoice section properties with create subscription permission.
  - `value` InvoiceSectionWithCreateSubPermission[] — The list of invoice section properties with create subscription permission.
    - `invoiceSectionId` string — The ID of the invoice section.
    - `invoiceSectionDisplayName` string — The name of the invoice section.
    - `billingProfileId` string — The ID of the billing profile for the invoice section.
    - `billingProfileDisplayName` string — The name of the billing profile for the invoice section.
    - `billingProfileStatus` 'Active' | 'Disabled' | 'Warned' — The status of the billing profile.
    - `billingProfileStatusReasonCode` 'PastDue' | 'SpendingLimitReached' | 'SpendingLimitExpired' — Reason for the specified billing profile status.
    - `billingProfileSpendingLimit` 'Off' | 'On' — The billing profile spending limit.
    - `enabledAzurePlans` AzurePlan[] — Enabled azure plans for the associated billing profile.
      - `skuId` string — The sku id.
      - `skuDescription` string — The sku description.
  - `nextLink` string — The link (url) to the next page of results.

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/billingmanagementclient.md) · [All operations](https://skmtc.net/azure/apis/billingmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/billingmanagementclient/revisions/481e7355ac16/schema)
