यह ग्राहक का प्राइमरी डोमेन नेम या ग्राहक का यूनीक आइडेंटिफ़ायर हो सकता है. अगर किसी ग्राहक का डोमेन नेम बदलता है, तो ग्राहक को ऐक्सेस करने के लिए पुराने डोमेन नेम का इस्तेमाल नहीं किया जा सकता. हालांकि, ग्राहक के यूनीक आइडेंटिफ़ायर (जो एपीआई से मिला है) का हमेशा इस्तेमाल किया जा सकता है. हमारा सुझाव है कि जहां भी लागू हो, वहां अपने सिस्टम में यूनीक आइडेंटिफ़ायर को सेव करें.
subscriptionId
string
यह एक ज़रूरी प्रॉपर्टी है. subscriptionId, सदस्यता का आइडेंटिफ़ायर है और हर ग्राहक के लिए यह यूनीक होता है. सदस्यता अपडेट करते समय subscriptionId बदल जाता है. इसलिए, हमारा सुझाव है कि आप इस आईडी को स्थायी डेटा के लिए, कुंजी के तौर पर इस्तेमाल न करें. साथ ही, सभी रीसेलर की सदस्यताएं वापस पाने वाले तरीके का इस्तेमाल करके, subscriptionId को ढूंढा जा सकता है.
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य हिस्सा
कामयाब रहने पर, जवाब के मुख्य हिस्से में Subscription का एक इंस्टेंस शामिल किया जाता है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-08-25 (UTC) को अपडेट किया गया."],[[["Retrieves a specific subscription's details using the provided `customerId` and `subscriptionId`."],["The `subscriptionId` is unique for each customer but can change after updates and should not be used as a persistent key; it can be obtained through the \"Retrieve all reseller subscriptions\" method."],["The request body should be empty, while the response, if successful, contains a `Subscription` object detailing the specific subscription."],["Requires authorization with either `https://www.googleapis.com/auth/apps.order` or `https://www.googleapis.com/auth/apps.order.readonly` scopes."]]],[]]