---
title: "Create an invoice category"
method: POST
path: "/api/invoice/newcategory"
tags: ["Invoice"]
---

# Create an invoice category

`POST /api/invoice/newcategory`

## Headers

- `x-auth-key` string, required
- `x-auth-secret` string, required

## Request body

- InvoiceCategoryCreateApiModel
  - `Name` string — Category name

## Response `200`

OK

- InvoiceCategoryApiModel
  - `Id` integer — Entity id
  - `Name` string — Category name

---

[API](https://skmtc.net/envoice/apis/api-v1-0-0.md) · [All operations](https://skmtc.net/envoice/apis/api-v1-0-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/envoice/api-v1-0-0/versions/e20a9e338d8f/schema)
