gmb_actions_locations_placeactionlinks_create
Creates a place action link for a specified location, enabling actions like appointments, dining reservations, or food ordering. Duplicate requests are blocked based on URI and action type.
Instructions
POST v1/{+parent}/placeActionLinks. Creates a place action link associated with the specified location, and returns it. The request is considered duplicate if the parent, place_action_link.uri and place_action_link.place_action_type are the same as a previous request.
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 resource name of the location where to create this place action link. `locations/{location_id}`. | |
| $.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. | |
| prettyPrint | No | Returns response with indentations and line breaks. |