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_hdr company_id="..." id="..." blnum="..." carrier_id="..." cases_received="..." cases_shipped="..." closed_date="..." commodity_id="..." customer_address="..." customer_address2="..." customer_city_name="..." customer_id="..." customer_name="..." customer_state="..." customer_zip_code="..." dest_act_arrival="..." dest_address="..." dest_address2="..." dest_city_name="..." dest_location_id="..." dest_name="..." dest_schd_arrive="..." dest_state="..." dest_zip_code="..." driver_id="..." driver_location="..." driver_reported="..." fleet_mgr="..." movement_id="..." open_date="..." order_id="..." origin_act_arrival="..." origin_address="..." origin_address2="..." origin_city_name="..." origin_location_id="..." origin_name="..." origin_schd_arrive="..." origin_state="..." origin_zip_code="..." osd_reason_id="..." osd_type_id="..." preventable="..." problem="..." reported_by_user_id="..." reserve_amount="..." reserve_amount_c="..." reserve_amount_d="..." reserve_amount_n="..." reserve_amount_r="..." seal_intact="..." seal_number="..." status="..." stop_address="..." stop_address2="..." stop_city_name="..." stop_id="..." stop_location_id="..." stop_name="..." stop_state="..." stop_zip_code="..." temp_current="..." temp_current_um="..." temp_max="..." temp_max_um="..." temp_min="..." temp_min_um="..." temp_thermostat="..." temp_thermostat_um="..." tractor_id="..." trailer_id="..."/>
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_hdr","company_id":"...","id":"...","blnum":"...","carrier_id":"...","cases_received":"...","cases_shipped":"...","closed_date":"...","commodity_id":"...","customer_address":"...","customer_address2":"...","customer_city_name":"...","customer_id":"...","customer_name":"...","customer_state":"...","customer_zip_code":"...","dest_act_arrival":"...","dest_address":"...","dest_address2":"...","dest_city_name":"...","dest_location_id":"...","dest_name":"...","dest_schd_arrive":"...","dest_state":"...","dest_zip_code":"...","driver_id":"...","driver_location":"...","driver_reported":"...","fleet_mgr":"...","movement_id":"...","open_date":"...","order_id":"...","origin_act_arrival":"...","origin_address":"...","origin_address2":"...","origin_city_name":"...","origin_location_id":"...","origin_name":"...","origin_schd_arrive":"...","origin_state":"...","origin_zip_code":"...","osd_reason_id":"...","osd_type_id":"...","preventable":"...","problem":"...","reported_by_user_id":"...","reserve_amount":"...","reserve_amount_c":"...","reserve_amount_d":"...","reserve_amount_n":"...","reserve_amount_r":"...","seal_intact":"...","seal_number":"...","status":"...","stop_address":"...","stop_address2":"...","stop_city_name":"...","stop_id":"...","stop_location_id":"...","stop_name":"...","stop_state":"...","stop_zip_code":"...","temp_current":"...","temp_current_um":"...","temp_max":"...","temp_max_um":"...","temp_min":"...","temp_min_um":"...","temp_thermostat":"...","temp_thermostat_um":"...","tractor_id":"...","trailer_id":"..."}
key | name | size | type |
---|---|---|---|
company_id | 4 | String | |
id | 12 | String | |
blnum | 28 | String | |
carrier_id | 8 | String | |
cases_received | 10 | int | |
cases_shipped | 10 | int | |
closed_date | 19 | Date | |
commodity_id | 9 | String | |
customer_address | 40 | String | |
customer_address2 | 40 | String | |
customer_city_name | 50 | String | |
customer_id | 8 | String | |
customer_name | 40 | String | |
customer_state | 2 | String | |
customer_zip_code | 10 | String | |
dest_act_arrival | 19 | Date | |
dest_address | 40 | String | |
dest_address2 | 40 | String | |
dest_city_name | 50 | String | |
dest_location_id | 8 | String | |
dest_name | 40 | String | |
dest_schd_arrive | 19 | Date | |
dest_state | 2 | String | |
dest_zip_code | 10 | String | |
driver_id | 8 | String | |
driver_location | 60 | String | |
driver_reported | 1 | String | |
fleet_mgr | 10 | String | |
movement_id | 32 | String | |
open_date | 19 | Date | |
order_id | 8 | String | |
origin_act_arrival | 19 | Date | |
origin_address | 40 | String | |
origin_address2 | 40 | String | |
origin_city_name | 50 | String | |
origin_location_id | 8 | String | |
origin_name | 40 | String | |
origin_schd_arrive | 19 | Date | |
origin_state | 2 | String | |
origin_zip_code | 10 | String | |
osd_reason_id | 8 | String | |
osd_type_id | 8 | String | |
preventable | 1 | String | |
problem | 60 | String | |
reported_by_user_id | 10 | String | |
reserve_amount | 16.2 | BigDecimal | |
reserve_amount_c | 3 | String | |
reserve_amount_d | 19 | Date | |
reserve_amount_n | 16.2 | BigDecimal | |
reserve_amount_r | 8.4 | BigDecimal | |
seal_intact | 1 | String | |
seal_number | 20 | String | |
status | 1 | String | |
stop_address | 40 | String | |
stop_address2 | 40 | String | |
stop_city_name | 50 | String | |
stop_id | 32 | String | |
stop_location_id | 8 | String | |
stop_name | 40 | String | |
stop_state | 2 | String | |
stop_zip_code | 10 | String | |
temp_current | 5.1 | BigDecimal | |
temp_current_um | 2 | String | |
temp_max | 5.1 | BigDecimal | |
temp_max_um | 2 | String | |
temp_min | 5.1 | BigDecimal | |
temp_min_um | 2 | String | |
temp_thermostat | 5.1 | BigDecimal | |
temp_thermostat_um | 2 | String | |
tractor_id | 8 | String | |
trailer_id | 8 | String |