POST /v1/product-charge-definitions/bulk
Bulk creates product charge definitions for a charge. You can create up to 1000 product charge definitions at a given time for a specific charge.
In the request, you must specify the unique ID or number of the charge for which this charge definition is to be created. The ID or number of a product rate plan is optional.
Note: This operation requires the Attribute-based Pricing feature to be enabled, which is in the Early Adopter phase.
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 ( |
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. |
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 |
---|---|---|---|
productChargeDefinitions[] |
Array | No |
Container for the array of product charge definition. |
productChargeDefinitions[].defaultQuantity |
Number | No |
The default quantity. This field is applicable only for one-time and recurring charges. |
productChargeDefinitions[].billingPeriod |
String | No |
The billing period for the product charge definition. |
productChargeDefinitions[].prices[] |
Array | No |
Container for the prices of the product charge definition. |
productChargeDefinitions[].prices[].price |
Number | No |
The price of this item. This field is only applicable for charges based on the following charge models:
|
productChargeDefinitions[].prices[].tiers[] |
Array | No |
Container for the tiers of the price item. This field is only applicable for charges based on the following charge models:
You must specify all relevant fields of all tiers, including pricing information for each currency.
For each currency, ensure that the tiers appear in ascending order of For example:
|
productChargeDefinitions[].prices[].discountPercentage |
Number | No |
The percentage of discount for a percentage discount. The field is applicable only for charges based on the Discount-Percentage charge model. |
productChargeDefinitions[].prices[].currency |
String | No |
The currency for the price. |
productChargeDefinitions[].prices[].discountAmount |
Number | No |
The specific amount for a fixed discount. The field is applicable only for charges based on the Discount-Fixed Amount charge model. |
productChargeDefinitions[].uom |
String | No |
Describes the unit of measure (UOM) configured in Settings > Billing for the charge. |
productChargeDefinitions[].chargeModel |
String | No |
Determines how to calculate charges. Charge models must be individually activated in Zuora Billing administration. Possible values:
|
productChargeDefinitions[].listPriceBase |
String | No |
The list price base. This field is applicable only for recurring charges. Note: The Possible values:
|
productChargeDefinitions[].effectiveStartDate |
String | No |
The effective start date of the product charge definition. |
productChargeDefinitions[].specificListPriceBase |
Integer | No |
The number of months for the list price base of the charge definition.
This field is |
productChargeDefinitions[].specificBillingPeriod |
Number | No |
The specific number of billing periods for the product charge definition. |
productChargeDefinitions[].productRatePlanChargeNumber |
String | No |
The unique number (natural key) of the charge of the charge definition. |
productChargeDefinitions[].effectiveEndDate |
String | No |
The effective end date of the product charge definition. |
productChargeDefinitions[].termType |
String | No |
The type of the subscription that is eligible for this charge definition. Possible values:
|
productChargeDefinitions[].term |
Number | No |
The number of periods of a termed subscription that is eligible for this charge definition. This field is applicable when the |
productChargeDefinitions[].billingTiming |
String | No |
The billing timing setting for the product charge definition. Possible values:
|
productChargeDefinitions[].taxCode |
String | No |
Specifies the tax code for taxation rules. This field is required when the Note: This value affects the tax calculation of the charge. |
productChargeDefinitions[].productRatePlanChargeId |
String | No |
The unique ID of the charge of the charge definition. |
productChargeDefinitions[].taxMode |
String | No |
Determines how to define taxation for the charge. This field is required when the Note: This value affects the tax calculation of the charge. Possible values:
|
productChargeDefinitions[].taxable |
Boolean | No |
Determines whether the charge definition is taxable. When this field is set to Character limit: 5 Values: Note: This value affects the tax calculation of the charge. |
productChargeDefinitions[].termPeriodType |
String | No |
Specifies the period type for the subscription term that is eligible for this charge definition. Possible values:
|
productChargeDefinitions[].productRatePlanId |
String | No |
The unique ID of the product rate plan that uses this charge definition. |
productChargeDefinitions[].productRatePlanNumber |
String | No |
The unique number (natural key) of the product rate plan that uses this charge definition. |
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.