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="..." cancelled_scheduled_message="..." carrier_id="..." delivery_mode="..." direction="..." driver_application_id="..." driver_id="..." error_code="..." error_detail="..." hours="..." media_message_url="..." message_count="..." message_id="..." message_read="..." message_sent="..." message_text="..." movement_id="..." next_scheduled_send_date="..." number_of_update_attempts="..." order_id="..." protected="..." recipient="..." recipient_name="..." recipient_opted_out="..." recurrence_enabled="..." recurrence_frequency="..." recurrence_termination="..." scheduled_message="..." scheduled_send_date="..." send_date="..." sender="..." status="..." token="..." 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":"...","cancelled_scheduled_message":"...","carrier_id":"...","delivery_mode":"...","direction":"...","driver_application_id":"...","driver_id":"...","error_code":"...","error_detail":"...","hours":"...","media_message_url":"...","message_count":"...","message_id":"...","message_read":"...","message_sent":"...","message_text":"...","movement_id":"...","next_scheduled_send_date":"...","number_of_update_attempts":"...","order_id":"...","protected":"...","recipient":"...","recipient_name":"...","recipient_opted_out":"...","recurrence_enabled":"...","recurrence_frequency":"...","recurrence_termination":"...","scheduled_message":"...","scheduled_send_date":"...","send_date":"...","sender":"...","status":"...","token":"...","user_id":"...","vendor_id":"..."}

Fields

key name size type
company_id 4 String
id 32 String
asset_driver_id 8 String
cancelled_scheduled_message 1 String
carrier_id 8 String
delivery_mode 1 String
direction 1 String
driver_application_id 32 String
driver_id 10 int
error_code 10 int
error_detail 128 String
hours 10 int
media_message_url -1 String
message_count 10 int
message_id 128 String
message_read 1 String
message_sent 1 String
message_text -1 String
movement_id 32 String
next_scheduled_send_date 19 Date
number_of_update_attempts 10 int
order_id 8 String
protected 1 String
recipient 60 String
recipient_name 128 String
recipient_opted_out 1 String
recurrence_enabled 1 String
recurrence_frequency 10 int
recurrence_termination 1 String
scheduled_message 1 String
scheduled_send_date 19 Date
send_date 19 Date
sender 20 String
status 1 String
token -1 String
user_id 10 String
vendor_id 1 String