Custom Journal Entries
Tag multiple custom journal entries
Adds tags to multiple custom journal entries. This endpoint allows tagging of entries in bulk.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type must be set to application/json
Path Parameters
The UUID of the business to tag journal entries for
Body
application/json
List of key-value pairs used to create new tags
The transaction IDs to create each new tag for.
Response
200 - application/json
Tags successfully added
Contains a collection of tags as defined by the ApiTag schema. This structure is used to encapsulate multiple tags in API responses or requests.
A list of tags associated with a taggable object.