A Tag is assigned to a different transfer in order to label them.
The Tag is stored and managed under the organization and is identified in the system by its unique ID, the UUID.
The following table describes the fields in the REST API messages for tags:
Field | Type | Description |
---|---|---|
id | string | The UUID. A unique ID of the tag. |
created_at | date | The creation time of the tag. Standard format of timestamp with a time zone. ISO_8601 |
updated_at | date | The time when the tag details were last updated. Standard format of timestamp with a time zone. ISO_8601 |
label | string | The label of this tag. |
color | string | The color of this tag. |
organization_id | string | The ID of the organization to which this tag belongs. See Organization Object |