go back Home

RowMcMessage

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.

<mc_message company_id="..." id="..." carrier_name="..." confirm_receipt="..." delivery_priority="..." driver_id="..." in_zone_id="..." is_current="..." mc_control_id="..." mc_form_definition="..." mc_form_number="..." mc_form_version_no="..." mc_position_id="..." mc_unit_no="..." mc_user_id="..." message_json="..." message_recvd_date="..." message_send_date="..." message_text="..." message_type="..." message_xml="..." movement_id="..." msg_sending_status="..." order_id="..." original_msg_no="..." out_zone_id="..." request_reply="..." status_change_date="..." vendor_message_no="..."/>

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":"mc_message","company_id":"...","id":"...","carrier_name":"...","confirm_receipt":"...","delivery_priority":"...","driver_id":"...","in_zone_id":"...","is_current":"...","mc_control_id":"...","mc_form_definition":"...","mc_form_number":"...","mc_form_version_no":"...","mc_position_id":"...","mc_unit_no":"...","mc_user_id":"...","message_json":"...","message_recvd_date":"...","message_send_date":"...","message_text":"...","message_type":"...","message_xml":"...","movement_id":"...","msg_sending_status":"...","order_id":"...","original_msg_no":"...","out_zone_id":"...","request_reply":"...","status_change_date":"...","vendor_message_no":"..."}

Fields

key name size type
company_id 4 String
id 10 int
carrier_name 40 String
confirm_receipt 1 String
delivery_priority 1 String
driver_id 8 String
in_zone_id 3 String
is_current 1 String
mc_control_id 10 String
mc_form_definition -1 String
mc_form_number 10 int
mc_form_version_no 5 String
mc_position_id 40 String
mc_unit_no 8 String
mc_user_id 10 String
message_json 20 byte[]
message_recvd_date 19 Date
message_send_date 19 Date
message_text -1 String
message_type 1 String
message_xml -1 String
movement_id 32 String
msg_sending_status 10 int
order_id 8 String
original_msg_no 10 String
out_zone_id 3 String
request_reply 1 String
status_change_date 19 Date
vendor_message_no 40 String