Method: customers.productLinkInvitations.update

商品リンクの招待を更新します。

HTTP リクエスト

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

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
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 の概要をご覧ください。