電話番号のビジネス情報を照会します。
操作説明
このオペレーションの 1 秒あたりのクエリ数 (QPS) の上限は、ユーザーあたり 10 です。この上限を超えると、API 呼び出しがスロットリングされ、ビジネスに影響を与える可能性があります。適切な頻度でこのオペレーションを呼び出してください。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
cams:QueryPhoneBusinessProfile |
get |
*すべてのリソース。
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| CustSpaceId |
string |
必須 |
ISV サブ顧客のスペース ID。 |
293483938849**** |
| PhoneNumber |
string |
必須 |
電話番号。 |
861380000**** |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
レスポンスパラメーター。 |
||
| AccessDeniedDetail |
string |
アクセス拒否の詳細。 |
None |
| Message |
string |
エラーメッセージ。 |
None |
| RequestId |
string |
リクエスト ID。 |
90E63D28-E31D-1EB2-8939-A94866411B2O |
| Data |
object |
返されたデータ。 |
|
| Vertical |
string |
業種。 |
Retail |
| Description |
string |
説明。 |
Description |
|
string |
メールアドレス。 |
example@aliyun.com |
|
| Address |
string |
住所。 |
Changsha |
| ProfilePictureUrl |
string |
プロフィール画像の URL。 |
https://example.img |
| Websites |
array |
Web サイト。 |
|
|
string |
Web サイトの URL。 |
https://alibaba.com |
|
| About |
string |
概要情報。 |
business profile |
| Code |
string |
リクエストステータスコード。
|
OK |
| Success |
boolean |
呼び出しが成功したかどうかを示します。有効な値:
|
true |
例
成功レスポンス
JSONJSON
{
"AccessDeniedDetail": "None",
"Message": "None",
"RequestId": "90E63D28-E31D-1EB2-8939-A94866411B2O",
"Data": {
"Vertical": "Retail",
"Description": "Description",
"Email": "example@aliyun.com",
"Address": "Changsha",
"ProfilePictureUrl": "https://example.img",
"Websites": [
"https://alibaba.com"
],
"About": "business profile"
},
"Code": "OK",
"Success": true
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | Product.Unsubscript | You have not subscribed to the specified product. | |
| 400 | Ram.PermissionDeny | You are not authorized to perform the operation. | |
| 400 | System.LimitControl | The system is under flow control. | |
| 400 | Unknown.ResourceOwnerId | The resource does not belong to the current user. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。