REST Resource: accounts.reconciliationReports
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แหล่งข้อมูล: รายงานการปรับยอด
รายงานการปรับยอด (Hotel Ads เท่านั้น) ครอบคลุมฟังก์ชันรายงานการปรับยอดใน API เวอร์ชันก่อน 3.0 ให้คุณดูสถานะ ตรวจสอบ และอัปโหลดรายงานการปรับยอดค่าคอมมิชชัน วิธีนี้จะมีผลก็ต่อเมื่อคุณอยู่ในโปรแกรมค่าคอมมิชชัน Google Hotel Ads (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 |
|
แสดงรายงานการปรับยอด |
|
แสดงผลรายการรายงานการปรับยอดที่สร้างขึ้น |
|
ตรวจสอบรายงานการปรับยอด |
สงวนลิขสิทธิ์ Java เป็นเครื่องหมายการค้าจดทะเบียนของ 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. |"]]