gmb_info_accounts_locations_create
Create a new Google Business Profile location under a specified account. Provide business details such as name, address, and hours to add the location.
Instructions
POST v1/{+parent}/locations. Creates a new Location that will be owned by the logged in user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body for this Google API method. | |
| fields | No | Selector specifying which fields to include in a partial response. | |
| parent | Yes | Required. The name of the account in which to create this location. | |
| $.xgafv | No | V1 error format. | |
| quotaUser | No | Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. | |
| requestId | No | Optional. A unique request ID for the server to detect duplicated requests. We recommend using UUIDs. Max length is 50 characters. | |
| prettyPrint | No | Returns response with indentations and line breaks. | |
| validateOnly | No | Optional. If true, the request is validated without actually creating the location. |