連携API (/integrations)
アクション
連携APIでは以下の操作が可能です。
| 動詞 | パス | アクション | Description |
|---|---|---|---|
| POST | /api/integrations | 作成 | 連携を作成する |
| GET | /api/integrations | インデックス | 連携を検索する |
| GET | /api/integrations /: id | 表示 | 連携を表示する |
| PUT | /api/integrations /: id | 更新 | 連携を更新する |
Elements
連携APIでは次の要素を使用できます。
| 要素 | 説明 | 必須 | 一意 | 許容値 | Api_In | Api_Out | データタイプ |
|---|---|---|---|---|---|---|---|
| business-object | ビジネスオブジェクト | yes | yes | yes | string(255) | ||
| code | 一意の連携コード | yes | yes | yes | yes | string(255) | |
| 作成日時 | CoupaがYYY-MM-DDTHH:MM:SS+HH:MMZの形式で自動的に作成します | yes | datetime | ||||
| direction | 方向性 | yes | to_coupa, from_coupa | yes | yes | string(255) | |
| end-system | 終了システム | yes | yes | yes | string(255) | ||
| end-system-type | 終了システムタイプ | yes | internal, payroll, erp, hr, third_party_partner, third_party_vendor, other | yes | yes | string(255) | |
| ID | Coupaの一意の識別子 | yes | 整数 | ||||
| integration-type | 連携タイプ | flat_file, api, corporate_credit_card_file, json, xml | yes | yes | string(255) | ||
| 名前 | 連携名 | yes | yes | yes | yes | string(255) | |
| standard | 標準 | yes | boolean | ||||
| updated-at | CoupaがYYY-MM-DDTHH:MM:SS+HH:MMZの形式で自動的に作成します | yes | datetime | ||||
| created_by | 作成したユーザー | yes | |||||
| 更新者 | 更新したユーザー | yes | |||||