Journal Entries
Tag manual entries
Tag multiple ledger manual entries with a custom tag. Entries can be tagged in bulk or individually with this endpoint.
POST
/
v1
/
businesses
/
{businessId}
/
ledger
/
manual-entries
/
tags
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type
string
Content-Type must be set to application/json
Path Parameters
businessId
string
requiredThe UUID of the business to tag entries for
Body
application/json
key_values
object[]
List of key-value pairs used to create new tags
transaction_ids
string[]
The transaction IDs to create each new tag for.
Response
200 - application/json
Contains a collection of tags as defined by the ApiTag schema. This structure is used to encapsulate multiple tags in API responses or requests.
tags
object[]
requiredA list of tags associated with a taggable object.