メインコンテンツまでスキップ

 

 

Coupa Japanese

統合エラーAPI

このページは機械翻訳を使用して翻訳されています。


統合エラーにアクセスするためのURLはですhttps://{your_instance}/api/integration_errors

詳細については、 統合のベストプラクティス を参照してください。

アクション

インテグレーション履歴レコードAPIを使用すると、次のことができます。

動詞 パス アクション 説明
GET /api/integration_errors 質問 クエリ統合エラー
投稿 /api/integration_errors 作成 統合エラーを作成
GET /api/integration_errors/{id} 表示 統合エラーを表示
パッチ /api/integration_errors/{id} 更新 統合エラーを更新
置く /api/integration_errors/{id} 更新 統合エラーを更新
置く /api/integration_errors/{id}/resolve 解決 統合エラーを解決
置く /api/integration_errors/{id}/unresolve 未解決 解決された統合エラーを未解決
投稿 /api/integration_errors/create_alert create_alert / integration_errors / create_alert

要素

インテグレーションエラーAPIで使用できる要素は次のとおりです:

要素 説明 必須 一意 許容値 アウト データタイプ
連絡アラートタイプ contact_alert_type はい     はい はい 文字列(255)
created-at 「YYYY-MM-DDTHH:MM:SS+HH:MMZ」の形式で、Coupaによって自動的に作成されます       はい はい 日時
created_by 作成したユーザー         はい ユーザー[1]
作成方法 creation_method       はい はい 文字列(255)
ドキュメントID document_id       はい はい 整数
ドキュメント改訂 document_revision       はい はい 整数
文書ステータス document_status       はい はい 文字列(255)
document-type document-type     ContingentWorkOrderHeader、ExternalOrderHeader、OrderHeader、InventoryTransaction、InvoiceHeader、ExpenseReport、RequisitionHeader、Account、Supplier、User、Address、RemitToAddress、Contract、ExchangeRate、Invoice、Requisition、Payment、ApprovalChain、LookupValue、Item、SupplierInformation、Asn :: Header、AccountValidation はい はい 文字列(255)
外部ID external_id       はい はい 文字列(255)
id Coupaの一意の識別子         はい 整数
integration integration       はい はい インテグレーション[2]
integration_filename 統合エラーに関連するファイル名       はい はい 文字列(255)
統合実行ID インテグレーション実行歴ID はい     はい はい 整数
resolved このエラーが解決された場合は真         はい ブール値
回答 外部システムからの応答       はい はい IntegrationRecordResponse[3]
status 取引ステータス       はい はい 文字列(255)
updated-at 「YYYY-MM-DDTHH:MM:SS+HH:MMZ」の形式で、Coupaによって自動的に作成されます       はい はい 日時
updated_by 更新したユーザー         はい ユーザー[4]
  • この記事は役に立ちましたか?