Table of contents

Description

The result object defines the structure of the result of an answer which is sent from the API.

Structure

KeyOccursFormatTypeDescription
data0 - nobjectData

The data which belong to the result

status1objectStatusThe status of the result
msg0 - nobjectMsg

The messages which belong to the result.

Note: The Message object is obsolete.

XML Example

<result>
    <data>
	...
	</data>
	<status>
	...
	</status>
	<msg>
	...
	</msg>
	<msg>
	...
	</msg>
</result>