Method: accounts.reconciliationReports.get
Returns a reconciliation report.
HTTP request
GET https://travelpartner.googleapis.com/v3/{name=accounts/*/reconciliationReports/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
The resource name of the reconciliation report to fetch. The format is accounts/{account_id}/reconciliationReports/{datetime}~{filename} .
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ReconciliationReport
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/travelpartner
For more information, see the OAuth 2.0 Overview.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 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."]]],[]]