CreateResellerUserQuota - 创建配额账本和消费账本
更新时间:
创建用户 Quota 配额账本和 Quota 消费账本。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
bss:CreateResellerUserQuota |
create |
*全部资源
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
Amount |
string |
是 |
金额,单位元[Quota 开户必填] |
100 |
Currency |
string |
是 |
币种名称 |
CNY:人民币。USD:美元。JPY:日元。 |
OutBizId |
string |
否 |
外部系统业务流水号 |
7ed0bedc-056e-4a71-9249-4581615c028f |
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
|||
Code |
string |
调用失败时,返回的错误码。更多信息,请参见错误码。 |
200 |
Message |
string |
调用结果的附加信息。 |
Successful! |
Data |
boolean |
是否成功。 |
true |
RequestId |
string |
请求 ID。 |
79EE7556-0CFD-44EB-9CD6-B3B526E3A85F |
Success |
boolean |
success=true 代表调用执行完成。success=false 代表执行出现错误。 |
true |
示例
正常返回示例
JSON
格式
{
"Code": "200",
"Message": "Successful!",
"Data": true,
"RequestId": "79EE7556-0CFD-44EB-9CD6-B3B526E3A85F",
"Success": true
}
错误码
HTTP status code |
错误码 |
错误信息 |
描述 |
---|---|---|---|
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. | |
400 | -303 | Record is exists already. | |
400 | CreditInnerError | This interface has some error. Please try again. | |
500 | UndefinedError | The request processing has failed due to some unknown error. |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?