---
title: "Creates a new invoice."
method: POST
path: "/accounting/providers/invoices"
tags: ["Vendor Invoices"]
---

# Creates a new invoice.

`POST /accounting/providers/invoices`

Creates a new invoice from jobs. Jobs are grouped by provider and currency, therefore multiple invoices can be created.If any of the jobs cannot be invoiced (ie. it is already invoiced) then an error is reported.

## Request body

- ProviderInvoiceCreateDTO
  - `jobsIds` integer[]

## Response `200`

Success

---

[API](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api.md) · [All operations](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api/llms.txt) · [OpenAPI document](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api/revisions/75f80d76937f?raw)
