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 |
Required. The resource name of the location where to create this place action link. |
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.