| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorCode |
Name of the error condition/category. See ErrorCode enumeration for details. Conditionally required in case when Success is false. |
ErrorCode |
None. |
| ErrorCodeDetail |
Detailed error condition code. |
string |
None. |
| ErrorID |
Internal error identification number that uniquely identifies this specific error that occurred. |
string |
None. |
| ErrorNum |
Numeric value of the ErrorCode. Conditionally required in case when Success is false. |
int |
None. |
| Errors |
List of errors that occurred when performing the operation. Conditionally required in case when Success is false. |
Collection of string |
None. |
| Result |
Summary of execution details for the associated billing accounts. |
BAUpdaterResult |
None. |
| Success |
Indicates success or failure of the REST request. |
boolean |
Required |
| Warnings |
List of warnings that occurred when performing the operation. |
Collection of string |
None. |