Billing Preview Run

Retrieve a billing preview run

Retrieves a preview of future invoice items for multiple customer accounts through a billing preview run. If you have the Invoice Settlement feature enabled, you can also retrieve a preview of future credit memo items. 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.

A billing preview run asynchronously generates a downloadable CSV file containing a preview of invoice item data and credit memo item data for a batch of customer accounts. Note that if you set storageOption to Database, no CSV file is generate; instead, you can have a record in the billing preview result. You can use data source to query <a href="https://docs.zuora.com?resourceId=platform-billing-preview-run-result-data-source" target="_blank">Billing Preview Run Result</a>.

get/v1/billing-preview-runs/{billingPreviewRunId}

Path parameters

billingPreviewRunIdstring required

Id of the billing preview run.

Headers

Accept-Encodingstring

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.

Content-Encodingstring

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.

Zuora-Track-Idstring

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 (').

Zuora-Entity-Idsstring

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.

Zuora-Org-Idsstring

Comma separated IDs. If you have <a href="https://docs.zuora.com/en/zuora-platform/organization-and-entity-management/multi-org/overview-of-multi-org" target="_blank">Zuora Multi-Org</a> 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. This header is important in Multi-Org (MO) setups because it defines the organization context under which the API should operate—mainly used for read access or data visibility filtering. If the header is not set, the operation is performed in scope of the user's accessible orgs.

Zuora-Versionstring

The minor API version.

For a list of available minor versions, see API upgrades.

Response

OK

assumeRenewalstring
batchesstring

The customer batches included in the billing preview run.

Note: This field is available only if you are on the latest Zuora API minor version, or you set the Zuora-Version request header to 314.0 or a later available version.

chargeTypeToExcludestring

The charge types excluded from the forecast run.

createdByIdstring

The ID of the user who created the billing preview run.

createdDatestring

The date and time when the billing preview run was created.

endDatestring

The date and time when the billing preview run completes.

errorMessagestring nullable

The error message generated by a failed billing preview run.

includingDraftItemsboolean

Whether draft document items are included in the billing preview run. By default, draft document items are not included.

includingEvergreenSubscriptionboolean

Indicates if evergreen subscriptions are included in the billing preview run.

resultFileUrlstring

The URL of the zipped CSV result file generated by the billing preview run. This file contains the preview invoice item data and credit memo item data for the specified customers.

If the value of storageOption field is Database, the returned resultFileUrl field is null.

Note: The credit memo item data is only available if you have Invoice Settlement feature 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.

runNumberstring

The run number of the billing preview run.

startDatestring datetime

The date and time when the billing preview run starts.

statusstring

The status of the >billing preview run.

Possible values:

  • 0: Pending
  • 1: Processing
  • 2: Completed
  • 3: Error
  • 4: Canceled
storageOption'Csv' | 'Database'

The saving options. The default value is Csv.

succeededAccountsinteger

The number of accounts for which preview invoice item data and credit memo item data was successfully generated during the billing preview run.

Note: The credit memo item data is only available if you have Invoice Settlement feature 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.

successboolean

Returns true if the request was processed successfully.

targetDatestring date

The target date for the billing preview run.

totalAccountsinteger

The total number of accounts in the billing preview run.

updatedByIdstring

The ID of the user who last updated the billing preview run.

updatedDatestring

The date and time when the billing preview run was last updated.

Changes