Suche in diesem Bereich
Table of Contents
Description
The request object defines the structure of the request which can be sent to the XML API.
Structure
| XML Key | Occurs | Type | Format | Description |
|---|---|---|---|---|
| auth | 0 - 1 | object | User object | The authentification |
| owner | 0 - 1 | object | User object | The subuser |
| task | 0 - 1 | object | Task | The request |
XML Example
<request>
<auth>
<user>USER</user>
<context>CONTEXT</context>
<password>PASSWORD</password>
</auth>
<owner>
<user>SUBUSER</user>
<context>SUBUSER_CONTEXT</context>
</owner>
<task>
<code>CODE</code>
<!-- ... -->
</task>
<bulk_limit>5</bulk_limit>
</request>
Overview
Content Tools