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
필수 항목입니다. 원하는 조정 보고서의 파일 이름입니다.
|
메서드 |
|
조정 보고서를 만들어 Google에 업로드합니다. |
|
조정 보고서를 반환합니다. |
|
생성된 조정 보고서의 이름 목록을 반환합니다. |
|
조정 보고서의 유효성을 검사합니다. |
All rights reserved. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2022-08-23(UTC)
[null,null,["최종 업데이트: 2022-08-23(UTC)"],[[["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eIt allows you to check the status, validate the format, and upload your commission reports, with further details available in the provided Hotel Center link.\u003c/p\u003e\n"],["\u003cp\u003eYou can utilize methods like \u003ccode\u003ecreate\u003c/code\u003e, \u003ccode\u003eget\u003c/code\u003e, \u003ccode\u003elist\u003c/code\u003e, and \u003ccode\u003evalidate\u003c/code\u003e to interact with reconciliation reports via the API.\u003c/p\u003e\n"],["\u003cp\u003eThe report data is structured in JSON format with fields like \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003econtents\u003c/code\u003e, and \u003ccode\u003efileName\u003c/code\u003e, adhering to specific content requirements outlined in the linked documentation.\u003c/p\u003e\n"]]],[],null,["# REST Resource: accounts.reconciliationReports\n\n- [Resource: ReconciliationReport](#ReconciliationReport)\n - [JSON representation](#ReconciliationReport.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ReconciliationReport\n------------------------------\n\nReconciliation 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](//support.google.com/hotelprices/answer/7019060#sending).\n\n| JSON representation |\n|--------------------------------------------------------------------|\n| ``` { \"name\": string, \"contents\": string, \"fileName\": string } ``` |\n\n| Fields ||\n|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `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. |\n| `contents` | `string` Required. The contents of the commission report. Report contents must conform to the requirements specified in [Reconciliation reports](//support.google.com/hotelprices/answer/7019060#creating). |\n| `fileName` | `string` Required. Desired filename of the reconciliation report. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------------------------|----------------------------------------------------------------|\n| ### [create](/hotels/hotel-prices/api-reference/rest/v3/accounts.reconciliationReports/create) | Creates a reconciliation report and uploads it to Google. |\n| ### [get](/hotels/hotel-prices/api-reference/rest/v3/accounts.reconciliationReports/get) | Returns a reconciliation report. |\n| ### [list](/hotels/hotel-prices/api-reference/rest/v3/accounts.reconciliationReports/list) | Returns a list of the names of created reconciliation reports. |\n| ### [validate](/hotels/hotel-prices/api-reference/rest/v3/accounts.reconciliationReports/validate) | Validates a reconciliation report. |"]]