Method: accounts.reconciliationReports.create

ייווצר דוח התאמה ויועלה ל-Google.

בקשת HTTP

POST https://travelpartner.googleapis.com/v3/{parent=accounts/*}/reconciliationReports

כתובת ה-URL כוללת תחביר gRPC קידוד מחדש.

פרמטרים של נתיב

פרמטרים
parent

string

שם המשאב של החשבון שלגביו נשלחת שאילתה. הפורמט הוא accounts/{account_id}.

גוף הבקשה

גוף הבקשה מכיל מופע של ReconciliationReport.

גוף התגובה

אם התגובה מוצלחת, גוף התגובה מכיל נתונים במבנה הבא:

הודעת תגובה להודעה של ReconciliationReportService.CreateReconciliationReport.

ייצוג JSON
{
  "reconciliationReport": {
    object (ReconciliationReport)
  },
  "successfulRecordCount": integer,
  "issues": [
    {
      object (ReconciliationReportValidationIssue)
    }
  ]
}
שדות
reconciliationReport

object (ReconciliationReport)

שם המשאב של דוח ההתאמה החדש. הפורמט הוא accounts/{account_id}.

successfulRecordCount

integer

מספר רשומות העמלות שנשמרו בהצלחה.

issues[]

object (ReconciliationReportValidationIssue)

בעיות שנתקלתם בהן במהלך אימות הקובץ.

היקפי הרשאה

יש צורך בהיקף OAuth הבא:

  • https://www.googleapis.com/auth/travelpartner

למידע נוסף, אפשר לעיין בסקירה הכללית על OAuth 2.0.