查詢虛商下終端客戶帳號資訊。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
bss:GetCustomerAccountInfo |
get |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
當前API無需請求參數
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
返回對象 |
||
| Code |
string |
狀態代碼。 |
Success |
| Message |
string |
錯誤資訊。 |
Successful! |
| RequestId |
string |
請求 id。 |
94017C56-1725-5DD9-AB41-B3BAE791D600 |
| Success |
boolean |
success=true 代表調用執行完成。success=false 代表執行出現錯誤。 |
true |
| Data |
object |
返回資料。 |
|
| Mpk |
integer |
父帳號 mpk |
1051360339779133 |
| LoginEmail |
string |
終端客戶的郵箱地址 |
xxxx@aliyun.com |
| HostingStatus |
string |
託管狀態.信控提供,執行個體是否託管由阿里雲管理,如果託管,阿里雲會負責欠費停機操作 1、使用者凍結業務-"FREEZE", 2、使用者託管業務-"TRUSTEESHIP" |
FREEZE |
| AccountType |
string |
帳號類型 1 為企業, 0 個人 |
1 |
| CreditLimitStatus |
string |
enduser 業務類型 1、使用者凍結狀態-"Freeze" 2、使用者解凍狀態-"Thaw" 3、使用者託管狀態-"Trusteeship" 4、使用者非託管狀態-"TrusteeshipCancel" |
Freeze |
| IsCertified |
boolean |
實名認證狀態 |
true |
樣本
正常返回樣本
JSON格式
{
"Code": "Success",
"Message": "Successful!",
"RequestId": "94017C56-1725-5DD9-AB41-B3BAE791D600",
"Success": true,
"Data": {
"Mpk": 1051360339779133,
"LoginEmail": "xxxx@aliyun.com",
"HostingStatus": "FREEZE",
"AccountType": "1",
"CreditLimitStatus": "Freeze",
"IsCertified": true
}
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | NotAuthorized | This API is not authorized for caller. | |
| 401 | VnoNoDataError | There is no data by this request. | |
| 500 | InternalError | The request processing has failed due to some unknown error. |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。