Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.zenskar.com/tags \ --header 'Content-Type: application/json' \ --header 'organisation: <api-key>' \ --header 'x-api-key: <api-key>' \ --data ' { "holder": "INVOICE", "item_id": "inv_123", "tags": { "department": "sales", "priority": "high" } } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Upsert tags
Dictionary of tags and their values
invoice
product
contract
customer
payment
Successful Response