检查管理账号或者成员是否可以作为财务托管主账号。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
BillingAccountId | string | 是 | 管理账号 ID 或成员 ID,该账号将作为财务托管主账号。 | 111***089 |
返回参数
示例
正常返回示例
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 | 错误码 | 错误信息 | 描述 |
---|---|---|---|
403 | MemberAccountOperationNotAllowed | The member account is not allowed to perform the operation. | 成员账号不支持该操作。 |
404 | EntityNotExists.ResourceDirectory | The resource directory for the account is not enabled. We recommend that you first enable the resource directory for the account. | 当前账号未启用资源目录,请先启用资源目录。 |
404 | EntityNotExists.Account | This resource directory account does not exist. | 成员不存在,请先创建成员。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 | ||||||
---|---|---|---|---|---|---|---|---|
2024-02-22 | OpenAPI 错误码发生变更 | 看变更集 | ||||||
|