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.
<osd_dtl company_id="..." id="..." cases="..." descr="..." osd_id="..." reason="..." reported_by_user_id="..." upc="..." weight="..." weight_um="..."/>
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":"osd_dtl","company_id":"...","id":"...","cases":"...","descr":"...","osd_id":"...","reason":"...","reported_by_user_id":"...","upc":"...","weight":"...","weight_um":"..."}