インテグレーション実行API
このページは機械翻訳を使用して翻訳されています。
インテグレーション実行にアクセスするためのURLはですhttps://<instance>.coupahost.com/api/integration_runs
詳細については、 統合のベストプラクティス を参照してください。
アクション
インテグレーション実行APIを使用すると、次のことができます。
動詞 | パス | アクション | 説明 |
---|---|---|---|
投稿 | / api / integration_runs | 作成 | ステータスが保留中の統合実行を作成 |
置く | / api / integration_runs /:id / fail | 失敗 | 統合実行ステータスを失敗に設定 |
GET | / api / integration_runs | インデックス | クエリ統合実行 |
置く | / api / integration_runs /:id / pause | 一時停止 | 統合実行ステータスを一時停止に設定 |
置く | / api / integration_runs /:id / pending | 保留中 | 統合実行ステータスを保留に設定 |
置く | / api / integration_runs /:id / run | 実行 | 統合実行ステータスを実行に設定 |
GET | / api / integration_runs /:id | 表示 | インテグレーション実行を表示 |
置く | / api / integration_runs /:id / success | 成功 | 統合実行ステータスを成功に設定 |
パッチ | / api / integration_runs /:id | 更新 | インテグレーション実行を更新 |
置く | / api / integration_runs /:id | 更新 | インテグレーション実行を更新 |
要素
これらは、インテグレーション実行APIに利用可能な要素です:
要素 | 説明 | タイプ | API入力 | API Out | 必須 | 長さ | 許容値 |
---|---|---|---|---|---|---|---|
created-at | 「YYYY-MM-DDTHH:MM:SS+HH:MMZ」の形式で、Coupaによって自動的に作成されます | はい | 日時 | ||||
終了時間 | end_time | はい | はい | 日時 | |||
フロー | フロー | はい | はい | フロー | |||
id | Coupaの一意の識別子 | はい | 整数 | ||||
integration | integration | はい | はい | はい | インテグレーション | ||
integration | 標準 | ブール値 | いいえ | 任意 | |||
Integration_errors | document-type | 文字列(255) | いいえ | OrderHeader、InventoryTransaction、InvoiceHeader、ExpenseReport、RequisitionHeader、Account、Supplier、User、Address、RemitToAddress、Contract、ExchangeRate、Invoice、Requisition、Payment、ApprovalChain、LookupValue、Item、SupplierInformation | |||
Integration_errors | document_id | 整数 | いいえ | 任意 | |||
Integration_errors | document_status | string型 | いいえ | 任意 | |||
Integration_errors | document_revision | 整数 | いいえ | 任意 | |||
Integration_errors | Integration_errors | string型 | はい | Integration_errors | |||
Integration_errors | document-type | 文字列(255) | false |
OrderHeader、InventoryTransaction、InvoiceHeader、ExpenseReport、RequisitionHeader、Account、Supplier、User、Address、RemitToAddress、Contract、ExchangeRate、Invoice、Requisition、Payment、ApprovalChain、LookupValue、Item、SupplierInformation |
|||
Integration_errors | document_id | 整数 | false | 任意 | |||
Integration_errors | document_status | string型 | false | 任意 | |||
Integration_errors | document_revision | 整数 | false | 任意 | |||
レコード処理済み | records_processed | はい | はい | 整数 | |||
開始時間 | start_time | はい | はい | 日時 | |||
status | 取引ステータス | はい | string型 | ||||
合計記録 | total_records | はい | はい | 整数 | |||
updated-at | 「YYYY-MM-DDTHH:MM:SS+HH:MMZ」の形式で、Coupaによって自動的に作成されます | はい | 日時 |