Method: locations.placeActionLinks.create

Creates a place action link associated with the specified location, and returns it. The request is considered duplicate if the parent, placeActionLink.uri and placeActionLink.place_action_type are the same as a previous request.

HTTP request

POST https://mybusinessplaceactions.googleapis.com/v1/{parent=locations/*}/placeActionLinks

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The resource name of the location where to create this place action link. locations/{locationId}.

Request body

The request body contains an instance of PlaceActionLink.

Response body

If successful, the response body contains a newly created instance of PlaceActionLink.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/business.manage

For more information, see the OAuth 2.0 Overview.