调用 ChangeResellerConsumeAmount 进行用户 Quota 消费抵扣。
调试
前往 API Explorer 在线调试,API Explorer 提供在线调用 API、动态生成 SDK Example 代码和快速检索接口等能力,能显著降低使用云 API 的难度,推荐使用。
请求参数
参数名称 |
参数类型 |
是否必填 |
示例值 |
参数说明 |
OwnerId |
Long |
是 |
345****666 |
阿里云 UID |
AdjustType |
String |
是 |
increase |
调整类型,取值:
- increase:增加消费金额
- decrease:减少消费金额
|
Amount |
String |
是 |
10 |
变量 |
Currency |
String |
是 |
CNY |
币种 |
BusinessType |
String |
是 |
TRUSTEESHIP |
业务模式,取值:
- FREEZE:冻结业务
- TRUSTEESHIP:托管业务
|
Source |
String |
是 |
credit |
来源,外部系统名称 |
OutBizId |
String |
是 |
cb3*******40a |
外部业务流水 |
返回参数
名称 |
类型 |
示例值 |
描述 |
RequestId |
String |
323232 |
请求标识 |
Code |
String |
200 |
返回码 |
Message |
String |
successful |
返回信息 |
Success |
Boolean |
true |
请求是否成功,取值:
|
Data |
String |
10000 |
变更之后的 Quota 金额 |
请求示例
https://business.aliyuncs.com/?Action=ChangeResellerConsumeAmount
&OwnerId=345****666
&AdjustType=increase
&Amount=10000
&Currency=CNY
&BusinessType=FREEZE
&Source=credit
&OutBizId=cb3*******40a
返回示例
{
"RequestId":"323232",
"Code":"200",
"Message":"successful",
"Success":true,
"Data":"10000"
}
错误码
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. |
由于某些未知错误,请求处理失败 |