Method: locations.transfer
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
העברת מיקום מחשבון שבבעלות המשתמש לחשבון אחר שאותו משתמש מנהל. המשתמש חייב להיות הבעלים של החשבון שאליו משויך המיקום כרגע, וגם להיות מנהל של חשבון היעד לפחות.
בקשת HTTP
POST https://mybusinessaccountmanagement.googleapis.com/v1/{name=locations/*}:transfer
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. שם המיקום להעברה. locations/{locationId} .
|
גוף הבקשה
גוף הבקשה מכיל נתונים במבנה הבא:
ייצוג JSON |
{
"destinationAccount": string
} |
שדות |
destinationAccount |
string
חובה. השם של משאב החשבון שאליו יועבר המיקום (לדוגמה, 'accounts/{account}').
|
גוף התשובה
אם הביצוע יהיה תקין, גוף התגובה יהיה ריק.
היקפי ההרשאות
נדרש היקף ההרשאות הבא של OAuth:
https://www.googleapis.com/auth/business.manage
למידע נוסף, קראו את המאמר סקירה כללית של OAuth 2.0.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-22 (שעון 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-08-22 (שעון UTC)."],[[["Transfers a location between two accounts owned/managed by the same user, requiring ownership of the origin account and at least manager status on the destination account."],["Utilizes an HTTP POST request to `https://mybusinessaccountmanagement.googleapis.com/v1/{name=locations/*}:transfer`, specifying the location with `{locationId}` in the path."],["The request body must contain the `destinationAccount` field, indicating the target account's name in the format `\"accounts/{account}\"`."],["Upon successful transfer, the response body will be empty, confirming the location's move."],["Requires the `https://www.googleapis.com/auth/business.manage` OAuth scope for authorization."]]],[]]