Request

Request Format

<tx [resonly="resonly"] [id="id"] [timeout="timeout"]>
[
    <requestName ...>
    …
    </requestName>

    …

    <requestName ...>
    …
    </requestName>
]
</tx>

Request Parameters

<tx> Request Parameters
Parameter Description Values
resonly (Optional) Indicates whether the response should consist of the result only, without including the original request in the response.
  • y - Only provide the result, do not include the original request (default).
  • n - Include the original request in the response.
id (Optional) Transaction ID value provided in the request and passed back in the response. 1-4294967295
timeout (Optional) The amount of time (in seconds) to wait to open a transaction if another connection already has one open. Clients waiting to open a transaction will be processed in the order that their requests were received.

0 (return immediately if not available) to 3600 seconds.

The default is 0.

requestName (Optional)

Contains 0-50 occurrences of the following XML requests: <updateSubscriber>, <deleteSubscriber>, <readSubscriber>, <updateSubscriberNai>, <deleteSubscriberNai>, <readSubscriberNai>