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="..." customer_id="..." partner_id="..." profile="..." record_count="..." resultsDetail="..." status="..." transactions="..." 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":"...","customer_id":"...","partner_id":"...","profile":"...","record_count":"...","resultsDetail":"...","status":"...","transactions":"...","type":"...","version":"..."}

Fields

name type
alt_partner_id String
customer_id String
partner_id String
profile RowAbstractEdiProfile
record_count Integer
resultsDetail String
status Boolean
transactions Vector
type String
version String