go back Home

RowCarrierDriver

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.

<carrier_driver company_id="..." id="..." carrier_id="..." cell_phone_number="..." driver_name="..." email_address="..." is_active="..." notes="..." tractor_number="..."/>

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":"carrier_driver","company_id":"...","id":"...","carrier_id":"...","cell_phone_number":"...","driver_name":"...","email_address":"...","is_active":"...","notes":"...","tractor_number":"..."}

Fields

key name size type
company_id 4 String
id 10 int
carrier_id 8 String
cell_phone_number 20 String
driver_name 32 String
email_address 60 String
is_active 1 String
notes 254 String
tractor_number 12 String