SetResellerUserQuota - 设置用户配额账本的Quota额度

更新时间:

创建用户quota配额账本和quota消费账本

接口说明

设置用户配额账本的 Quota 额度

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
Amountstring

金额,单位元

750
Currencystring

币种类型

CNY:人民币。 USD:美元
OutBizIdstring

业务 id

OD2022040818295234777795624764689

返回参数

名称类型描述示例值
object
Codestring

调用失败时,返回的错误码。更多信息,请参见错误码。

200
Messagestring

调用结果的附加信息。

Successful!
Databoolean

是否成功。

true
RequestIdstring

请求 ID。

F5B803CF-94D8-43AF-ADB3-D819AAD30E27
Successboolean

success=true 代表调用执行完成。success=false 代表执行出现错误。

true

示例

正常返回示例

JSON格式

{
  "Code": "200",
  "Message": "Successful!",
  "Data": true,
  "RequestId": "F5B803CF-94D8-43AF-ADB3-D819AAD30E27",
  "Success": true
}

错误码

HTTP status code错误码错误信息
400NotApplicableThis API is not applicable for caller.
400NotAuthorizedThis API is not authorized for caller.
400InternalErrorThe request processing has failed due to some unknown error, exception or failure.
400ParameterErrorMissing the must parameter.
500CreditInnerErrorThis interface has some error. Please try again.
500UndefinedErrorThe request processing has failed due to some unknown error.

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
暂无变更历史