go back Home

batch

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<batch alt_partner_id="..." partner_id="..." transaction="..." type="..." version="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"__type":"batch","alt_partner_id":"...","partner_id":"...","transaction":"...","type":"...","version":"..."}

Fields

name type
alt_partner_id String
partner_id String
transaction Vector
type String
version String