Response Packet Structure
The set node of the output XML packet is structured as follows:

- The result node is optional. It is required in case when an error (if it occurred) was not of a system type. Data type: resultType (
common.xsd). - The status node is required. It specifies the execution status of the set operation. Data type: string. Allowed values: ok | error.
- The errcode node is optional. It is used to return the error code when the set operation fails. Data type: unsignedInt.
- The errtext node is optional. It is used to return the error message if the set operation fails. Data type: string.
- The domain_id node is optional. It is required if the domain ID was set as a filtering rule in the request packet. Data type: integer.
- The domain_alias_id node is optional. It is required if the domain alias ID was set as a filtering rule in the request packet. Data type: integer.