Method: accounts.locations.transfer
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
העברת מיקום מחשבון שבבעלות המשתמש לחשבון אחר שאותו משתמש מנהל. המשתמש צריך להיות הבעלים של החשבון שאליו המיקום משויך כרגע, וגם לפחות מנהל בחשבון היעד. הפונקציה מחזירה את המיקום עם שם המשאב החדש.
בקשת HTTP
POST https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*}:transfer
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
שם המיקום שרוצים להעביר.
|
גוף הבקשה
גוף הבקשה מכיל נתונים במבנה הבא:
ייצוג ב-JSON |
{
"toAccount": string
} |
שדות |
toAccount |
string
השם של משאב החשבון שאליו רוצים להעביר את המיקום (לדוגמה, accounts/8675309).
|
גוף התשובה
אם הפעולה מצליחה, גוף התגובה מכיל מופע של Location
.
היקפי הרשאות
נדרש אחד מהיקפי ההרשאות הבאים של OAuth:
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
למידע נוסף, קראו את המאמר סקירה כללית של OAuth 2.0.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-09 (שעון UTC).
[[["התוכן קל להבנה","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-11-09 (שעון UTC)."],[[["This endpoint, now deprecated in favor of the Account Management API, enables transferring a location between accounts owned and administered by the same user."],["To transfer, a POST request is made to the specified URL, including the location's name as a path parameter and the destination account name in the request body."],["Successful execution results in a response containing the updated Location resource."],["Authorization necessitates the inclusion of specific OAuth scopes, such as `https://www.googleapis.com/auth/plus.business.manage` or `https://www.googleapis.com/auth/business.manage`."],["Users should transition to the designated Account Management API for location transfer functionality."]]],[]]