全部产品
Search
文档中心

资源管理:PrecheckForConsolidatedBillingAccount - 检查账号是否可以作为财务托管主账号

更新时间:Jun 25, 2024

检查管理账号或者成员是否可以作为财务托管主账号。

调试

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

授权信息

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

请求参数

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

管理账号 ID 或成员 ID,该账号将作为财务托管主账号。

111***089

返回参数

名称类型描述示例值
object

返回参数。

RequestIdstring

请求 ID。

9E6B6CA8-9E7A-521F-A743-AA582714727E
Reasonsobject []

检查失败原因。

Codestring

检查失败错误码。

PaymentAccountEnterpriseInvoiceError
Messagestring

检查失败错误描述。

No enterprise invoice header information is set for the payment account.
Resultboolean

检查结果。取值:

  • true:检查成功。
  • false:检查失败。
false

示例

正常返回示例

JSON格式

{
  "RequestId": "9E6B6CA8-9E7A-521F-A743-AA582714727E",
  "Reasons": [
    {
      "Code": "PaymentAccountEnterpriseInvoiceError",
      "Message": "No enterprise invoice header information is set for the payment account."
    }
  ],
  "Result": false
}

错误码

HTTP status code错误码错误信息描述
403MemberAccountOperationNotAllowedThe member account is not allowed to perform the operation.成员账号不支持该操作。
404EntityNotExists.ResourceDirectoryThe resource directory for the account is not enabled. We recommend that you first enable the resource directory for the account.当前账号未启用资源目录,请先启用资源目录。
404EntityNotExists.AccountThis resource directory account does not exist.成员不存在,请先创建成员。

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

变更历史

变更时间变更内容概要操作
2024-02-22OpenAPI 错误码发生变更看变更集
变更项变更内容
错误码OpenAPI 错误码发生变更
    删除错误码:403
    删除错误码:404