go back Home

RowAvailTractDetail

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.

<avail_tract_detail company_id="..." id="..." avail_tract_id="..." available_date="..." carrier_email="..." carrier_fax="..." carrier_id="..." carrier_phone="..." city_id="..." comments="..." contact="..." date_entered="..." dispatcher="..." distance_radius="..." entered_by="..." equipment_type_id="..." expires_date="..." extracted_capacity="..." load_to_city="..." load_to_state="..." location_city="..." location_state="..." location_zip="..." location_zone_id="..." number_units="..." recurring_tractor_id="..." status="..." teams="..." tractor_id="..."/>

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":"avail_tract_detail","company_id":"...","id":"...","avail_tract_id":"...","available_date":"...","carrier_email":"...","carrier_fax":"...","carrier_id":"...","carrier_phone":"...","city_id":"...","comments":"...","contact":"...","date_entered":"...","dispatcher":"...","distance_radius":"...","entered_by":"...","equipment_type_id":"...","expires_date":"...","extracted_capacity":"...","load_to_city":"...","load_to_state":"...","location_city":"...","location_state":"...","location_zip":"...","location_zone_id":"...","number_units":"...","recurring_tractor_id":"...","status":"...","teams":"...","tractor_id":"..."}

Fields

key name size type
company_id 4 String
id 32 String
avail_tract_id 32 String
available_date 10 Date
carrier_email 60 String
carrier_fax 20 String
carrier_id 8 String
carrier_phone 20 String
city_id 10 int
comments -1 String
contact 40 String
date_entered 19 Date
dispatcher 10 String
distance_radius 10 int
entered_by 10 String
equipment_type_id 4 String
expires_date 10 Date
extracted_capacity 1 String
load_to_city 28 String
load_to_state 2 String
location_city 50 String
location_state 2 String
location_zip 10 String
location_zone_id 3 String
number_units 10 int
recurring_tractor_id 10 int
status 8 String
teams 1 String
tractor_id 8 String