[Preview] Update journal entry tags

Replaces all tags on a journal entry with the provided tags.

Either set verification-level tags (using tags) or transaction-level tags (using items[*].tags), not both on the same journal entry.

The company must have the Tags feature enabled in their price plan.

Preview: This endpoint is in preview and may change or be removed before general availability. Read the full preview policy

Scope: journal-entries:write

Path Params
uuid
required

Unique identifier of the company

uuid
required

Unique identifier of the journal entry

Body Params

The tags to apply to the journal entry (replaces all existing tags).

Model for replacing all tags on a journal entry. Either set verification-level tags (using tags) or transaction-level tags (using items[*].tags), not both. To remove all tags, send empty arrays for both fields.

tags
array of objects

Verification-level tags to apply to the entire journal entry. Must be empty if items contains entries with tags.

tags
items
array of objects

Transaction-level tags to apply to individual line items. Must be empty (or not include any items with tags) if tags is non-empty.

items
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json