調用 QueryResellerAvailableQuota 查詢用戶(代付場景下設置消費配額)的當前可用配額余額信息。
調試
前往 API Explorer 在線調試,API Explorer 提供在線調用 API、動態生成 SDK Example 代碼和快速檢索接口等能力,能顯著降低使用云 API 的難度,推薦使用。
請求參數
名稱 | 類型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
OwnerId | Long | 是 | 187****382 | 阿里云 UID |
ItemCodes | String | 否 | ["CREDIT_QUOTA_BOOK_ITEM","CREDIT_CONSUME_BOOK_ITEM"] | 賬本類型:
|
返回參數
名稱 | 類型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 323232 | 請求標識 |
Code | String | 200 | 返回碼 |
Message | String | successful | 返回信息 |
Success | Boolean | true | 請求是否成功,取值:
|
Data | String | 20000 | 可用額度 |
請求示例
https://business.aliyuncs.com/?Action=QueryResellerAvailableQuota
&OwnerId=187****382
&ItemCodes=["CREDIT_QUOTA_BOOK_ITEM","CREDIT_CONSUME_BOOK_ITEM"]
返回示例
{
"RequestId":"323232",
"Code":"200",
"Message":"successful",
"Success":true,
"Data": "20000"
}
錯誤碼
HttpCode | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
500 | CreditInnerError | This interface has some error. Please try again. | 界面錯誤,請重試 |
400 | NotApplicable | This API is not applicable for caller. | 該接口不適用 |
400 | NotAuthorized | This API is not authorized for caller. | 調用者未授權 |
400 | InternalError | The request processing has failed due to some unknown error, exception or failure. | 由于某些未知的錯誤或異常,請求處理失敗。 |
400 | ParameterError | Missing the must parameter. | 缺少重要參數 |
500 | UndefinedError | The request processing has failed due to some unknown error. | 由于某些未知錯誤,請求處理失敗 |