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.
<freight_group_item company_id="..." fgi_uid="..." add_timestamp="..." add_userid="..." commodity_id="..." cubic_units="..." delivery_stop_id="..." density="..." description="..." exceeds_volume="..." fgi_commodity_type_code="..." fgi_damage_type_code="..." fgi_packaging_type_code="..." fgi_sequence_nbr="..." fgi_status_code="..." fgi_value="..." fgi_value_c="..." fgi_value_d="..." fgi_value_n="..." fgi_value_r="..." fgp_uid="..." handling_units="..." hazmat="..." hazmat_bulk_flag="..." hazmat_class_code="..." hazmat_emergency_number="..." hazmat_erg_number="..." hazmat_is_residue="..." hazmat_packing_group="..." hazmat_proper_shipname="..." hazmat_qty_code="..." hazmat_ref_type_code="..." hazmat_reference_data="..." hazmat_subclass_code="..." hazmat_subsidiary_code="..." hazmat_unna_nbr="..." height="..." is_poison="..." length="..." linear_units="..." mod_timestamp="..." mod_userid="..." nmfc_class_code="..." nmfc_code="..." pickup_stop_id="..." pieces="..." placard_required="..." poison_zone="..." product_sku="..." req_spots="..." scan_unit_type="..." ship_ref_nbr="..." signoff_text="..." weight="..." weight_uom_type_code="..." width="..."/>
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":"freight_group_item","company_id":"...","fgi_uid":"...","add_timestamp":"...","add_userid":"...","commodity_id":"...","cubic_units":"...","delivery_stop_id":"...","density":"...","description":"...","exceeds_volume":"...","fgi_commodity_type_code":"...","fgi_damage_type_code":"...","fgi_packaging_type_code":"...","fgi_sequence_nbr":"...","fgi_status_code":"...","fgi_value":"...","fgi_value_c":"...","fgi_value_d":"...","fgi_value_n":"...","fgi_value_r":"...","fgp_uid":"...","handling_units":"...","hazmat":"...","hazmat_bulk_flag":"...","hazmat_class_code":"...","hazmat_emergency_number":"...","hazmat_erg_number":"...","hazmat_is_residue":"...","hazmat_packing_group":"...","hazmat_proper_shipname":"...","hazmat_qty_code":"...","hazmat_ref_type_code":"...","hazmat_reference_data":"...","hazmat_subclass_code":"...","hazmat_subsidiary_code":"...","hazmat_unna_nbr":"...","height":"...","is_poison":"...","length":"...","linear_units":"...","mod_timestamp":"...","mod_userid":"...","nmfc_class_code":"...","nmfc_code":"...","pickup_stop_id":"...","pieces":"...","placard_required":"...","poison_zone":"...","product_sku":"...","req_spots":"...","scan_unit_type":"...","ship_ref_nbr":"...","signoff_text":"...","weight":"...","weight_uom_type_code":"...","width":"..."}
key | name | size | type |
---|---|---|---|
company_id | 4 | String | |
fgi_uid | 10 | int | |
add_timestamp | 19 | Date | |
add_userid | 25 | String | |
commodity_id | 9 | String | |
cubic_units | 53.4 | BigDecimal | |
delivery_stop_id | 32 | String | |
density | 53.4 | BigDecimal | |
description | 256 | String | |
exceeds_volume | 1 | String | |
fgi_commodity_type_code | 4 | String | |
fgi_damage_type_code | 4 | String | |
fgi_packaging_type_code | 4 | String | |
fgi_sequence_nbr | 10 | int | |
fgi_status_code | 4 | String | |
fgi_value | 16.2 | BigDecimal | |
fgi_value_c | 3 | String | |
fgi_value_d | 19 | Date | |
fgi_value_n | 16.2 | BigDecimal | |
fgi_value_r | 8.4 | BigDecimal | |
fgp_uid | 10 | int | |
handling_units | 10 | int | |
hazmat | 1 | String | |
hazmat_bulk_flag | 1 | boolean | |
hazmat_class_code | 4 | String | |
hazmat_emergency_number | 16 | String | |
hazmat_erg_number | 8 | String | |
hazmat_is_residue | 1 | String | |
hazmat_packing_group | 4 | String | |
hazmat_proper_shipname | 256 | String | |
hazmat_qty_code | 4 | String | |
hazmat_ref_type_code | 4 | String | |
hazmat_reference_data | 64 | String | |
hazmat_subclass_code | 4 | String | |
hazmat_subsidiary_code | 4 | String | |
hazmat_unna_nbr | 32 | String | |
height | 53.4 | BigDecimal | |
is_poison | 1 | String | |
length | 53.4 | BigDecimal | |
linear_units | 53.4 | BigDecimal | |
mod_timestamp | 19 | Date | |
mod_userid | 25 | String | |
nmfc_class_code | 12 | String | |
nmfc_code | 20 | String | |
pickup_stop_id | 32 | String | |
pieces | 10 | int | |
placard_required | 40 | String | |
poison_zone | 7 | String | |
product_sku | 32 | String | |
req_spots | 10 | int | |
scan_unit_type | 4 | String | |
ship_ref_nbr | 24 | String | |
signoff_text | 256 | String | |
weight | 53.4 | BigDecimal | |
weight_uom_type_code | 4 | String | |
width | 53.4 | BigDecimal |