Method: locations.placeActionLinks.create

  • Creates a place action link for a specified location, returning the link if successful and considering requests with the same parent, URI, and place action type as duplicates.

  • Uses an HTTP POST request to https://mybusinessplaceactions.googleapis.com/v1/{parent=locations/*}/placeActionLinks with the location specified as a path parameter.

  • Requires a request body containing a PlaceActionLink object and returns a PlaceActionLink object upon successful creation.

  • Needs authorization with the https://www.googleapis.com/auth/business.manage scope for access.

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.