驗證對帳報告。
HTTP 要求
POST https://travelpartner.googleapis.com/v3/{parent=accounts/*}/reconciliationReports:validate
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 | |
---|---|
parent |
所查詢帳戶的資源名稱。格式為 |
要求主體
要求主體包含 ReconciliationReport
的例項。
回應主體
如果成功,回應主體即會包含具有以下結構的資料:
「ReconciliationReportService.ValidateReconciliationReport
」的回應訊息。
JSON 表示法 |
---|
{
"successfulRecordCount": integer,
"issues": [
{
object ( |
欄位 | |
---|---|
successfulRecordCount |
成功驗證的佣金記錄數量。 |
issues[] |
驗證檔案時發生的問題。 |
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/travelpartner
詳情請參閱 OAuth 2.0 總覽。