Tags
Tags are Pleo’s version of cost allocation, allowing customers to categorize their spending.
Each expense can be labeled with up to 5 tags to classify the cost across different categories. We see use cases like projects, office locations, internal company structure, and many more.
Each tag group represents a collection of options (tags) that a user can choose from. As an example will the tag group Project
contain the specific projects: Project X
, Project Y
etc.
A user will only see non archived tag groups.
The Tags API allows external parties to Create, Read, Update, and Delete tags.
Tag Groups Object
Object | Type | Description |
---|---|---|
archived | boolean | This tag group is no longer used |
code | string | External identifier of the Tag group / Dimension used for mapping to accounting system |
companyID | string | Unique identifier of the company the Tag Group belongs to |
createdAt | string | Creation date and time. Example: 2023-08-23T03:11:48.000Z |
id | string | Unique identifier of Tag Group (generated on creation) |
metadata | string | Place for API users to store flexible data. Example: {"externalExtraId":"f302f9ec-6c17-11ee-b962-0242ac120002"} |
name | string | Projects User readable name of Tag Group |
updatedAt | string | Date and time of the last update. Example: 2023-08-23T03:11:48.000Z |
Tags Object
Object | Type | Description |
---|---|---|
archived | boolean | This Tag is no longer used |
code | string | External identifier of the Tag |
createdAt | string | Creation date and time. Example: 2023-08-23T03:11:48.000Z |
groupId | string | Unique identifier of the Tag Group this Tag belongs to |
name | string | User readable name that is used for the possible value within a tag group on an expense Example: lunch allowance |
updatedAt | string | Date and time of the last update Example: 2023-08-23T03:11:48.000Z |