go back Home

RowCarrierDriverMessage

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_message company_id="..." id="..." asset_driver_id="..." carrier_id="..." direction="..." driver_application_id="..." driver_id="..." error_code="..." error_detail="..." message_count="..." message_id="..." message_read="..." message_text="..." movement_id="..." number_of_update_attempts="..." order_id="..." protected="..." recipient="..." send_date="..." sender="..." status="..." user_id="..." vendor_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":"carrier_driver_message","company_id":"...","id":"...","asset_driver_id":"...","carrier_id":"...","direction":"...","driver_application_id":"...","driver_id":"...","error_code":"...","error_detail":"...","message_count":"...","message_id":"...","message_read":"...","message_text":"...","movement_id":"...","number_of_update_attempts":"...","order_id":"...","protected":"...","recipient":"...","send_date":"...","sender":"...","status":"...","user_id":"...","vendor_id":"..."}

Fields

key name size type
company_id 4 String
id 32 String
asset_driver_id 8 String
carrier_id 8 String
direction 1 String
driver_application_id 32 String
driver_id 10 int
error_code 10 int
error_detail 128 String
message_count 10 int
message_id 128 String
message_read 1 String
message_text -1 String
movement_id 32 String
number_of_update_attempts 10 int
order_id 8 String
protected 1 String
recipient 60 String
send_date 19 Date
sender 20 String
status 1 String
user_id 10 String
vendor_id 1 String