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.
<trailer company_id="..." id="..." ace_id="..." axles="..." compartments="..." currenteqpgrpid="..." disconnect_date="..." disposition_code="..." dollar_value="..." dollar_value_c="..." dollar_value_d="..." dollar_value_n="..." dollar_value_r="..." door_height="..." door_height_um="..." door_type_code="..." empty="..." features="..." floor_space="..." fuel_level="..." gross_veh_weight="..." gross_veh_weight_um="..." heater_code="..." height="..." height_um="..." inservice_date="..." inspection_date="..." is_active="..." is_hooked="..." length_of="..." length_of_um="..." license_country="..." license_no="..." license_state="..." liftgate_code="..." make="..." max_temp="..." message_send_date="..." min_temp="..." model_year="..." multi_placard_code="..." odometer="..." odometer_update_date="..." outservice_date="..." owner="..." pallets="..." planning_comment="..." plc_uid="..." primary_agency="..." purchase_date="..." ramp_code="..." reefer_id="..." remarks="..." securement_code="..." serial_number="..." statuscode="..." tag_expire_date="..." tractor_id="..." trailer_battery_status="..." trailer_group="..." trailer_type="..." trl_uid="..." type_ace="..." type_of="..." volume="..." volume_um="..." weight="..." weight_um="..." width="..." width_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":"trailer","company_id":"...","id":"...","ace_id":"...","axles":"...","compartments":"...","currenteqpgrpid":"...","disconnect_date":"...","disposition_code":"...","dollar_value":"...","dollar_value_c":"...","dollar_value_d":"...","dollar_value_n":"...","dollar_value_r":"...","door_height":"...","door_height_um":"...","door_type_code":"...","empty":"...","features":"...","floor_space":"...","fuel_level":"...","gross_veh_weight":"...","gross_veh_weight_um":"...","heater_code":"...","height":"...","height_um":"...","inservice_date":"...","inspection_date":"...","is_active":"...","is_hooked":"...","length_of":"...","length_of_um":"...","license_country":"...","license_no":"...","license_state":"...","liftgate_code":"...","make":"...","max_temp":"...","message_send_date":"...","min_temp":"...","model_year":"...","multi_placard_code":"...","odometer":"...","odometer_update_date":"...","outservice_date":"...","owner":"...","pallets":"...","planning_comment":"...","plc_uid":"...","primary_agency":"...","purchase_date":"...","ramp_code":"...","reefer_id":"...","remarks":"...","securement_code":"...","serial_number":"...","statuscode":"...","tag_expire_date":"...","tractor_id":"...","trailer_battery_status":"...","trailer_group":"...","trailer_type":"...","trl_uid":"...","type_ace":"...","type_of":"...","volume":"...","volume_um":"...","weight":"...","weight_um":"...","width":"...","width_um":"..."}
key | name | size | type |
---|---|---|---|
company_id | 4 | String | |
id | 8 | String | |
ace_id | 50 | String | |
axles | 10 | int | |
compartments | 1 | String | |
currenteqpgrpid | 32 | String | |
disconnect_date | 19 | Date | |
disposition_code | 4 | String | |
dollar_value | 16.2 | BigDecimal | |
dollar_value_c | 3 | String | |
dollar_value_d | 19 | Date | |
dollar_value_n | 16.2 | BigDecimal | |
dollar_value_r | 8.4 | BigDecimal | |
door_height | 7.1 | BigDecimal | |
door_height_um | 2 | String | |
door_type_code | 8 | String | |
empty | 1 | String | |
features | 40 | String | |
floor_space | 8.2 | BigDecimal | |
fuel_level | 6.2 | BigDecimal | |
gross_veh_weight | 7.1 | BigDecimal | |
gross_veh_weight_um | 2 | String | |
heater_code | 8 | String | |
height | 7.1 | BigDecimal | |
height_um | 2 | String | |
inservice_date | 10 | Date | |
inspection_date | 10 | Date | |
is_active | 1 | String | |
is_hooked | 1 | String | |
length_of | 7.1 | BigDecimal | |
length_of_um | 2 | String | |
license_country | 3 | String | |
license_no | 12 | String | |
license_state | 2 | String | |
liftgate_code | 8 | String | |
make | 20 | String | |
max_temp | 10 | int | |
message_send_date | 19 | Date | |
min_temp | 10 | int | |
model_year | 4 | String | |
multi_placard_code | 8 | String | |
odometer | 10 | int | |
odometer_update_date | 10 | Date | |
outservice_date | 10 | Date | |
owner | 40 | String | |
pallets | 10 | int | |
planning_comment | 80 | String | |
plc_uid | 10 | int | |
primary_agency | 8 | String | |
purchase_date | 10 | Date | |
ramp_code | 8 | String | |
reefer_id | 32 | String | |
remarks | -1 | String | |
securement_code | 8 | String | |
serial_number | 17 | String | |
statuscode | 4 | String | |
tag_expire_date | 10 | Date | |
tractor_id | 8 | String | |
trailer_battery_status | 5 | String | |
trailer_group | 8 | String | |
trailer_type | 4 | String | |
trl_uid | 10 | int | |
type_ace | 2 | String | |
type_of | 1 | String | |
volume | 7.1 | BigDecimal | |
volume_um | 2 | String | |
weight | 7.1 | BigDecimal | |
weight_um | 2 | String | |
width | 7.1 | BigDecimal | |
width_um | 2 | String |