Response Packet Structure
The add node of the response packet is structured as follows:

- The result node is required. It wraps the response retrieved from the server. Data type: resultType (
common.xsd).- The status node is required. It specifies the execution status of the add operation. Data type: result_status (
common.xsd). Allowed values: ok|error. - The errcode node is required if the add operation fails. It returns the error code. Data type: unsignedInt.
- The errtext node is required if the add operation fails. It returns the error message. Data type: string.
- The id node is required if the add operation succeeds. It returns ID of the created reseller account. Data type: id_type (
common.xsd). - The guid node is required if the add operation succeeds. It returns global unique identifier of the created reseller account. Data type: string. Supported starting from API RPC v.1.6.0.1.
Operation-specific Errors
1024 - License limits are reached.