REST Resource: accounts.reconciliationReports
Resource: ReconciliationReport
Reconciliation report (Hotel Ads only). Covers the Reconciliation Reports functionality in pre-v3.0 API versions. Lets you see the status, validate, and upload your Commissions reconciliation reports. This only applies if you are in the Google Hotel Ads Commissions Program (GHACP). For more information about working with reconciliation reports in Hotel Center, refer to Reconciliation reports.
JSON representation |
{
"name": string,
"contents": string,
"fileName": string
} |
Fields |
name |
string
Resource name in the format accounts/{account_id}/reconciliationReports/{datetime}~{filename} . The value for {datetime} must be from 0001-01-01T00:00:00 to 9999-12-31T23:59:59 inclusive.
|
contents |
string
Required. The contents of the commission report. Report contents must conform to the requirements specified in Reconciliation reports.
|
fileName |
string
Required. Desired filename of the reconciliation report.
|
Methods |
|
Creates a reconciliation report and uploads it to Google. |
|
Returns a reconciliation report. |
|
Returns a list of the names of created reconciliation reports. |
|
Validates a reconciliation report. |
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 UTC.
[null,null,["Last updated 2025-02-28 UTC."],[[["The Reconciliation Report resource, specific to Hotel Ads and pre-v3.0 APIs, enables managing commission reconciliation reports for Google Hotel Ads Commissions Program (GHACP) participants."],["It allows you to check the status, validate the format, and upload your commission reports, with further details available in the provided Hotel Center link."],["You can utilize methods like `create`, `get`, `list`, and `validate` to interact with reconciliation reports via the API."],["The report data is structured in JSON format with fields like `name`, `contents`, and `fileName`, adhering to specific content requirements outlined in the linked documentation."]]],[]]