調用 SetResellerUserQuota 設置用戶配額賬本的 Quota 額度。
調試
前往 API Explorer 在線調試,API Explorer 提供在線調用 API、動態生成 SDK Example 代碼和快速檢索接口等能力,能顯著降低使用云 API 的難度,推薦使用。
請求參數
名稱 |
類型 |
是否必填 |
示例值 |
描述 |
OwnerId |
Long |
是 |
239****111 |
阿里云 UID |
Amount |
String |
是 |
100000 |
額度金額 |
Currency |
String |
否 |
CNY |
幣種 |
OutBizId |
String |
否 |
201****444 |
外部業務流水 |
返回參數
名稱 |
類型 |
示例值 |
描述 |
RequestId |
String |
323232 |
請求標識 |
Code |
String |
200 |
返回碼 |
Message |
String |
successful |
返回信息 |
Success |
Boolean |
true |
請求是否成功,取值:
|
Data |
Boolean |
true |
設置是否成功,取值:
|
請求示例
https://business.aliyuncs.com/?Action=SetResellerUserQuota
&OwnerId=239****111
&Amount=100000
&Currency=CNY
返回示例
{
"RequestId":"323232",
"Code":"200",
"Message":"successful",
"Success":true,
"Data":true
}
錯誤碼
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. |
由于某些未知錯誤,請求處理失敗 |