タグAPI
タグAPIを使用してタグを指定し、それらのタグが外部タグかどうかを指定できます。
関連付け
タグAPIリソースは、請求書やソーシングAPIなど、多くのCoupaオブジェクトと関連付けられています。
Elements
要素 | Description | 必須 | 一意 | 許容値 | 入力 | 出力 | データタイプ |
|---|---|---|---|---|---|---|---|
作成日時 | CoupaがYYY-MM-DDTHH:MM:SS+HH:MMZの形式で自動的に作成します | yes | datetime | ||||
created-by | 作成したユーザー | yes | |||||
ID | Coupaの一意の識別子 | yes | 整数 | ||||
名前 | Name | yes | yes | yes | yes | string(30) | |
system-tag | システムタグ | yes | yes | boolean | |||
updated-at | CoupaがYYY-MM-DDTHH:MM:SS+HH:MMZの形式で自動的に作成します | yes | datetime | ||||
updated-by | 更新したユーザー | yes | |||||
| アクティブ | アクティブ状態のタグ付け | yes | yes | boolean |
例
タグAPIを使用する場合、 <tag> は常に が <tagging>の中に包まれている必要があります。
例:
<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>