Tag API
Elements
Element | Description | Type | API In | API Out | Required | Length | Allowable Values |
---|---|---|---|---|---|---|---|
created-at | Automatically created by Coupa in the format YYYY-MM-DDTHH:MM:SS+HH:MMZ | datetime | yes | ||||
created-by | User who created | User | yes | ||||
id | Coupa unique identifier | integer | yes | ||||
name | Name | string(30) | yes | yes | yes | yes | |
system-tag | System tag | boolean | yes | yes | TRUE | ||
updated-at | Automatically created by Coupa in the format YYYY-MM-DDTHH:MM:SS+HH:MMZ | datetime | yes | ||||
updated-by | User who updated | User | yes |
Example
When using the Tag API, <tag>
should always be wrapped inside <tagging>
.
Here is an example:
<invoice-lines> <invoice-line> <taggings> <tagging> <tag> <name>header_tag</name> <system_tag>true</system_tag> </tag> <description>API Desc</description> </tagging> </taggings> </invoice-line> </invoice-lines>