Method: accounts.reconciliationReports.validate

אימות של דוח התאמה.

בקשת HTTP

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

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

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

פרמטרים
parent

string

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

גוף הבקשה

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

גוף התגובה

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

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

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

integer

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

issues[]

object (ReconciliationReportValidationIssue)

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

היקפי הרשאה

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

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

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