go back Home

RowDriverStatus

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.

<equipstatus company_id="..." id="..." city="..." city_id="..." driver_mgr_id="..." end_date="..." entered_by="..." entry_date="..." equipment_id="..." equipment_type_id="..." event_code="..." event_status="..." location_id="..." notify_end_date="..." notify_start_date="..." priority="..." remark="..." request_date="..." start_date="..." state="..." zip_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":"equipstatus","company_id":"...","id":"...","city":"...","city_id":"...","driver_mgr_id":"...","end_date":"...","entered_by":"...","entry_date":"...","equipment_id":"...","equipment_type_id":"...","event_code":"...","event_status":"...","location_id":"...","notify_end_date":"...","notify_start_date":"...","priority":"...","remark":"...","request_date":"...","start_date":"...","state":"...","zip_code":"..."}

Fields

key name size type
company_id 4 String
id 32 String
city 50 String
city_id 10 int
driver_mgr_id 10 String
end_date 19 Date
entered_by 10 String
entry_date 19 Date
equipment_id 8 String
equipment_type_id 1 String
event_code 4 String
event_status 1 String
location_id 8 String
notify_end_date 19 Date
notify_start_date 19 Date
priority 1 String
remark 100 String
request_date 19 Date
start_date 19 Date
state 2 String
zip_code 10 String