---
title: "Update invoice sequence"
method: POST
path: "/invoices/sequence/{invoiceConfigId}"
tags: ["Billing"]
---

# Update invoice sequence

`POST /invoices/sequence/{invoiceConfigId}`

Updates the invoice sequence by invoice config id.

## Path parameters

- `invoiceConfigId` string, required

## Query parameters

- `next invoice number` integer

## Response `200`

successful operation

- TenantInvoiceConfig
  - `invoiceConfigId` string
  - `invoiceNumberPrefix` InvoiceNumberPrefix
    - `prefix` string
  - `invoiceNumberScheme` 'SEQUENCE' | 'PSEUDO_RANDOM'
  - `invoiceNextNumber` integer
  - `invoiceNumberLength` integer

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/revisions/c30f5b9fbfab/schema)
