PUT /v1/subscriptions/{subscription-key}
Use this call to make the following kinds of changes to a subscription:
- Add a note
- Change the renewal term or auto-renewal flag
- Change the term length or change between evergreen and termed
- Add a new product rate plan
- Remove an existing subscription rate plan
- Change the quantity or price of an existing subscription rate plan
- Change rate plans - to replace the existing rate plans in a subscription with other rate plans. Changing rate plans is currently not supported for Billing - Revenue Integration. When Billing - Revenue Integration is enabled, changing rate plans will no longer be applicable in Zuora Billing.
Notes
- The "Update a subscription" call creates a new subscription object that has a new version number and to which the subscription changes are applied. The new subscription object has the same subscription name but a new, different, subscription ID. The
Status
field of the new subscription object will be set toActive
unless the change applied was a cancelation or suspension in which case the status reflects that. TheStatus
field of the originating subscription object changes fromActive
toExpired
. A status ofExpired
does not imply that the subscription itself has expired or ended, merely that this subscription object is no longer the most recent. - In one request, this call can make:
- Up to 9 combined add, update, and remove changes
- No more than 1 change to terms & conditions
- Updates are performed in the following sequence:
- First change the notes on the existing subscription, if requested.
- Then change the terms and conditions, if requested.
- Then perform the remaining amendments based upon the effective dates specified. If multiple amendments have the same contract-effective dates, then execute adds before updates, and updates before removes.
- The update operation is atomic. If any of the updates fails, the entire operation is rolled back.
- The response of the Update Subscription call is based on the REST API minor version you set in the request header. The response structure might be different if you use different minor version numbers.
- If you have the Invoice Settlement feature enabled, it is best practice to set the
zuora-version
parameter to211.0
or later available versions. Otherwise, an error occurs.
Override a Tiered Price
There are two ways you override a tiered price:
-
Override a specific tier number For example:
tiers[{tier:1,price:8},{tier:2,price:6}]
-
Override the entire tier structure For example:
tiers[{tier:1,price:8,startingUnit:1,endingUnit:100,priceFormat:"FlatFee"}, {tier:2,price:6,startingUnit:101,priceFormat:"FlatFee"}]
If you just override a specific tier, do not include the startingUnit
field in the request.
Servers
- https://rest.test.zuora.com
- https://rest.sandbox.na.zuora.com
- https://rest.apisandbox.zuora.com
- https://rest.na.zuora.com
- https://rest.zuora.com
- https://rest.test.eu.zuora.com
- https://rest.sandbox.eu.zuora.com
- https://rest.eu.zuora.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
subscription-key |
String | Yes |
Subscription number or ID. ID can be the latest version or any history version of ID.
|
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Content-Encoding |
String | No |
Include the |
Zuora-Track-Id |
String | No |
A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon ( |
zuora-version |
String | No |
The minor version of the Zuora REST API. You need to set this parameter if you use the following fields:
If you have the Invoice Settlement feature enabled, you need to specify this parameter. Otherwise, an error is returned. See Zuora REST API Versions for more information. |
Authorization |
String | No |
The value is in the |
Zuora-Entity-Ids |
String | No |
An entity ID. If you have Zuora Multi-entity enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header. |
Zuora-Org-Ids |
String | No |
Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs. |
Accept-Encoding |
String | No |
Include the If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
renewalSetting |
String | No |
Specifies whether a termed subscription will remain Values are:
|
bookingDate |
String | No |
The booking date that you want to set for the contract when you change the |
renewalTermPeriodType |
String | No |
The period type for the subscription renewal term. This field is used with the Values are:
|
invoiceSeparately |
Boolean | No |
Separates a single subscription from other subscriptions and invoices the charge independently. If the value is The default value is |
includeExistingDraftDocItems |
Boolean | No |
Specifies whether to include draft invoice items in subscription previews. Values are:
Note: This field is in Zuora REST API version control. Supported minor versions are 207.0 or later available versions. To use this field in the method, you must set the zuora-version parameter to the minor version number in the request header. |
collect |
Boolean | No |
Collects an automatic payment for a subscription. The collection generated in this operation is only for this subscription, not for the entire customer account. If the value is Prerequisite: The Note: This field is only available if you set the Default value: false |
termStartDate |
String | No |
Date the subscription term begins, as yyyy-mm-dd. If this is a renewal subscription, this date is different from the subscription start date. |
QuoteType__QT |
String | No |
The Quote type that represents the subscription lifecycle stage such as New, Amendment, Renew or Cancel. This field is used in Zuora data sources to report on Subscription metrics. If the subscription originated from Zuora Quotes, the value is populated with the value from Zuora Quotes. |
SalesOrder__NS |
String | No |
The NetSuite sales order than the subscription was created from. Only available if you have installed the Zuora Connector for NetSuite. |
runBilling |
Boolean | No |
Creates an invoice for a subscription. If you have the Invoice Settlement feature enabled, a credit memo might also be created based on the invoice and credit memo generation rule. The billing documents generated in this operation is only for this subscription, not for the entire customer account. Possible values:
Note: This field is in Zuora REST API version control. Supported
minor versions are Possible values:
Default value: false |
renewalTerm |
Integer | No |
The length of the period for the subscription renewal term. Default is |
SyncDate__NS |
String | No |
Date when the subscription was synchronized with NetSuite. Only available if you have installed the Zuora Connector for NetSuite. |
autoRenew |
Boolean | No |
If |
creditMemoReasonCode |
String | No |
A code identifying the reason for the credit memo transaction that is generated by the request. The value must be an existing reason code. If you do not pass the field or pass the field with empty value, Zuora uses the default reason code. |
CpqBundleJsonId__QT |
String | No |
The Bundle product structures from Zuora Quotes if you utilize Bundling in Salesforce. Do not change the value in this field. |
add[] |
Array | No |
Container for adding one or more rate plans. |
add[].bookingDate |
String | No |
The booking date that you want to set for the amendment contract. The booking date of an amendment is the equivalent of the order date of an order. This field must be in the |
add[].customerAcceptanceDate |
String | No |
The date when the customer accepts the contract in yyyy-mm-dd format. If this field is not set:
The billing trigger dates must follow this rule: contractEffectiveDate <= serviceActivationDate <= contractAcceptanceDate |
add[].externalCatalogPlanId |
String | No |
An external ID of the product rate plan to be added. You can use this field to specify a product rate plan that is imported from an external system. The value of the Note: If both |
add[].externalIdSourceSystem |
String | No |
The ID of the external source system. You can use this field and Note: If both |
add[].externallyManagedPlanId |
String | No |
Indicates the unique identifier for the rate plan purchased on a third-party store. This field is used to represent a subscription rate plan created through third-party stores. |
add[].chargeOverrides[] |
Array | No |
This optional container is used to override the quantity of one or more product rate plan charges for this subscription. |
add[].chargeOverrides[].chargeModelConfiguration |
Object | No |
Container for charge model configuration data. Note: This field is only available if you have the High Water Mark, Pre-Rated Pricing, or Multi-Attribute Pricing charge models enabled. These charge models are available for customers with Enterprise and Nine editions by default. If you are a Growth customer, see Zuora Editions for pricing information. |
add[].chargeOverrides[].chargeModelConfiguration.formula |
String | No |
The pricing formula to calculate actual rating amount for each usage record. This field is only available for the usage-based charges that use the Multi-Attribute Pricing charge model. The charge model is available for customers with Enterprise and Nine editions by default. If you are a Growth customer, see Zuora Editions for pricing information. |
add[].chargeOverrides[].chargeModelConfiguration.customFieldPerUnitRate |
String | No |
The custom field that carries the per-unit rate for each usage record. For example, This field is only available for the usage-based charges that use the Pre-Rated Per Unit Pricing charge model. The charge model is available for customers with Enterprise and Nine editions by default. If you are a Growth customer, see Zuora Editions for pricing information. |
add[].chargeOverrides[].chargeModelConfiguration.customFieldTotalAmount |
String | No |
The custom field that carries the total amount to charge for a usage record. For example, This field is only available for the usage-based charges that use the Pre-Rated Pricing charge model. The charge model is available for customers with Enterprise and Nine editions by default. If you are a Growth customer, see Zuora Editions for pricing information. |
add[].chargeOverrides[].ratingGroup |
String | No |
Specifies a rating group based on which usage records are rated. Possible values:
Note:
|
add[].chargeOverrides[].description |
String | No |
Description of the charge. |
add[].chargeOverrides[].upToPeriodsType |
String | No |
The period type used to define when the charge ends. Values:
You must use this field together with the This field is applicable only when the |
add[].chargeOverrides[].applyDiscountTo |
String | No |
Specifies the type of charges that you want a specific discount to apply to. Values:
Available for the following charge type for the Discount-Fixed Amount and Discount-Percentage charge models:
|
add[].chargeOverrides[].billCycleDay |
String | No |
Sets the bill cycle day (BCD) for the charge. The BCD determines which day of the month customer is billed. Values: Available for the following charge types:
|
add[].chargeOverrides[].isAllocationEligible |
Boolean | No |
This field is used to identify if the charge segment is allocation eligible in revenue recognition. Note: This feature is in the Early Adopter phase. If you want to use the feature, submit a request at Zuora Global Support, and we will evaluate whether the feature is suitable for your use cases. |
add[].chargeOverrides[].overageUnusedUnitsCreditOption |
String | No |
Determines whether to credit the customer with unused units of usage. Values:
Available for the following charge type for the Overage and Tiered with Overage charge models:
|
add[].chargeOverrides[].triggerEvent |
String | No |
Specifies when to start billing the customer for the charge. Values:
|
add[].chargeOverrides[].billingPeriodAlignment |
String | No |
Aligns charges within the same subscription if multiple charges begin on different dates. Values:
Available for the following charge types:
|
add[].chargeOverrides[].excludeItemBillingFromRevenueAccounting |
Boolean | No |
The flag to exclude rate plan charge related invoice items, invoice item adjustments, credit memo items, and debit memo items from revenue accounting. Note: This field is only available if you have the Billing - Revenue Integration feature enabled. Default value: false |
add[].chargeOverrides[].specificEndDate |
String | No |
Defines when the charge ends after the charge trigger date. This field is only applicable when the If the subscription ends before the specific end date, the charge ends when the subscription ends. But if the subscription end date is subsequently changed through a Renewal, or Terms and Conditions amendment, the charge will end on the specific end date. |
add[].chargeOverrides[].tiers[] |
Array | No |
Container for Volume, Tiered or Tiered with Overage charge models. Supports the following charge types:
|
add[].chargeOverrides[].tiers[].price |
Number | Yes |
Price of the tier if the charge is a flat fee, or the price of each unit in the tier if the charge model is tiered pricing. |
add[].chargeOverrides[].tiers[].tier |
Integer | Yes |
Unique number that identifies the tier that the price applies to. |
add[].chargeOverrides[].tiers[].startingUnit |
Number | No |
Starting number of a range of units for the tier. |
add[].chargeOverrides[].tiers[].priceFormat |
String | No |
Indicates if pricing is a flat fee or is per unit. Values:
|
add[].chargeOverrides[].tiers[].endingUnit |
Number | No |
End number of a range of units for the tier. |
add[].chargeOverrides[].priceIncreasePercentage |
Number | No |
Specifies the percentage to increase or decrease the price of a termed subscription's renewal. Required if you set the Decimal between -100 and 100. Available for the following charge types:
Not available for the Fixed-Amount Discount charge model. |
add[].chargeOverrides[].billingTiming |
String | No |
Billing timing for the charge for recurring charge types. Not avaliable for one time, usage and discount charges. Values:
|
add[].chargeOverrides[].priceChangeOption |
String | No |
Applies an automatic price change when a termed subscription is renewed. The Zuora Billing Admin setting Enable Automatic Price Change When Subscriptions are Renewed? must be set to Yes to use this field. See Define Default Subscription Settings for more information on setting this option. Values:
Available for the following charge types:
|
add[].chargeOverrides[].triggerDate |
String | No |
Specifies when to start billing the customer for the charge. Required if the |
add[].chargeOverrides[].amendedByOrderOn |
String | No |
The date when the rate plan charge is amended through an order or amendment. This field is not updatable. This field is to standardize the booking date information to increase audit ability and traceability of data between Zuora Billing and Zuora Revenue. It is mapped as the booking date for a sale order line in Zuora Revenue. |
add[].chargeOverrides[].discountPercentage |
Number | No |
Specifies the percentage of a percentage discount. Available for the following charge type for the Discount-Percentage charge model:
|
add[].chargeOverrides[].overagePrice |
Number | No |
Price for units over the allowed amount. Available for the following charge type for the Overage and Tiered with Overage charge models:
|
add[].chargeOverrides[].discountAmount |
Number | No |
Specifies the amount of fixed-amount discount. Available for the following charge type for the Discount-Fixed Amount charge model:
|
add[].chargeOverrides[].includedUnits |
Number | No |
Specifies the number of units in the base set of units for this charge. Must be >= Available for the following charge type for the Overage charge model:
|
add[].chargeOverrides[].numberOfPeriods |
Integer | No |
Specifies the number of periods to use when calculating charges in an overage smoothing charge model. Available for the following charge type for the Overage and Tiered with Overage charge models:
|
add[].chargeOverrides[].originalOrderDate |
String | No |
The date when the rate plan charge is created through an order or amendment. This field is not updatable. This field is to standardize the booking date information to increase audit ability and traceability of data between Zuora Billing and Zuora Revenue. It is mapped as the booking date for a sale order line in Zuora Revenue. |
add[].chargeOverrides[].price |
Number | No |
Price for units in the subscription rate plan. Supports all charge types for the Flat Fee and Per Unit charge models |
add[].chargeOverrides[].unusedUnitsCreditRates |
Number | No |
Specifies the rate to credit a customer for unused units of usage. This field applies only for overage charge models when the Available for the following charge type for the Overage and Tiered with Overage charge models:
|
add[].chargeOverrides[].number |
String | No |
Unique number that identifies the charge. System-generated if not provided. |
add[].chargeOverrides[].billingPeriod |
String | No |
Billing period for the charge. The start day of the billing period is also called the bill cycle day (BCD). When you renew a subscription, the current subscription term is extended by creating a new term. If any charge in your subscription has the billing period set as Values:
Available for the following charge types:
|
add[].chargeOverrides[].quantity |
Number | No |
Number of units. Must be >= Available for the following charge types for the Per Unit, Volume Pricing, and Tiered Pricing charge models:
|
add[].chargeOverrides[].endDateCondition |
String | No |
Defines when the charge ends after the charge trigger date. If the subscription ends before the charge end date, the charge ends when the subscription ends. But if the subscription end date is subsequently changed through a Renewal, or Terms and Conditions amendment, the charge will end on the charge end date. Values:
|
add[].chargeOverrides[].listPriceBase |
String | No |
The list price base for the product rate plan charge. Values:
Available for the following charge type for the Flat Fee, Per Unit, Volume Pricing, and Tiered Pricing charge models:
|
add[].chargeOverrides[].excludeItemBookingFromRevenueAccounting |
Boolean | No |
The flag to exclude rate plan charges from revenue accounting. Note: This field is only available if you have the Billing - Revenue Integration feature enabled. Default value: false |
add[].chargeOverrides[].specificListPriceBase |
Integer | No |
The number of months for the list price base of the charge. This field is required if you set the value of the Note:
|
add[].chargeOverrides[].upToPeriods |
Integer | No |
The period type used to define when the charge ends. Values:
You must use this field together with the This field is applicable only when the |
add[].chargeOverrides[].billCycleType |
String | No |
Specifies how to determine the billing day for the charge. When this field is set to Values:
Available for the following charge types:
|
add[].chargeOverrides[].specificBillingPeriod |
Integer | No |
Specifies the number of month or week for the charges billing period. Required if you set the value of the Available for the following charge types:
|
add[].chargeOverrides[].productRatePlanChargeNumber |
String | No |
Number of a product rate-plan charge for this subscription. |
add[].chargeOverrides[].discountLevel |
String | No |
Specifies if the discount applies to the product rate plan only , the entire subscription, or to any activity in the account. Values:
Available for the following charge type for the Discount-Fixed Amount and Discount-Percentage charge models:
|
add[].chargeOverrides[].productRatePlanChargeId |
String | Yes | |
add[].chargeOverrides[].isUnbilled |
Boolean | No |
This field is used to dictate how to perform the accounting during revenue recognition. Note: This feature is in the Early Adopter phase. If you want to use the feature, submit a request at Zuora Global Support, and we will evaluate whether the feature is suitable for your use cases. |
add[].contractEffectiveDate |
String | Yes |
The date when the amendment changes take effect. The format of the date is yyyy-mm-dd. If there is already a future-dated Update Product amendment on the subscription, the |
add[].serviceActivationDate |
String | No |
The date when the new product in the subscription is activated in yyyy-mm-dd format. You must specify a Service Activation date if the Customer Acceptance date is set. If the Customer Acceptance date is not set, the value of the The billing trigger dates must follow this rule: contractEffectiveDate <= serviceActivationDate <= contractAcceptanceDate |
add[].productRatePlanId |
String | No |
ID of a product rate plan for this subscription |
add[].productRatePlanNumber |
String | No |
Number of a product rate plan for this subscription |
previewType |
String | No |
The type of preview you will receive. This field is in Zuora REST API version control. The supported values of this field depend on the REST API minor version you specified in the request header.
. |
IntegrationStatus__NS |
String | No |
Status of the subscription's synchronization with NetSuite. Only available if you have installed the Zuora Connector for NetSuite. |
IntegrationId__NS |
String | No |
ID of the corresponding object in NetSuite. Only available if you have installed the Zuora Connector for NetSuite. |
includeExistingDraftInvoiceItems |
Boolean | No |
Specifies whether to include draft invoice items in subscription previews. Values are:
Note: This field is in Zuora REST API version control. Supported minor versions are 186.0, 187.0, 188.0, 189.0, 196.0, and 206.0. . |
applyCredit |
Boolean | No |
Whether to automatically apply credit memos or unapplied payments, or both to an invoice. If the value is Note: This field is only available if you have Invoice Settlement enabled. The Invoice Settlement feature is generally available as of Zuora Billing Release 296 (March 2021). This feature includes Unapplied Payments, Credit and Debit Memo, and Invoice Item Settlement. If you want to enable Invoice Settlement, see Invoice Settlement Enablement and Checklist Guide for more information. |
currentTerm |
Integer | No |
The length of the period for the current subscription term. If |
targetDate |
String | No |
Date through which to calculate charges if an invoice or a credit memo is generated, as yyyy-mm-dd. Default is current date. Note: The credit memo is only available if you have the Invoice Settlement feature enabled. This field is in Zuora REST API version control. Supported minor
versions are |
OpportunityCloseDate__QT |
String | No |
The closing date of the Opportunity. This field is used in Zuora data sources to report on Subscription metrics. If the subscription originated from Zuora Quotes, the value is populated with the value from Zuora Quotes. |
change[] |
Array | No |
Use this field to change one or more rate plans - to replace the existing rate plans in a subscription with other rate plans. Note: Changing rate plans is currently not supported for Billing - Revenue Integration. When Billing - Revenue Integration is enabled, changing rate plans will no longer be applicable in Zuora Billing. |
change[].bookingDate |
String | No |
The booking date that you want to set for the amendment contract. The booking date of an amendment is the equivalent of the order date of an order. This field must be in the |
change[].newExternalIdSourceSystem |
String | No |
The ID of the external source system. You can use this field and Note: If both |
change[].newProductRatePlanId |
String | No |
ID of a product rate plan for this subscription. |
change[].newProductRatePlanNumber |
String | No |
Number of a product rate plan for this subscription. |
change[].contractEffectiveDate |
String | No |
Effective date of the new subscription, as yyyy-mm-dd. |
change[].subType |
String | No |
Use this field to choose the sub type for your change plan amendment. However, if you do not set this field, the field will be automatically generated by the system according to the following rules: When the old and new rate plans are within the same Grading catalog group:
When the old and new rate plans are not in the same Grading catalog group, or either has no group, this is "PlanChanged". Possible values:
|
change[].customerAcceptanceDate |
String | No |
The date when the customer accepts the contract in yyyy-mm-dd format. When this field is not set:
The billing trigger dates must follow this rule: contractEffectiveDate <= serviceActivationDate <= contractAcceptanceDate |
change[].externalCatalogPlanId |
String | No |
An external ID of the rate plan to be removed. You can use this field to specify an existing rate plan in your subscription. The value of the Note: Provide only one of |
change[].externalIdSourceSystem |
String | No |
The ID of the external source system. You can use this field and Note: If both |
change[].resetBcd |
Boolean | No |
If resetBcd is true then reset the Account BCD to the effective date; if it is false keep the original BCD. Default value: false |
change[].effectivePolicy |
String | No |
The default value for the
Notes:
Possible values:
|
change[].chargeOverrides[] |
Array | No |
This optional container is used to override one or more product rate plan charges for this subscription. |
change[].chargeOverrides[].chargeModelConfiguration |
Object | No |
Container for charge model configuration data. Note: This field is only available if you have the High Water Mark, Pre-Rated Pricing, or Multi-Attribute Pricing charge models enabled. These charge models are available for customers with Enterprise and Nine editions by default. If you are a Growth customer, see Zuora Editions for pricing information. |
change[].chargeOverrides[].chargeModelConfiguration.formula |
String | No |
The pricing formula to calculate actual rating amount for each usage record. This field is only available for the usage-based charges that use the Multi-Attribute Pricing charge model. The charge model is available for customers with Enterprise and Nine editions by default. If you are a Growth customer, see Zuora Editions for pricing information. |
change[].chargeOverrides[].chargeModelConfiguration.customFieldPerUnitRate |
String | No |
The custom field that carries the per-unit rate for each usage record. For example, This field is only available for the usage-based charges that use the Pre-Rated Per Unit Pricing charge model. The charge model is available for customers with Enterprise and Nine editions by default. If you are a Growth customer, see Zuora Editions for pricing information. |
change[].chargeOverrides[].chargeModelConfiguration.customFieldTotalAmount |
String | No |
The custom field that carries the total amount to charge for a usage record. For example, This field is only available for the usage-based charges that use the Pre-Rated Pricing charge model. The charge model is available for customers with Enterprise and Nine editions by default. If you are a Growth customer, see Zuora Editions for pricing information. |
change[].chargeOverrides[].ratingGroup |
String | No |
Specifies a rating group based on which usage records are rated. Possible values:
Note:
|
change[].chargeOverrides[].description |
String | No |
Description of the charge. |
change[].chargeOverrides[].upToPeriodsType |
String | No |
The period type used to define when the charge ends. Values:
You must use this field together with the This field is applicable only when the |
change[].chargeOverrides[].applyDiscountTo |
String | No |
Specifies the type of charges that you want a specific discount to apply to. Values:
Available for the following charge type for the Discount-Fixed Amount and Discount-Percentage charge models:
|
change[].chargeOverrides[].billCycleDay |
String | No |
Sets the bill cycle day (BCD) for the charge. The BCD determines which day of the month customer is billed. Values: Available for the following charge types:
|
change[].chargeOverrides[].isAllocationEligible |
Boolean | No |
This field is used to identify if the charge segment is allocation eligible in revenue recognition. Note: This feature is in the Early Adopter phase. If you want to use the feature, submit a request at Zuora Global Support, and we will evaluate whether the feature is suitable for your use cases. |
change[].chargeOverrides[].overageUnusedUnitsCreditOption |
String | No |
Determines whether to credit the customer with unused units of usage. Values:
Available for the following charge type for the Overage and Tiered with Overage charge models:
|
change[].chargeOverrides[].triggerEvent |
String | No |
Specifies when to start billing the customer for the charge. Values:
|
change[].chargeOverrides[].billingPeriodAlignment |
String | No |
Aligns charges within the same subscription if multiple charges begin on different dates. Values:
Available for the following charge types:
|
change[].chargeOverrides[].excludeItemBillingFromRevenueAccounting |
Boolean | No |
The flag to exclude rate plan charge related invoice items, invoice item adjustments, credit memo items, and debit memo items from revenue accounting. Note: This field is only available if you have the Billing - Revenue Integration feature enabled. Default value: false |
change[].chargeOverrides[].specificEndDate |
String | No |
Defines when the charge ends after the charge trigger date. This field is only applicable when the If the subscription ends before the specific end date, the charge ends when the subscription ends. But if the subscription end date is subsequently changed through a Renewal, or Terms and Conditions amendment, the charge will end on the specific end date. |
change[].chargeOverrides[].tiers[] |
Array | No |
Container for Volume, Tiered or Tiered with Overage charge models. Supports the following charge types:
|
change[].chargeOverrides[].tiers[].price |
Number | Yes |
Price of the tier if the charge is a flat fee, or the price of each unit in the tier if the charge model is tiered pricing. |
change[].chargeOverrides[].tiers[].tier |
Integer | Yes |
Unique number that identifies the tier that the price applies to. |
change[].chargeOverrides[].tiers[].startingUnit |
Number | No |
Starting number of a range of units for the tier. |
change[].chargeOverrides[].tiers[].priceFormat |
String | No |
Indicates if pricing is a flat fee or is per unit. Values:
|
change[].chargeOverrides[].tiers[].endingUnit |
Number | No |
End number of a range of units for the tier. |
change[].chargeOverrides[].priceIncreasePercentage |
Number | No |
Specifies the percentage to increase or decrease the price of a termed subscription's renewal. Required if you set the Decimal between -100 and 100. Available for the following charge types:
Not available for the Fixed-Amount Discount charge model. |
change[].chargeOverrides[].billingTiming |
String | No |
Billing timing for the charge for recurring charge types. Not avaliable for one time, usage and discount charges. Values:
|
change[].chargeOverrides[].priceChangeOption |
String | No |
Applies an automatic price change when a termed subscription is renewed. The Zuora Billing Admin setting Enable Automatic Price Change When Subscriptions are Renewed? must be set to Yes to use this field. See Define Default Subscription Settings for more information on setting this option. Values:
Available for the following charge types:
|
change[].chargeOverrides[].triggerDate |
String | No |
Specifies when to start billing the customer for the charge. Required if the |
change[].chargeOverrides[].amendedByOrderOn |
String | No |
The date when the rate plan charge is amended through an order or amendment. This field is not updatable. This field is to standardize the booking date information to increase audit ability and traceability of data between Zuora Billing and Zuora Revenue. It is mapped as the booking date for a sale order line in Zuora Revenue. |
change[].chargeOverrides[].discountPercentage |
Number | No |
Specifies the percentage of a percentage discount. Available for the following charge type for the Discount-Percentage charge model:
|
change[].chargeOverrides[].overagePrice |
Number | No |
Price for units over the allowed amount. Available for the following charge type for the Overage and Tiered with Overage charge models:
|
change[].chargeOverrides[].discountAmount |
Number | No |
Specifies the amount of fixed-amount discount. Available for the following charge type for the Discount-Fixed Amount charge model:
|
change[].chargeOverrides[].includedUnits |
Number | No |
Specifies the number of units in the base set of units for this charge. Must be >= Available for the following charge type for the Overage charge model:
|
change[].chargeOverrides[].numberOfPeriods |
Integer | No |
Specifies the number of periods to use when calculating charges in an overage smoothing charge model. Available for the following charge type for the Overage and Tiered with Overage charge models:
|
change[].chargeOverrides[].originalOrderDate |
String | No |
The date when the rate plan charge is created through an order or amendment. This field is not updatable. This field is to standardize the booking date information to increase audit ability and traceability of data between Zuora Billing and Zuora Revenue. It is mapped as the booking date for a sale order line in Zuora Revenue. |
change[].chargeOverrides[].price |
Number | No |
Price for units in the subscription rate plan. Supports all charge types for the Flat Fee and Per Unit charge models |
change[].chargeOverrides[].unusedUnitsCreditRates |
Number | No |
Specifies the rate to credit a customer for unused units of usage. This field applies only for overage charge models when the Available for the following charge type for the Overage and Tiered with Overage charge models:
|
change[].chargeOverrides[].number |
String | No |
Unique number that identifies the charge. System-generated if not provided. |
change[].chargeOverrides[].billingPeriod |
String | No |
Billing period for the charge. The start day of the billing period is also called the bill cycle day (BCD). When you renew a subscription, the current subscription term is extended by creating a new term. If any charge in your subscription has the billing period set as Values:
Available for the following charge types:
|
change[].chargeOverrides[].quantity |
Number | No |
Number of units. Must be >= Available for the following charge types for the Per Unit, Volume Pricing, and Tiered Pricing charge models:
|
change[].chargeOverrides[].endDateCondition |
String | No |
Defines when the charge ends after the charge trigger date. If the subscription ends before the charge end date, the charge ends when the subscription ends. But if the subscription end date is subsequently changed through a Renewal, or Terms and Conditions amendment, the charge will end on the charge end date. Values:
|
change[].chargeOverrides[].listPriceBase |
String | No |
The list price base for the product rate plan charge. Values:
Available for the following charge type for the Flat Fee, Per Unit, Volume Pricing, and Tiered Pricing charge models:
|
change[].chargeOverrides[].excludeItemBookingFromRevenueAccounting |
Boolean | No |
The flag to exclude rate plan charges from revenue accounting. Note: This field is only available if you have the Billing - Revenue Integration feature enabled. Default value: false |
change[].chargeOverrides[].specificListPriceBase |
Integer | No |
The number of months for the list price base of the charge. This field is required if you set the value of the Note:
|
change[].chargeOverrides[].upToPeriods |
Integer | No |
The period type used to define when the charge ends. Values:
You must use this field together with the This field is applicable only when the |
change[].chargeOverrides[].billCycleType |
String | No |
Specifies how to determine the billing day for the charge. When this field is set to Values:
Available for the following charge types:
|
change[].chargeOverrides[].specificBillingPeriod |
Integer | No |
Specifies the number of month or week for the charges billing period. Required if you set the value of the Available for the following charge types:
|
change[].chargeOverrides[].productRatePlanChargeNumber |
String | No |
Number of a product rate-plan charge for this subscription. |
change[].chargeOverrides[].discountLevel |
String | No |
Specifies if the discount applies to the product rate plan only , the entire subscription, or to any activity in the account. Values:
Available for the following charge type for the Discount-Fixed Amount and Discount-Percentage charge models:
|
change[].chargeOverrides[].productRatePlanChargeId |
String | Yes | |
change[].chargeOverrides[].isUnbilled |
Boolean | No |
This field is used to dictate how to perform the accounting during revenue recognition. Note: This feature is in the Early Adopter phase. If you want to use the feature, submit a request at Zuora Global Support, and we will evaluate whether the feature is suitable for your use cases. |
change[].ratePlanId |
String | No |
ID of a rate plan to remove. Note that the removal of a rate plan through the Change Plan amendment supports the function of removal before future-dated removals, as in a Remove Product amendment. |
change[].newExternalCatalogPlanId |
String | No |
An external ID of the product rate plan to be added. You can use this field to specify a product rate plan that is imported from an external system. The value of the Note: Provide only one of |
change[].serviceActivationDate |
String | No |
The date when the change in the subscription is activated in yyyy-mm-dd format. You must specify a Service Activation date if the Customer Acceptance date is set. If the Customer Acceptance date is not set, the value of the |
change[].subscriptionRatePlanNumber |
String | No |
Number of a rate plan for this subscription. |
change[].productRatePlanId |
String | No |
ID of the product rate plan that the removed rate plan is based on. |
change[].productRatePlanNumber |
String | No |
Number of a product rate plan for this subscription. |
OpportunityName__QT |
String | No |
The unique identifier of the Opportunity. This field is used in Zuora data sources to report on Subscription metrics. If the subscription originated from Zuora Quotes, the value is populated with the value from Zuora Quotes. |
applyCreditBalance |
Boolean | No |
Whether to automatically apply a credit balance to an invoice. If the value is To view the credit balance adjustment, retrieve the details of the invoice using the Get Invoices method. Prerequisite: Note:
|
externallyManagedBy |
String | No |
An enum field on the Subscription object to indicate the name of a third-party store. This field is used to represent subscriptions created through third-party stores. Possible values:
|
remove[] |
Array | No |
Container for removing one or more rate plans. |
remove[].bookingDate |
String | No |
The booking date that you want to set for the amendment contract. The booking date of an amendment is the equivalent of the order date of an order. This field must be in the |
remove[].customerAcceptanceDate |
String | No |
The date when the customer accepts the contract in yyyy-mm-dd format. If this field is not set:
The billing trigger dates must follow this rule: contractEffectiveDate <= serviceActivationDate <= contractAcceptanceDate |
remove[].externalCatalogPlanId |
String | No |
An external ID of the rate plan to be removed. You can use this field to specify an existing rate plan in your subscription. The value of the Note: If both |
remove[].externalIdSourceSystem |
String | No |
The ID of the external source system. You can use this field and Note: If both |
remove[].contractEffectiveDate |
String | Yes |
Effective date of the new subscription, as yyyy-mm-dd. |
remove[].ratePlanId |
String | No |
ID of a rate plan for this subscription. This can be the latest version or any history version of ID. |
remove[].serviceActivationDate |
String | No |
The date when the remove amendment is activated in yyyy-mm-dd format. You must specify a Service Activation date if the Customer Acceptance date is set. If the Customer Acceptance date is not set, the value of the The billing trigger dates must follow this rule: contractEffectiveDate <= serviceActivationDate <= contractAcceptanceDate |
remove[].subscriptionRatePlanNumber |
String | No |
Number of a rate plan for this subscription. |
remove[].productRatePlanNumber |
String | No |
Number of a product rate plan for this subscription. |
invoice |
Boolean | No |
Note: This field has been replaced by the Creates an invoice for a subscription. The invoice generated in this operation is only for this subscription, not for the entire customer account. If the value is This field is in Zuora REST API version control. Supported minor
versions are |
notes |
String | No |
String of up to 500 characters. |
QuoteNumber__QT |
String | No |
The unique identifier of the Quote. This field is used in Zuora data sources to report on Subscription metrics. If the subscription originated from Zuora Quotes, the value is populated with the value from Zuora Quotes. |
currentTermPeriodType |
String | No |
The period type for the current subscription term. This field is used with the Values are:
|
preview |
Boolean | No |
If |
termType |
String | No |
Possible values are: |
QuoteBusinessType__QT |
String | No |
The specific identifier for the type of business transaction the Quote represents such as New, Upsell, Downsell, Renewal or Churn. This field is used in Zuora data sources to report on Subscription metrics. If the subscription originated from Zuora Quotes, the value is populated with the value from Zuora Quotes. |
documentDate |
String | No |
The date of the billing document, in
|
applicationOrder[] |
Array | No |
The priority order to apply credit memos and/or unapplied payments to an invoice. Possible item values are: Note:
|
Project__NS |
String | No |
The NetSuite project that the subscription was created from. Only available if you have installed the Zuora Connector for NetSuite. |
invoiceTargetDate |
String | No |
Note: This field has been replaced by the Date through which to calculate charges if an invoice is generated, as yyyy-mm-dd. Default is current date. This field is in Zuora REST API version control. Supported minor
versions are |
update[] |
Array | No |
Container for updating one or more rate plans. |
update[].bookingDate |
String | No |
The booking date that you want to set for the amendment contract. The booking date of an amendment is the equivalent of the order date of an order. This field must be in the |
update[].customerAcceptanceDate |
String | No |
The date when the customer accepts the contract in yyyy-mm-dd format. If this field is not set:
The billing trigger dates must follow this rule: contractEffectiveDate <= serviceActivationDate <= contractAcceptanceDate |
update[].externalCatalogPlanId |
String | No |
An external ID of the rate plan to be updated. You can use this field to specify an existing rate plan in your subscription. The value of the Note: If both |
update[].externalIdSourceSystem |
String | No |
The ID of the external source system. You can use this field and Note: If both |
update[].chargeUpdateDetails[] |
Array | No |
Container for one or more product rate plan charges. |
update[].chargeUpdateDetails[].chargeModelConfiguration |
Object | No |
Container for charge model configuration data. Note: This field is only available if you have the High Water Mark, Pre-Rated Pricing, or Multi-Attribute Pricing charge models enabled. These charge models are available for customers with Enterprise and Nine editions by default. If you are a Growth customer, see Zuora Editions for pricing information. |
update[].chargeUpdateDetails[].chargeModelConfiguration.formula |
String | No |
The pricing formula to calculate actual rating amount for each usage record. This field is only available for the usage-based charges that use the Multi-Attribute Pricing charge model. The charge model is available for customers with Enterprise and Nine editions by default. If you are a Growth customer, see Zuora Editions for pricing information. |
update[].chargeUpdateDetails[].chargeModelConfiguration.customFieldPerUnitRate |
String | No |
The custom field that carries the per-unit rate for each usage record. For example, This field is only available for the usage-based charges that use the Pre-Rated Per Unit Pricing charge model. The charge model is available for customers with Enterprise and Nine editions by default. If you are a Growth customer, see Zuora Editions for pricing information. |
update[].chargeUpdateDetails[].chargeModelConfiguration.customFieldTotalAmount |
String | No |
The custom field that carries the total amount to charge for a usage record. For example, This field is only available for the usage-based charges that use the Pre-Rated Pricing charge model. The charge model is available for customers with Enterprise and Nine editions by default. If you are a Growth customer, see Zuora Editions for pricing information. |
update[].chargeUpdateDetails[].price |
Number | No |
Price for units in the subscription rate plan. Supports all charge types for the Flat Fee and Per Unit charge models |
update[].chargeUpdateDetails[].description |
String | No |
Description of the charge. |
update[].chargeUpdateDetails[].quantity |
Number | No |
Quantity of units; must be greater than zero. |
update[].chargeUpdateDetails[].triggerEvent |
String | No |
Specifies when to start billing the customer for the charge. Values:
This is the date when charge changes in the REST request become effective.
|
update[].chargeUpdateDetails[].billingPeriodAlignment |
String | No |
Aligns charges within the same subscription if multiple charges begin on different dates. Values:
Available for the following charge types:
|
update[].chargeUpdateDetails[].tiers[] |
Array | No |
Container for Volume, Tiered or Tiered with Overage charge models. Supports the following charge types:
|
update[].chargeUpdateDetails[].tiers[].price |
Number | Yes |
Price of the tier if the charge is a flat fee, or the price of each unit in the tier if the charge model is tiered pricing. |
update[].chargeUpdateDetails[].tiers[].tier |
Integer | Yes |
Unique number that identifies the tier that the price applies to. |
update[].chargeUpdateDetails[].tiers[].startingUnit |
Number | No |
Starting number of a range of units for the tier. |
update[].chargeUpdateDetails[].tiers[].priceFormat |
String | No |
Indicates if pricing is a flat fee or is per unit. Values:
|
update[].chargeUpdateDetails[].tiers[].endingUnit |
Number | No |
End number of a range of units for the tier. |
update[].chargeUpdateDetails[].priceIncreasePercentage |
Number | No |
Specifies the percentage to increase or decrease the price of a termed subscription's renewal. Required if you set the Decimal between Available for the following charge types:
Not available for the Fixed-Amount Discount charge model. |
update[].chargeUpdateDetails[].priceChangeOption |
String | No |
Applies an automatic price change when a termed subscription is renewed. The Billing Admin setting Enable Automatic Price Change When Subscriptions are Renewed? must be set to Yes to use this field. Values:
Available for the following charge types:
Not available for the Fixed-Amount Discount charge model. |
update[].chargeUpdateDetails[].triggerDate |
String | No |
Specifies when to start billing the customer for the charge. Required if the
|
update[].chargeUpdateDetails[].ratePlanChargeId |
String | Yes |
ID of a rate-plan charge for this subscription. It can be the latest version or any history version of ID. |
update[].chargeUpdateDetails[].overagePrice |
Number | No |
Price for units over the allowed amount. Available for the following charge type for the Overage and Tiered with Overage charge models:
|
update[].chargeUpdateDetails[].includedUnits |
Number | No |
Specifies the number of units in the base set of units for this charge. Must be >=0. Available for the following charge type for the Overage charge model:
|
update[].externallyManagedPlanId |
String | No |
Indicates the unique identifier for the rate plan purchased on a third-party store. This field is used to represent a subscription rate plan created through third-party stores. |
update[].contractEffectiveDate |
String | Yes |
The date when the amendment changes take effect. The format of the date is yyyy-mm-dd. If there is already a future-dated Update Product amendment on the subscription, the |
update[].ratePlanId |
String | No |
ID of a rate plan for this subscription. This can be the latest version or any history version of ID. |
update[].serviceActivationDate |
String | No |
The date when the update amendment is activated in yyyy-mm-dd format. You must specify a Service Activation date if the Customer Acceptance date is set. If the Customer Acceptance date is not set, the value of the The billing trigger dates must follow this rule: contractEffectiveDate <= serviceActivationDate <= contractAcceptanceDate |
update[].subscriptionRatePlanNumber |
String | No |
Number of a rate plan for this subscription. |
update[].productRatePlanNumber |
String | No |
Number of a product rate plan for this subscription. |
update[].specificUpdateDate |
String | No |
The date when the Update Product amendment takes effect. This field is only applicable if there is already a future-dated Update Product amendment on the subscription. The format of the date is yyyy-mm-dd. Required only for Update Product amendments if there is already a future-dated Update Product amendment on the subscription. |
invoiceCollect |
Boolean | No |
Note: This field has been replaced by the If Note: This field is only available if you set the Default value: false |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.