Method: accounts.locations.create
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
指定されたアカウントによって所有される新しい location
を作成して返します。
HTTP リクエスト
POST https://mybusiness.googleapis.com/v4/{parent=accounts/*}/locations
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
このビジネスを作成するアカウントの名前。
|
クエリ パラメータ
パラメータ |
validateOnly |
boolean
true の場合、ビジネスが実際に作成されることなく、リクエストの検証のみが行われます。
|
requestId |
string
重複するリクエストを検出するための、サーバーの一意のリクエスト ID。UUID を使用することをおすすめします。最大長は 50 文字です。
|
リクエスト本文
リクエストの本文には Location
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には、新しく作成された Location
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
詳細については、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 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"]],["最終更新日 2023-12-01 UTC。"],[[["Creates a new location owned by a specified account and returns the location data upon successful creation."],["The endpoint utilizes a POST request to `https://mybusiness.googleapis.com/v4/{parent=accounts/*}/locations` with path and query parameters for customization."],["Requires a request body containing a `Location` object and responds with the newly created `Location` object if successful."],["Authorization is necessary using OAuth scopes like `https://www.googleapis.com/auth/plus.business.manage` or `https://www.googleapis.com/auth/business.manage`."]]],[]]