AI-generated Key Takeaways
- 
          
The
accounts.reconciliationReports.createmethod creates and uploads a reconciliation report to Google. - 
          
The HTTP request uses a POST method to the specified travelpartner.googleapis.com endpoint.
 - 
          
The path parameter
parentis a string representing the resource name of the account. - 
          
The request body requires an instance of ReconciliationReport.
 - 
          
The response body indicates a successful creation by including the reconciliation report object, successful record count, and any validation issues.
 - 
          
This method requires the
https://www.googleapis.com/auth/travelpartnerauthorization scope. 
Creates a reconciliation report and uploads it to Google.
HTTP request
POST https://travelpartner.googleapis.com/v3/{parent=accounts/*}/reconciliationReports
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 The resource name of the account being queried. The format is   | 
              
Request body
The request body contains an instance of ReconciliationReport.
Response body
Response message for ReconciliationReportService.CreateReconciliationReport.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{ "reconciliationReport": { object (  | 
                  
| Fields | |
|---|---|
reconciliationReport | 
                    
                       
 Resource name of the new reconciliation report. The format is   | 
                  
successfulRecordCount | 
                    
                       
 The number of commission records that were successfully saved.  | 
                  
issues[] | 
                    
                       
 Issues that were encountered when validating the file.  | 
                  
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/travelpartner
For more information, see the OAuth 2.0 Overview.