रीसेलर एपीआई के ज़रिए customerType को अपडेट नहीं किया जा सकता. हालांकि, "team" का ग्राहक अपने डोमेन की पुष्टि करके, customerType = "domain" बन सकता है.
यह ग्राहक का प्राइमरी डोमेन नेम या ग्राहक का यूनीक आइडेंटिफ़ायर हो सकता है. अगर किसी ग्राहक का डोमेन नेम बदल जाता है, तो खरीदार को ऐक्सेस करने के लिए पुराने डोमेन नेम का इस्तेमाल नहीं किया जा सकता. हालांकि, ग्राहक के यूनीक आइडेंटिफ़ायर (एपीआई की मदद से लौटाए गए) का इस्तेमाल हमेशा किया जा सकता है. हमारा सुझाव है कि जहां लागू हो वहां अपने सिस्टम में यूनीक आइडेंटिफ़ायर को सेव करें.
[[["समझने में आसान है","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-29 (UTC) को अपडेट किया गया."],[[["Updates a customer account's settings, allowing changes to various aspects except customerType."],["Uses a PUT request to `https://reseller.googleapis.com/apps/reseller/v1/customers/{customerId}` to update the customer identified by customerId."],["Requires providing a request body containing the updated customer data in the format of a Customer object."],["Returns the updated Customer object in the response body upon successful completion."],["Needs authorization with the `https://www.googleapis.com/auth/apps.order` scope."]]],[]]