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

- The result node is required. It wraps the result of the requested add operation. Data type: resultType (
common.xsd). - The status node is required. It returns the execution status of the add operation. Data type: string. Allowed values:
ok | error. - The errcode node is optional. Is used to return the error code when the add operation fails. Data type: unsignedInt.
- The errtext node is optional. Can be used to return an error message if the add operation fails. Data type: string.
- The id node is required if the add operation succeeds. Returns the unique identifier of the domain account just added to Plesk. Data type: integer.
- The guid node is required if the add operation succeeds. Returns the global unique identifier of the domain account just added to Plesk. Data type: string. Supported since API RPC v.1.6.0.1.