REST Resource: accounts.reconciliationReports
Zasób: raport uzgodnień
Raport uzgodnień (tylko reklamy hoteli). Obejmuje funkcję raportów uzgodnień w wersjach interfejsu starszych niż 3.0. Pozwala sprawdzać stan, weryfikować i przesyłać raporty uzgodnień prowizji. Ma to zastosowanie tylko wtedy, gdy uczestniczysz w programie prowizji dla reklam hoteli w Google. Więcej informacji o pracy z raportami uzgodnień w Hotel Center znajdziesz w raportach uzgodnień.
Zapis JSON |
{
"name": string,
"contents": string,
"fileName": string
} |
Pola |
name |
string
Nazwa zasobu w formacie accounts/{account_id}/reconciliationReports/{datetime}~{filename} . Wartość w polu {datetime} musi zawierać się w zakresie od 0001-01-01T00:00:00 do 9999-12-31T23:59:59 włącznie.
|
contents |
string
Wymagany. Treść raportu prowizji. Zawartość raportu musi być zgodna z wymaganiami określonymi w raportach uzgodnień.
|
fileName |
string
Wymagany. Nazwa pliku raportu uzgodnień.
|
Metody |
|
Tworzy raport uzgodnień i przesyła go do Google. |
|
Zwraca raport uzgodnień. |
|
Zwraca listę nazw utworzonych raportów uzgodnień. |
|
Weryfikuje raport uzgodnień. |
Wszelkie prawa zastrzeżone. Java jest zastrzeżonym znakiem towarowym firmy Oracle lub jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2022-08-23 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]