Adds tags to multiple custom journal entries. This endpoint allows tagging of entries in bulk.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Content-Type must be set to application/json
The UUID of the business to tag journal entries for
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.