REST Resource: accounts.reconciliationReports
リソース: ReconciliationReport
調整レポート(ホテル広告のみ)。v3.0 より前の API バージョンにおける調整レポートの機能について説明します。手数料の調整レポートのステータスを確認、検証、アップロードできます。これは、Google ホテル広告コミッション プログラム(GHACP)をご利用の場合にのみ適用されます。Hotel Center で調整レポートを使用する方法について詳しくは、調整レポートをご覧ください。
JSON 表現 |
{
"name": string,
"contents": string,
"fileName": string
} |
フィールド |
name |
string
リソース名。形式は accounts/{account_id}/reconciliationReports/{datetime}~{filename} です。{datetime} の値は 0001-01-01T00:00:00 ~ 9999-12-31T23:59:59 の範囲内で指定する必要があります。
|
contents |
string
必須。コミッション レポートの内容。レポートの内容は、調整レポートの要件を遵守する必要があります。
|
fileName |
string
必須。調整レポートの目的のファイル名。
|
Methods |
|
照合レポートを作成して Google にアップロードします。 |
|
調整レポートを返します。 |
|
作成された調整レポートの名前のリストを返します。 |
|
調整レポートを検証します。 |
All rights reserved. Java は Oracle および関連会社の登録商標です。
最終更新日 2022-08-23 UTC。
[null,null,["最終更新日 2022-08-23 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."]]],[]]