調(diào)用 CreateResellerUserQuota 創(chuàng)建用戶 Quota 配額賬本和 Quota 消費(fèi)賬本。
調(diào)試
前往 API Explorer 在線調(diào)試,API Explorer 提供在線調(diào)用 API、動態(tài)生成 SDK Example 代碼和快速檢索接口等能力,能顯著降低使用云 API 的難度,推薦使用。
請求參數(shù)
名稱 | 類型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
OwnerId | Long | 是 | 239****111 | 阿里云 UID |
Amount | String | 是 | 100000 | 額度金額 |
Currency | String | 否 | CNY | 幣種 |
OutBizId | String | 否 | 201****444 | 外部業(yè)務(wù)流水 |
返回參數(shù)
名稱 | 類型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 323232 | 請求標(biāo)識 |
Code | String | 200 | 返回碼 |
Message | String | successful | 返回信息 |
Success | Boolean | true | 請求是否成功,取值:
|
Data | Boolean | true | 設(shè)置是否成功,取值:
|
請求示例
https://business.aliyuncs.com/?Action=CreateResellerUserQuota
&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. | 調(diào)用者未授權(quán) |
400 | InternalError | The request processing has failed due to some unknown error, exception or failure. | 由于某些未知的錯誤或異常,請求處理失敗。 |
400 | ParameterError | Missing the must parameter. | 缺少重要參數(shù) |
500 | UndefinedError | The request processing has failed due to some unknown error. | 由于某些未知錯誤,請求處理失敗 |