AI-generated Key Takeaways
- 
          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/*}/placeActionLinkswith 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.managescope 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 | 
 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.