Method: locations.placeActionLinks.create

建立與指定地點相關聯的地點動作連結,再傳回該連結。如果 parentplaceActionLink.uriplaceActionLink.place_action_type 與先前的要求相同,系統會將要求視為重複。

HTTP 要求

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

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
parent

string

必要欄位。建立這個地點動作連結的位置資源名稱。locations/{locationId}.

要求主體

要求主體包含 PlaceActionLink 的例項。

回應主體

如果成功,回應主體會包含新建立的 PlaceActionLink 例項。

授權範圍

需要下列 OAuth 範圍:

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

詳情請參閱 OAuth 2.0 總覽