---
title: "Queues downgrade billing plan request for an account."
method: PUT
path: "/v2.1/accounts/{accountId}/billing_plan/downgrade"
tags: ["BillingPlans"]
---

# Queues downgrade billing plan request for an account.

`PUT /v2.1/accounts/{accountId}/billing_plan/downgrade`

## Path parameters

- `accountId` string, required

## Request body

- DowngradeBillingPlanInformation
  - `downgradeEventType` string
  - `planInformation` PlanInformation — An object used to identify the features and attributes of the account being created.
    - `addOns` AddOn[] — Reserved for Docusign.
      - `active` string — Reserved for Docusign.
      - `addOnId` string — Reserved for Docusign.
      - `id` string — A unique ID for the Salesforce object.
      - `name` string — Reserved for Docusign.
    - `currencyCode` string — Specifies the [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code for the account.
    - `freeTrialDaysOverride` string — Reserved for Docusign.
    - `planFeatureSets` FeatureSet[] — Reserved for Docusign.
      - `currencyFeatureSetPrices` CurrencyFeatureSetPrice[] — Reserved for Docusign.
        - `currencyCode` string — Specifies the alternate ISO currency code for the account.
        - `currencySymbol` string — Reserved for Docusign.
        - `envelopeFee` string — Reserved for Docusign.
        - `fixedFee` string — Reserved for Docusign.
        - `seatFee` string — Reserved for Docusign.
      - `envelopeFee` string — Reserved for Docusign.
      - `featureSetId` string — Reserved for Docusign.
      - `fixedFee` string — Reserved for Docusign.
      - `is21CFRPart11` string — Reserved for Docusign.
      - `isActive` string — Reserved for Docusign.
      - `isEnabled` string — When **true,** the feature set is actively enabled as part of the plan.
      - `name` string — Reserved for Docusign.
      - `seatFee` string — Reserved for Docusign.
    - `planId` string — Docusign's ID for the account plan.
    - `recipientDomains` RecipientDomain[]
      - `active` string
      - `domainCode` string
      - `domainName` string
      - `recipientDomainId` string
  - `promoCode` string
  - `saleDiscount` string
  - `saleDiscountPeriods` string — Reserved for Docusign.
  - `saleDiscountType` string

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

---

[API](https://skmtc.net/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.net/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docusign/docusign-esignature-rest-api/revisions/77f1998c313d/schema)
