Method: accounts.reconciliationReports.list

傳回已建立對帳報告的名稱清單。

HTTP 要求

GET https://travelpartner.googleapis.com/v3/{parent=accounts/*}/reconciliationReports

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
parent

string

所查詢帳戶的資源名稱。格式為 accounts/{account_id}

查詢參數

參數
startDate

string

要擷取日期範圍的日期範圍。格式為 yyyy-MM-dd[THH[:mm[:SS]]]。如果空白,系統會從一開始開始擷取報表。

endDate

string

要擷取檔案的日期範圍結束日期。格式為 yyyy-mm-dd[THH[:MM[:SS]]]。如果空白,系統會擷取到結束時間的這段期間。

要求主體

要求主體必須為空白。

回應主體

如果成功,回應主體即會包含具有以下結構的資料:

ReconciliationReportService.ListReconciliationReports」的回應訊息。

JSON 表示法
{
  "reconciliationReports": [
    {
      object (ReconciliationReport)
    }
  ]
}
欄位
reconciliationReports[]

object (ReconciliationReport)

對帳報告名稱清單。請注意,此呼叫不會傳回每個 ReconciliationReport 物件的 contentsfileName 欄位。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/travelpartner

詳情請參閱 OAuth 2.0 總覽