Method: accounts.reconciliationReports.create

समाधान रिपोर्ट बनाता है और उसे Google पर अपलोड कर देता है.

एचटीटीपी अनुरोध

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

यूआरएल में gRPC ट्रांसकोडिंग सिंटैक्स का इस्तेमाल होता है.

पाथ पैरामीटर

पैरामीटर
parent

string

क्वेरी किए जा रहे खाते का संसाधन नाम. फ़ॉर्मैट accounts/{account_id} है.

अनुरोध का मुख्य भाग

अनुरोध के मुख्य भाग में ReconciliationReport का उदाहरण है.

जवाब का मुख्य भाग

अगर एपीआई सही से जुड़ जाता है, ताे जवाब के मुख्य भाग में नीचे दिए गए स्ट्रक्चर शामिल होता है.

ReconciliationReportService.CreateReconciliationReport के लिए जवाब का मैसेज.

जेएसओएन के काेड में दिखाना
{
  "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 की खास जानकारी देखें.