go back Home

RowDriverLane

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.

<driver_lane company_id="..." id="..." destination="..." destination_type="..." driver_id="..." equipment_type="..." origin="..." origin_type="..."/>

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":"driver_lane","company_id":"...","id":"...","destination":"...","destination_type":"...","driver_id":"...","equipment_type":"...","origin":"...","origin_type":"..."}

Fields

key name size type
company_id 4 String
id 32 String
destination 400 String
destination_type 1 String
driver_id 8 String
equipment_type 80 String
origin 400 String
origin_type 1 String