go back Home

RowEdiMapError

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_map_error company_id="..." id="..." direction="..." error_descr="..." error_type="..." parent_id="..." parent_tablename="..." 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_map_error","company_id":"...","id":"...","direction":"...","error_descr":"...","error_type":"...","parent_id":"...","parent_tablename":"...","transaction_type":"..."}

Fields

key name size type
company_id 4 String
id 32 String
direction 1 String
error_descr 255 String
error_type 1 String
parent_id 32 String
parent_tablename 18 String
transaction_type 1 String