PUT /v1/invoice-schedules/{scheduleKey}
Updates a pending invoice schedule.\n\nYou can use this API operation
\ to update invoice schedules in the following aspects:\n- Update notes and pending
\ invoice schedule items\n- Update orders associated with invoice schedules\n\
- Remove or add invoice schedule items\n\nFor more samples, see Edit invoice
\ schedules.\n
\n### Restrictions and limitations \n\nWhen updating invoice schedules through
\ the REST API, keep the following restrictions and limitations in mind:\n- You
\ can only update invoice schedule items in Pending status.\n- You can only add
\ orders or specific subscriptions to pending invoice schedules, and remove orders
\ or specific subscriptions from pending invoice schedules.\n- For the invoice
\ schedule items that you want to update, you must include the new values for
\ these items in the request.\n- For the invoice schedule items that you want
\ to keep unchanged, you must include all the existing information about these
\ items in the request. Otherwise, the existing invoice schedule items that you
\ do not mention in the request are deleted.\n- For the orders that you want to
\ keep unchanged for an invoice schedule, you must include all the existing order
\ numbers associated with the invoice schedule in the request. Otherwise, the
\ existing orders that you do not mention in the request are removed.
Note: This operation is available only if you have the Billing Schedule feature enabled.
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 |
---|---|---|---|
scheduleKey |
String | Yes |
The unique ID or number of the invoice schedule to be updated. For example, 2c92c8955bd63cc1015bd7c151af02ab or IS-0000001. |
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 |
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 |
---|---|---|---|
specificSubscriptions[] |
Array | No |
A list of the numbers of specific subscriptions associated with the invoice schedule.
The specific subscriptions specified in this field override all the existing specific subscriptions associated with the invoice schedule. Example:
|
specificSubscriptions[].chargeNumbers |
String | No |
A list of charges in the subscription that are chosen to be included in the invoice schedule. |
specificSubscriptions[].orderKey |
String | No |
The unique ID or number of the order associated with the invoice schedule. |
specificSubscriptions[].subscriptionKey |
String | No |
The unique number of the subscription contained in the order associated with the invoice schedule. |
nextRunDate |
String | No |
The run date of the next execution of the invoice schedule. By default, the next run date is the same as the run date of next pending invoice schedule item. The date can be overwritten by a different date other than the default value. If the invoice schedule has completed the execution, the next run date is |
notes |
String | No |
Comments on the invoice schedule. |
invoiceSeparately |
Boolean | No |
Whether the invoice items created from the invoice schedule appears on a separate invoice when Zuora generates invoices. |
orders[] |
Array | No |
A list of the IDs or numbers of the orders associated with the invoice schedule. One invoice schedule can be associated with at most 10 orders. The orders specified in this field override all the existing orders associated with the invoice schedule. |
scheduleItems[] |
Array | No |
Container for invoice schedule items. The maximum number of schedule items is 50. The invoice schedule items specified in this field override all the existing invoice schedule items. |
scheduleItems[].id |
String | No |
The unique ID of the invoice schedule item to be updated. If this field is not provided, a new invoice schedule item is added to the invoice schedule. |
scheduleItems[].name |
String | No |
The name of the invoice schedule item. |
scheduleItems[].targetDateForAdditionalSubscriptions |
String | No |
The date in the tenant's time zone used by the invoice schedule to determine which fixed-period regular charges to be billed together with the invoice schedule item. The regular charges must come from the subscriptions specified in the |
scheduleItems[].runDate |
String | No |
The date in the tenant’s time zone when the invoice schedule item is planned to be processed to generate an invoice. |
scheduleItems[].amount |
String | No |
The amount of the invoice to be generated during the processing of the invoice schedule item. You can only specify either the
|
additionalSubscriptionsToBill[] |
Array | No |
A list of the numbers of the subscriptions that need to be billed together with the invoice schedule. One invoice schedule can have at most 600 additional subscriptions. |
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.