管理アカウントまたはメンバーを主財務アカウントとして使用できるかどうかをチェックします。
今すぐお試しください
テスト
RAM 認証
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| BillingAccountId |
string |
必須 |
主財務アカウントとして使用する管理アカウントまたはメンバーの ID。 |
111***089 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
返された結果。 |
||
| RequestId |
string |
リクエスト ID。 |
9E6B6CA8-9E7A-521F-A743-AA582714727E |
| Reasons |
array<object> |
チェックが失敗した原因。 |
|
|
object |
|||
| Code |
string |
エラーコード。 |
PaymentAccountEnterpriseInvoiceError |
| Message |
string |
エラーメッセージ。 |
No enterprise invoice header information is set for the payment account. |
| Result |
boolean |
チェックが成功したかどうかを示します。有効な値:
|
false |
例
成功レスポンス
JSONJSON
{
"RequestId": "9E6B6CA8-9E7A-521F-A743-AA582714727E",
"Reasons": [
{
"Code": "PaymentAccountEnterpriseInvoiceError",
"Message": "No enterprise invoice header information is set for the payment account."
}
],
"Result": false
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 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. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。