Update a product charge definition
Update a product charge definition.
Note: This operation requires the Attribute-based Pricing feature to be enabled, which is in the Early Adopter phase.
Path parameters
The unique number or ID of the product charge definition to be updated.
Headers
Include the Accept-Encoding: gzip header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response.
If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a Content-Encoding header with the compression algorithm so that your client can decompress it.
Include the Content-Encoding: gzip header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
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 (:), semicolon (;), double quote ("), and quote (').
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 should not set this header.
The minor API version.
For a list of available minor versions, see API upgrades.
Request body
The override value of the billingPeriod for the product charge definition.
The override value of the billingTiming for the product charge definition.
Determines how to calculate charges. Charge models must be individually activated in Zuora Billing administration.
The default quantity.
This field is applicable only for one-time and recurring charges.
The effective end date of the product charge definition.
The effective start date of the product charge definition.
The list price base.
This field is applicable only for recurring charges.
Note: The Per_Year enum value is available only if you have the <a href="https://docs.zuora.com?resourceId=billing-annual-list-price" target="_blank">Annual List Price</a> feature enabled.
The override value of the specificBillingPeriod for the product charge definition.
The number of months for the list price base of the charge definition. The field is null if the listPriceBase field is not set to Per_Specific_Months.
Specifies the tax code for taxation rules. This field is equired when the Taxable field is set to True.
Note: This value affects the tax calculation of the charge.
Determines how to define taxation for the charge. This field is equired when the Taxable field is set to True.
Note: This value affects the tax calculation of the charge.
Determines whether the charge definition is taxable. When this field is set to True, the TaxMode and TaxCode fields are required.
Character limit: 5
Values: True, False
Note: This value affects the tax calculation of the charge.
The number of periods of a termed subscription that is eligible for this charge definition. This field is applicable when the termType field is set to TERMED, and is to be used together with the termPeriodType field.
Specifies the period type for the subscription term that is eligible for this charge definition.
The type of the subscription that is eligible for this charge definition.
Describes the unit of measure (UOM) configured in Settings > Billing.
Values: Each, License, Seat, or null
Example request
{
"prices": [
{
"currency": "USD",
"price": 20
}
]
}Response
OK
Indicates which type of charge the discount charge applies to.
The bill cycle type for the charge.
The billing period for the product charge definition.
The billing period alignment setting for the charge.
The billing timing setting for the product charge definition.
Determines how to calculate charges. Charge models must be individually activated in Zuora Billing administration.
Indicates the type of charge.
Container for custom fields of a Product Charge Definition object.
The default quantity.
This field is applicable only for one-time and recurring charges.
The description for the charge.
The class that the discount belongs to. The discount class defines the order in which discount product rate plan charges are applied.
For more information, see Manage Discount Classes.
The application scope of the discount charge. For example, if the value of this field is subscription and the value of the applyDiscountTo field is RECURRING, the discount charge applies to all recurring charges in the same subscription as the discount charge.
The effective end date of the product charge definition.
The effective start date of the product charge definition.
The end date condition for this charge.
Indicates whether this charge definition is the default one for the charge.
Note: This field is only applicable to the Discount - Percentage charge model.
To use this field, you must set the X-Zuora-WSDL-Version request header to 130 or higher. Otherwise, an error occurs.
This field indicates whether the discount is to be calculated as stacked discount. Possible values are as follows:
- True: This is a stacked discount, which should be calculated by stacking with other discounts.
- False: This is not a stacked discount, which should be calculated in sequence with other discounts.
For more information, see Stacked discounts.
Specifies the number of periods to use when calculating charges in an overage smoothing charge model. This field is ued when overage smoothing model is RollingWindow or Rollover.
The list price base.
This field is applicable only for recurring charges.
Note: The Per_Year enum value is available only if you have the <a href="https://docs.zuora.com?resourceId=billing-annual-list-price" target="_blank">Annual List Price</a> feature enabled.
Indicates the number of periods to use when calculating charges in an overage smoothing charge model. The valid value is a positive whole number.
Determines when to calculate overage charges. If the value of the SmoothingMode field is not specified, the value of this field is ignored.
Values:
- EndOfSmoothingPeriod: This option is used by default. The overage is charged at the end of the smoothing period.
- PerBillingPeriod: The overage is charged on-demand rather than waiting until the end of the smoothing period.
Determines whether to credit the customer with unused units of usage.
Applies an automatic price change when a termed subscription is renewed.
Applies an automatic price change when a termed subscription is renewed.
Specifies the percentage to increase or decrease the price of a termed subscription's renewal. Use this field if you set the priceIncreaseOption value to SpecificPercentageValue.
Character limit: 16
Values: a decimal value between -100 and 100
The unique ID of the product charge definition.
The unique number (natural key) of the product charge definition.
The unique ID of the product charge of the charge definition.
The unique number (natural key) of the product charge of the charge definition.
The unique ID of the product rate plan that uses this charge definition.
Th name of the product rate plan that uses this charge definition.
The unique number (natural key) of the product rate plan that uses this charge definition.
The rating group based on which usage records are rated.
Possible values:
- ByBillingPeriod: The rating is based on all the usages in a billing period.
- ByUsageStartDate: The rating is based on all the usages on the same usage start date.
- ByUsageRecord: The rating is based on each usage record.
- ByUsageUpload: The rating is based on all the usages in a uploaded usage file (.xls or .csv).
- ByGroupId: The rating is based on all the usages in a custom group.
Notes:
- The ByBillingPeriod value can be applied for all charge models.
- The ByUsageStartDate, ByUsageRecord, and ByUsageUpload values can only be applied for Per Unit, Volume Pricing, and Tiered Pricing charge models.
- The ByGroupId value is only available if you have the Active Rating feature enabled.
- Use this field only for Usage charges. One-time charges and recurring charges return NULL.
The name of the recognized revenue account for this charge.
- Required when the Allow Blank Accounting Code setting is No.
- Optional when the Allow Blank Accounting Code setting is Yes.
This feature is in Limited Availability. If you wish to have access to the feature, submit a request at Zuora Global Support.
Associates this product rate plan charge with a specific revenue recognition code.
Indicates when revenue recognition begins.
Determines when to recognize the revenue for this charge.
Indicates the smoothing model for an overage smoothing charge model.
The specific number of billing period for the product charge definition.
The number of months for the list price base of the charge definition.
This field is null if the listPriceBase field is not set to Per_Specific_Months.
Indicates whether the request succeeded.
Specifies the tax code for taxation rules.
Note: This value affects the tax calculation of the rate plan charge.
Determines how to define taxation for the charge.
Note: This value affects the tax calculation of the rate plan charge.
Determines whether the charge definition is taxable.
Character limit: 5
Values: True, False
Note: This value affects the tax calculation of the rate plan charge.
The number of periods of a termed subscription that is eligible for this charge definition. This field is applicable when the termType field is set to TERMED, and is to be used together with the termPeriodType field.
The period type for the subscription term that is eligible for this charge definition.
The type of the subscription that is eligible for this charge definition.
Specifies when to start billing the customer for the charge definition.
Values:
- ContractEffective is the date when the subscription's contract goes into effect and the charge is ready to be billed.
- ServiceActivation is the date when the services or products for a subscription have been activated and the customers have access.
- CustomerAcceptance is when the customer accepts the services or products for a subscription.
Indicates the unit of measure (UOM) that is configured in Settings > Billing for the product rate plan charge.
The number of up-to periods for this charge.
The up-to-periods type for this charge.
Determines how Zuora processes usage records for per-unit usage charges.
Determines whether to define a new accounting code for the new discount charge.
Character limit: 5
Values: true, false
Applies the tenant-level percentage uplift value for an automatic price change to a termed subscription's renewal.
Character limit: 5
Values: true, false
Indicates whether to exclude the 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.
Indicates whether to exclude the related rate plan charges and order line items from revenue accounting.
Note: This field is only available if you have the Order to Revenue or Billing - Revenue Integration feature enabled.
Indicates whether the charge segment is allocation eligible in revenue recognition. The default value is false.
Values: true, false
Note: The field is only available if you have the <a href="https://docs.zuora.com/en/zuora-billing/set-up-zuora-billing/enable-order-to-revenue/overview-of-order-to-revenue" target="_blank">Order to Revenue</a> feature enabled. To enable this field, submit a request at <a href="https://support.zuora.com/" target="_blank">Zuora Global Support</a>.
Specifies how to perform the accounting during revenue recognition. The default value is false.
Values: true, false
Note: The field is only available if you have the <a href="https://docs.zuora.com/en/zuora-billing/set-up-zuora-billing/enable-order-to-revenue/overview-of-order-to-revenue" target="_blank">Order to Revenue</a> feature enabled. To enable this field, submit a request at <a href="https://support.zuora.com/" target="_blank">Zuora Global Support</a>.
This field is used to maintain the product category for integration with Zuora Revenue.
Note: This field is available only if you have the Additional Revenue Fields property enabled.
This field is used to maintain the product class for integration with Zuora Revenue.
Note: This field is available only if you have the Additional Revenue Fields property enabled.
This field is used to maintain the product family for integration with Zuora Revenue.
Note: This field is available only if you have the Additional Revenue Fields property enabled.
This field is used to maintain the product line for integration with Zuora Revenue.
Note: This field is available only if you have the Additional Revenue Fields property enabled.
Specifies the type of revenue recognition timing.
Predefined options are listed as enum values in this API Reference. Other options might also be avaliable depending on the <a href="https://docs.zuora.com?resourceId=billing-configure-revenue-settings" target="_blank">revenue recognition policy configuration</a> in the Zuora Billing UI.
Note: This field is only available if you have the Order to Revenue feature enabled.
Specifies the type of revenue amortization method.
Predefined options are listed as enum values in this API Reference. Other options might also be avaliable depending on the <a href="https://docs.zuora.com?resourceId=billing-configure-revenue-settings" target="_blank">revenue recognition policy configuration</a> in the Zuora Billing UI.
Note: This field is only available if you have the Order to Revenue feature enabled.
Changes
No changes recorded. 1 of the 5 revisions has no diff computed, so it could not be searched.