go back Home

RowOsdDtl

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.

<osd_dtl company_id="..." id="..." cases="..." descr="..." osd_id="..." reason="..." reported_by_user_id="..." upc="..." weight="..." weight_um="..."/>

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

Fields

key name size type
company_id 4 String
id 32 String
cases 10 int
descr -1 String
osd_id 12 String
reason 8 String
reported_by_user_id 10 String
upc 12 String
weight 7.1 BigDecimal
weight_um 2 String