Use this call to make the following kinds of changes to a subscription:
Status
field of the new subscription object will be set to Active
unless the change applied was a cancelation or suspension in which case the status reflects that. The Status
field of the originating subscription object changes from Active
to Expired
. A status of Expired
does not imply that the subscription itself has expired or ended, merely that this subscription object is no longer the most recent.zuora-version
parameter to 211.0
or later available versions. Otherwise, an error occurs.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.
subscription-key required | string Subscription number or ID. ID can be the latest version or any history version of ID.
|
Accept-Encoding | string Include the If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a |
Content-Encoding | string Include the |
Authorization | string The value is in the |
Zuora-Track-Id | string <= 64 characters 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-Entity-Ids | string 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-version | string 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. |
Array of objects (add) Container for adding one or more rate plans. | |
applicationOrder | Array of strings The priority order to apply credit memos and/or unapplied payments to an invoice. Possible item values are: Note:
|
applyCredit | boolean 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. |
applyCreditBalance | boolean 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:
|
autoRenew | boolean If |
bookingDate | string <date> The booking date that you want to set for the contract when you change the |
Array of objects (change) 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. | |
collect | boolean Default: false 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 |
creditMemoReasonCode | string 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. |
currentTerm | integer <int64> The length of the period for the current subscription term. If |
currentTermPeriodType | string The period type for the current subscription term. This field is used with the Values are:
|
documentDate | string <date> The date of the billing document, in
|
externallyManagedBy | string 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. |
includeExistingDraftDocItems | boolean 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. |
includeExistingDraftInvoiceItems | boolean 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. . |
invoice | boolean 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 |
invoiceCollect | boolean Default: false Note: This field has been replaced by the If Note: This field is only available if you set the |
invoiceSeparately | boolean Separates a single subscription from other subscriptions and invoices the charge independently. If the value is The default value is |
invoiceTargetDate | string <date> 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 |
notes | string String of up to 500 characters. |
preview | boolean If |
previewType | string 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.
. |
Array of objects (remove) Container for removing one or more rate plans. | |
renewalSetting | string Specifies whether a termed subscription will remain Values are:
|
renewalTerm | integer <int64> The length of the period for the subscription renewal term. Default is |
renewalTermPeriodType | string The period type for the subscription renewal term. This field is used with the Values are:
|
runBilling | boolean Default: false 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 |
targetDate | string <date> 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 |
termStartDate | string <date> Date the subscription term begins, as yyyy-mm-dd. If this is a renewal subscription, this date is different from the subscription start date. |
termType | string Possible values are: |
Array of objects (update) Container for updating one or more rate plans. | |
CpqBundleJsonId__QT | string <= 32 characters The Bundle product structures from Zuora Quotes if you utilize Bundling in Salesforce. Do not change the value in this field. |
OpportunityCloseDate__QT | string <date> 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. |
OpportunityName__QT | string <= 100 characters 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. |
QuoteBusinessType__QT | string <= 32 characters 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. |
QuoteNumber__QT | string <= 32 characters 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. |
QuoteType__QT | string <= 32 characters 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. |
IntegrationId__NS | string <= 255 characters ID of the corresponding object in NetSuite. Only available if you have installed the Zuora Connector for NetSuite. |
IntegrationStatus__NS | string <= 255 characters Status of the subscription's synchronization with NetSuite. Only available if you have installed the Zuora Connector for NetSuite. |
Project__NS | string <= 255 characters The NetSuite project that the subscription was created from. Only available if you have installed the Zuora Connector for NetSuite. |
SalesOrder__NS | string <= 255 characters The NetSuite sales order than the subscription was created from. Only available if you have installed the Zuora Connector for NetSuite. |
SyncDate__NS | string <= 255 characters Date when the subscription was synchronized with NetSuite. Only available if you have installed the Zuora Connector for NetSuite. |
property name* additional property | any Custom fields of the Subscription object. The name of each custom field has the form |
{- "autoRenew": false,
- "bookingDate": "2022-01-01",
- "collect": false,
- "creditMemoReasonCode": "Unsatisfactory service",
- "currentTerm": "10",
- "currentTermPeriodType": "Month",
- "notes": "Test UPDATE subscription from z-ruby-sdk",
- "renewalSetting": "RENEW_WITH_SPECIFIC_TERM",
- "renewalTerm": "4",
- "renewalTermPeriodType": "Month",
- "runBilling": true,
- "termType": "TERMED",
- "update": [
- {
- "bookingDate": "2022-01-02",
- "chargeUpdateDetails": [
- {
- "quantity": 12,
- "ratePlanChargeId": "2c92c8f83dcbd8b1013dcce0eb510075"
}
], - "contractEffectiveDate": "2013-04-28",
- "ratePlanId": "2c92c8f83dcbd8b1013dcce0ea7e006f"
}
]
}
{- "success": true,
- "subscriptionId": "4028bb83510f8ed7015114a503cf0373",
- "totalDeltaMrr": 100,
- "totalDeltaTcv": 4867.7419355
}