go back Home

RowWeightInspectionEvent

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.

<weight_inspection_event company_id="..." id="..." location_id="..." new_total_charge="..." new_total_charge_c="..." new_total_charge_d="..." new_total_charge_n="..." new_total_charge_r="..." old_total_charge="..." old_total_charge_c="..." old_total_charge_d="..." old_total_charge_n="..." old_total_charge_r="..." order_id="..." recorded_by_user="..." recorded_timestamp="..." requested_by_user="..." requested_timestamp="..." wi_status_code="..." wi_type_code="..."/>

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":"weight_inspection_event","company_id":"...","id":"...","location_id":"...","new_total_charge":"...","new_total_charge_c":"...","new_total_charge_d":"...","new_total_charge_n":"...","new_total_charge_r":"...","old_total_charge":"...","old_total_charge_c":"...","old_total_charge_d":"...","old_total_charge_n":"...","old_total_charge_r":"...","order_id":"...","recorded_by_user":"...","recorded_timestamp":"...","requested_by_user":"...","requested_timestamp":"...","wi_status_code":"...","wi_type_code":"..."}

Fields

key name size type
company_id 4 String
id 32 String
location_id 8 String
new_total_charge 16.2 BigDecimal
new_total_charge_c 3 String
new_total_charge_d 19 Date
new_total_charge_n 16.2 BigDecimal
new_total_charge_r 10.6 BigDecimal
old_total_charge 16.2 BigDecimal
old_total_charge_c 3 String
old_total_charge_d 19 Date
old_total_charge_n 16.2 BigDecimal
old_total_charge_r 10.6 BigDecimal
order_id 8 String
recorded_by_user 10 String
recorded_timestamp 19 Date
requested_by_user 10 String
requested_timestamp 19 Date
wi_status_code 8 String
wi_type_code 8 String