Method: locations.verifications.complete
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
PENDING
のオーナー確認を完了します。
この操作が必要なのは、AUTO
以外のオーナー確認方法の場合のみです。AUTO
のオーナー確認リクエストは、作成後すぐに VERIFIED
になります。
HTTP リクエスト
POST https://mybusinessverifications.googleapis.com/v1/{name=locations/*/verifications/*}:complete
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。完了するオーナー確認のリソース名。
|
リクエスト本文
リクエストの本文には、次の構造のデータが含まれます。
JSON 表現 |
{
"pin": string
} |
フィールド |
pin |
string
必須。オーナー確認を完了するために販売者が受け取った PIN コード。
|
レスポンスの本文
Verifications.CompleteVerificationAction に対するレスポンス メッセージです。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
フィールド |
verification |
object (Verification )
完了したオーナー確認。
|
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/business.manage
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-14 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-10-14 UTC。"],[[["This document explains how to complete a pending verification for a business using the Google My Business Verifications API."],["The process involves sending a POST request to a specific endpoint with the verification's resource name and a PIN code."],["The request body requires a JSON object containing the PIN received by the merchant."],["A successful response will contain the completed verification details in the response body."],["Authorization requires the `https://www.googleapis.com/auth/business.manage` scope."]]],[]]