查询预算计费模式筛选项
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
|---|---|---|---|---|
Action | String | 是 | ListBudgetFilterBillingMode | 要执行的操作,取值:ListBudgetFilterBillingMode。 |
Version | String | 是 | 2022-01-01 | API的版本,取值:2022-01-01。 |
Limit | Integer | 是 | 100 | 查询数量 |
Offset | Integer | 是 | 0 | 查询偏移量 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
BillingModeInfoList | Array of Object | [ | 计费模式信息列表 |
Total | Integer | 4 | 总数量 |
Limit | Integer | 10 | 查询数量 |
Offset | Integer | 0 | 查询偏移量 |
{ "Limit": 10, "Offset": 0, }
{ Metadata: { RequestId: "2025101521264063D4884377DAC201AA08", Action: "ListBudgetFilterBillingMode", Version: "2022-01-01", Service: "billing", Region: "cn-beijing", HTTPCode: 200 }, BillingModeInfoList: [ { BillingModeCode: "2", BillingModeName: "按量计费" }, { BillingModeCode: "3", BillingModeName: "合同计费" }, { BillingModeCode: "1", BillingModeName: "包年包月" }, { BillingModeCode: "0", BillingModeName: "-" } ], Limit: 10, Offset: 0, Total: 4 }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 说明 |
|---|---|---|
500 | InternalServerError | 系统错误,多次出现时请联系管理员 |