go back Home

ediRawDataResult

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.

<ediRawDataResult ediMapErrors="..." rawData="..." rawDataError="..."/>

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":"ediRawDataResult","ediMapErrors":"...","rawData":"...","rawDataError":"..."}

Fields

name type
ediMapErrors Vector
rawData String
rawDataError String