POST /v1/subscriptions/preview
The REST API reference describes how to create a new subscription in preview mode. This call does not require a valid customer account. It can be used to show potential new customers a preview of a subscription with complete details and charges before creating an account, or to let existing customers preview a subscription with all charges before committing.
Notes
-
The response of the Preview 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, we recommend that you set the
zuora-version
parameter to207.0
or later available versions. Otherwise, an error is returned. -
Default values for customerAcceptanceDate and serviceActivationDate are set as follows.
serviceActivationDate (SA) specified | serviceActivationDate (SA) NOT specified | |
---|---|---|
customerAcceptanceDate (CA) specified | SA uses value in the request call; CA uses value in the request call | CA uses value in the request call;SA uses CE as default |
customerAcceptanceDate (CA) NOT specified | SA uses value in the request call; CA uses SA as default | SA and CA use CE as default |
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
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. . |
Authorization |
String | No |
The value is in the |
Idempotency-Key |
String | No |
Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident. |
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 |
---|---|---|---|
initialTerm |
Integer | No |
Duration of the first term of the subscription, in whole months. If |
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. |
includeExistingDraftInvoiceItems |
Boolean | No |
Specifies whether to include draft invoice items in 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. |
contractEffectiveDate |
String | Yes |
Effective contract date for this subscription, as yyyy-mm-dd. |
termStartDate |
String | No |
The date on which the subscription term begins, as yyyy-mm-dd. If this is a renewal subscription, this date is different from the subscription start date. |
targetDate |
String | No |
Date through which to calculate charges if an invoice is generated, as yyyy-mm-dd. Default is current date. 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 |
subscribeToRatePlans[] |
Array | Yes |
Container for one or more rate plans for this subscription. |
subscribeToRatePlans[].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 |
subscribeToRatePlans[].externalIdSourceSystem |
String | No |
The ID of the external source system. You can use this field and Note: If both |
subscribeToRatePlans[].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. |
subscribeToRatePlans[].chargeOverrides[] |
Array | No |
This optional container is used to override the quantity of one or more product rate plan charges for this subscription. |
subscribeToRatePlans[].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. |
subscribeToRatePlans[].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. |
subscribeToRatePlans[].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. |
subscribeToRatePlans[].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. |
subscribeToRatePlans[].chargeOverrides[].ratingGroup |
String | No |
Specifies a rating group based on which usage records are rated. Possible values:
Note:
|
subscribeToRatePlans[].chargeOverrides[].description |
String | No |
Description of the charge. |
subscribeToRatePlans[].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 |
subscribeToRatePlans[].chargeOverrides[].applyDiscountTo |
String | No |
Specifies the type of charges that you want a specific discount to apply to. Values:
|
subscribeToRatePlans[].chargeOverrides[].billCycleDay |
String | No |
Sets the bill cycle day (BCD) for the charge. The BCD determines which day of the month the customer is billed. Values: |
subscribeToRatePlans[].chargeOverrides[].weeklyBillCycleDay |
String | No |
Specifies which day of the week is the bill cycle day (BCD) for the charge. Values:
|
subscribeToRatePlans[].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. |
subscribeToRatePlans[].chargeOverrides[].overageUnusedUnitsCreditOption |
String | No |
Determines whether to credit the customer with unused units of usage. Values:
|
subscribeToRatePlans[].chargeOverrides[].triggerEvent |
String | No |
Specifies when to start billing the customer for the charge. Values:
|
subscribeToRatePlans[].chargeOverrides[].billingPeriodAlignment |
String | No |
Aligns charges within the same subscription if multiple charges begin on different dates. Values:
|
subscribeToRatePlans[].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 Order to Revenue or Billing - Revenue Integration feature enabled. Default value: false |
subscribeToRatePlans[].chargeOverrides[].specificEndDate |
String | No |
Defines when the charge ends after the charge trigger date. Note:
|
subscribeToRatePlans[].chargeOverrides[].tiers[] |
Array | No |
Container for Volume, Tiered, or Tiered with Overage charge models. Supports the following charge types:
|
subscribeToRatePlans[].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. |
subscribeToRatePlans[].chargeOverrides[].tiers[].tier |
Integer | Yes |
Unique number that identifies the tier that the price applies to. |
subscribeToRatePlans[].chargeOverrides[].tiers[].startingUnit |
Number | No |
Starting number of a range of units for the tier. |
subscribeToRatePlans[].chargeOverrides[].tiers[].priceFormat |
String | No |
Indicates if pricing is a flat fee or is per unit. Values:
|
subscribeToRatePlans[].chargeOverrides[].tiers[].endingUnit |
Number | No |
End number of a range of units for the tier. |
subscribeToRatePlans[].chargeOverrides[].priceIncreasePercentage |
Number | No |
Specifies the percentage to increase or decrease the price of a termed subscription's renewal. Required if you set the Value must be a decimal between |
subscribeToRatePlans[].chargeOverrides[].billingTiming |
String | No |
Billing timing for the charge for recurring charge types. Not avaliable for one time, usage, and discount charges. Values:
|
subscribeToRatePlans[].chargeOverrides[].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:
|
subscribeToRatePlans[].chargeOverrides[].triggerDate |
String | No |
Specifies when to start billing the customer for the charge. Required if the |
subscribeToRatePlans[].chargeOverrides[].amendedByOrderOn |
String | No |
The date when the rate plan charge is amended through an order or amendment. 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. |
subscribeToRatePlans[].chargeOverrides[].discountPercentage |
Number | No |
Percentage of discount for a percentage discount. |
subscribeToRatePlans[].chargeOverrides[].overagePrice |
Number | No |
Price for units over the allowed amount. |
subscribeToRatePlans[].chargeOverrides[].discountAmount |
Number | No |
Specifies the amount of fixed-amount discount. |
subscribeToRatePlans[].chargeOverrides[].includedUnits |
Number | No |
Specifies the number of units in the base set of units for this charge. Must be >= |
subscribeToRatePlans[].chargeOverrides[].numberOfPeriods |
Integer | No |
Specifies the number of periods to use when calculating charges in an overage smoothing charge model. |
subscribeToRatePlans[].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. |
subscribeToRatePlans[].chargeOverrides[].price |
Number | No |
Price for units in the subscription rate plan. |
subscribeToRatePlans[].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 |
subscribeToRatePlans[].chargeOverrides[].number |
String | No |
Unique number that identifies the charge. Max 50 characters. System-generated if not provided. |
subscribeToRatePlans[].chargeOverrides[].billingPeriod |
String | No |
Billing period for the charge. The start day of the billing period is also called the bill cycle day (BCD). Values:
|
subscribeToRatePlans[].chargeOverrides[].quantity |
Number | No |
Number of units. Must be a decimal >= When using |
subscribeToRatePlans[].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:
|
subscribeToRatePlans[].chargeOverrides[].listPriceBase |
String | No |
The list price base for the product rate plan charge. Values:
|
subscribeToRatePlans[].chargeOverrides[].excludeItemBookingFromRevenueAccounting |
Boolean | No |
The flag to exclude rate plan charges from revenue accounting. Note: This field is only available if you have the Order to Revenue or Billing - Revenue Integration feature enabled. Default value: false |
subscribeToRatePlans[].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:
|
subscribeToRatePlans[].chargeOverrides[].upToPeriods |
Integer | No |
Specifies the length of the period during which the charge is active. If this period ends before the subscription ends, the charge ends when this period ends. Note: You must use this field together with the
|
subscribeToRatePlans[].chargeOverrides[].billCycleType |
String | No |
Specifies how to determine the billing day for the charge. When this field is set to Values:
|
subscribeToRatePlans[].chargeOverrides[].specificBillingPeriod |
Integer | No |
Specifies the number of month or week for the charges billing period. Required if you set the value of the |
subscribeToRatePlans[].chargeOverrides[].productRatePlanChargeNumber |
String | No |
Number of a product rate-plan charge for this subscription. |
subscribeToRatePlans[].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:
|
subscribeToRatePlans[].chargeOverrides[].productRatePlanChargeId |
String | Yes |
ID of a product rate-plan charge for this subscription. |
subscribeToRatePlans[].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. |
subscribeToRatePlans[].productRatePlanId |
String | No |
ID of a product rate plan for this subscription. |
subscribeToRatePlans[].productRatePlanNumber |
String | No |
Number of a product rate plan for this subscription. |
customerAcceptanceDate |
String | No |
The date on which the services or products within a subscription have been accepted by the customer, as yyyy-mm-dd. Default value is dependent on the value of other fields. See Notes section for more details. |
initialTermPeriodType |
String | No |
The period type of the initial term. Supported values are:
The default period type is |
notes |
String | No |
String of up to 500 characters. |
invoiceOwnerAccountKey |
String | No |
Invoice owner account number or ID. Note: This feature is in Limited Availability. If you wish to have access to the feature, submit a request at Zuora Global Support. |
termType |
String | Yes |
Possible values are: |
documentDate |
String | No |
The date of the billing document, in
|
accountKey |
String | No |
Customer account number or ID. You must specify the account information either in this field or in the
|
invoiceTargetDate |
String | No |
Date through which to calculate charges if an invoice is generated, as yyyy-mm-dd. Default is current date. 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. . |
serviceActivationDate |
String | No |
The date on which the services or products within a subscription have been activated and access has been provided to the customer, as yyyy-mm-dd. Default value is dependent on the value of other fields. See Notes section for more details. |
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.
. |
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.