Method: accounts.reconciliationReports.get
HTTP リクエスト
GET https://travelpartner.googleapis.com/v3/{name=accounts/*/reconciliationReports/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
取得する調整レポートのリソース名。形式は accounts/{account_id}/reconciliationReports/{datetime}~{filename} です。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には ReconciliationReport
のインスタンスが含まれます。
認証スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/travelpartner
詳しくは、OAuth 2.0 の概要をご覧ください。
All rights reserved. Java は Oracle および関連会社の登録商標です。
最終更新日 2022-08-23 UTC。
[null,null,["最終更新日 2022-08-23 UTC。"],[[["Retrieves a reconciliation report using a GET request to a specified URL with path parameters."],["Requires the `name` path parameter formatted as `accounts/{account_id}/reconciliationReports/{datetime}~{filename}` to identify the report."],["The request body should be empty, and a successful response returns a `ReconciliationReport` object."],["Authorization requires the `https://www.googleapis.com/auth/travelpartner` OAuth scope."]]],[]]