---
title: "Create a data backfill job"
method: POST
path: "/v1/uno/data-backfill/jobs"
tags: ["Data Backfill"]
---

# Create a data backfill job

`POST /v1/uno/data-backfill/jobs`

Use this operation to perform the following types of data backfill actions. Also, you need to upload a corresponding file to perform a data backfill action.
* Update Product Rate Plan Charge
* Update Rate Plan Charge
* Update Invoice Item
* Update Credit Memo Detail
* Update Debit Memo Detail
* Update Invoice Item Adjustment

For more information, see <a href="https://docs.zuora.com?resourceId=billing-configure-revenue-settings" target="_blank">Perform data backfill</a>.

## Headers

- `Zuora-Version` string

## Response `200`

OK

- object
  - `processId` string — The ID of the process that handles the operation.
  - `reasons` object[] — The container of the error code and message. This field is available only if the `success` field is `false`.
    - `code` string — The error code of response.
    - `message` string — The detail information of the error response
  - `requestId` string, uuid — Unique identifier of the request.
  - `success` boolean — Indicates whether the call succeeded.
  - `jobId` string — String of 32 characters that identifies the data backfill job. The id is generated before the job is processed. You can use the id to retrieve the data backfill job result.

## Other responses

- `500` — Internal Server Error
- `4XX` — Request Errors

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
