go back Home

RowEdiBatchHistory

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.

<edi_batch_history company_id="..." id="..." batch="..." create_date="..." trans_count="..." transaction_id="..." transaction_type="..."/>

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":"edi_batch_history","company_id":"...","id":"...","batch":"...","create_date":"...","trans_count":"...","transaction_id":"...","transaction_type":"..."}

Fields

key name size type
company_id 4 String
id 32 String
batch 10 int
create_date 19 Date
trans_count 10 int
transaction_id 32 String
transaction_type 1 String