Method: customers.productLinkInvitations.update

更新產品連結邀請。

HTTP 要求

POST https://googleads.googleapis.com/v16/customers/{customerId}/productLinkInvitations:update

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

路徑參數

參數
customerId

string

必要欄位。要修改的客戶 ID。

要求主體

要求主體的資料會採用以下結構:

JSON 表示法
{
  "productLinkInvitationStatus": enum (ProductLinkInvitationStatus),
  "resourceName": string
}
欄位
resourceName

string

必要欄位。產品連結邀請的資源名稱。

回應主體

產品連結邀請更新的回應訊息。

如果成功,回應主體即會包含具有以下結構的資料:

JSON 表示法
{
  "resourceName": string
}
欄位
resourceName

string

更新結果。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/adwords

詳情請參閱 OAuth 2.0 總覽