v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Tag

Create a new tag

Creates a new tag.

post/api/v2/tags

Request body

typestring required

Unique identifier for the tag (only lowercase letters and numbers)

titlestring required

Display name for the tag

group'addresses' | 'creditNotes' | 'deliveryNotes' | 'invoices' | 'offers' | 'priceInquiries' | 'productions' | 'products' | 'projects' | 'purchaseOrders' | 'returns' | 'salesOrders'

The group of the tag, which indicates the resource type it is associated with

colorstring

Hex color code for the tag

Example request

{
  "type": "erledigt",
  "title": "Erledigt",
  "group": "addresses",
  "color": "#ff6600"
}

Response

Resource successfully created response