Response Packet Structure
The upload output XML packet is structured as follows:

- 
result, required Wraps the response retrieved from the server. Data type: resultType ( common.xsd).
- 
status, required Specifies the execution status of the operation. Data type: string. Allowed values: ok | error. 
- 
errcode, required if the operation fails Returns the error code. Data type: integer. 
- 
errtext, required if the operation fails Returns the error message. Data type: string. 
- 
name, required Specifies the name of the uploaded file. Data type: string. 
- 
file, required Specifies full name of the created temporary file. Data type: string. 
Note: The interactive schema navigator for all request packets is available here: http://plesk.github.io/api-schemas/1.6.9.1/agent_input.svg.