---
title: "Create a bulk invoice run"
method: POST
path: "/invoices/bulk"
tags: ["Billing"]
---

# Create a bulk invoice run

`POST /invoices/bulk`

Creates a bulk invoice run as specified by the input parameters. On success the id of the run is returned.

## Request body

- BulkInvoiceRunInput
  - `entityId` string
  - `name` string
  - `description` string
  - `targetDate` integer
  - `invoiceDate` integer
  - `chargeInclusionOption` 'INCLUDE_USAGE' | 'EXCLUDE_USAGE' | 'ONLY_USAGE'
  - `isHistorical` boolean

## Response `200`

successful operation

- string

---

[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/versions/c30f5b9fbfab/schema)
