---
title: "Update a sequence set"
method: PUT
path: "/v1/sequence-sets/{id}"
tags: ["Sequence Sets"]
---

# Update a sequence set

`PUT /v1/sequence-sets/{id}`

Updates a specific sequence set configured for billing documents, payments, and refunds. Billing documents include invoices, credit memos, and debit memos.

**Note**: The Credit and Debit Memos feature is only available if you have [Invoice Settlement](https://docs.zuora.com?resourceId=billing-invoice-settlement) 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](https://docs.zuora.com?resourceId=billing-invoice-settlement-migration-checklist-and-guide) for more information.

## Path parameters

- `id` string, required

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Track-Id` string
- `Zuora-Version` string

## Request body

- PUTSequenceSetRequest
  - `creditMemo` CreditMemoEntityPrefix — Container for the prefix and starting document number of credit memos. **Note:** This field is only available if you have the 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](https://docs.zuora.com?resourceId=billing-invoice-settlement-migration-checklist-and-guide) for more information.
    - `prefix` string — The prefix of credit memos.
    - `startNumber` integer — The starting document number of credit memos.
  - `debitMemo` DebitMemoEntityPrefix — Container for the prefix and starting document number of debit memos. **Note:** This field is only available if you have the 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](https://docs.zuora.com?resourceId=billing-invoice-settlement-migration-checklist-and-guide) for more information.
    - `prefix` string — The prefix of debit memos.
    - `startNumber` integer — The starting document number of debit memos.
  - `invoice` InvoiceEntityPrefix — Container for the prefix and starting document number of invoices.
    - `prefix` string — The prefix of invoices.
    - `startNumber` integer — The starting document number of invoices.
  - `name` string — The name of the sequence set configured for billing documents, payments, and refunds.
  - `payment` PaymentEntityPrefix — Container for the prefix and starting number of payments.
    - `prefix` string — The prefix of payments.
    - `startNumber` integer — The starting number of payments.
  - `refund` RefundEntityPrefix — Container for the prefix and starting number of refunds.
    - `prefix` string — The prefix of refunds.
    - `startNumber` integer — The starting number of refunds.

## Response `200`

OK

- PUTSequenceSetResponse
  - `success` boolean — Indicates whether the call succeeded.

## 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)
