go back Home

RowRapidAlertMsg

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.

<rapid_alert_msg company_id="..." id="..." alert_id="..." alert_type="..." attachment="..." attachment_ext="..." created_date="..." entered_by_userid="..." is_confirmed="..." is_read="..." msg="..." parent_message_id="..." parent_row_id="..." parent_row_type="..." priority="..." user_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":"rapid_alert_msg","company_id":"...","id":"...","alert_id":"...","alert_type":"...","attachment":"...","attachment_ext":"...","created_date":"...","entered_by_userid":"...","is_confirmed":"...","is_read":"...","msg":"...","parent_message_id":"...","parent_row_id":"...","parent_row_type":"...","priority":"...","user_id":"..."}

Fields

key name size type
company_id 4 String
id 32 String
alert_id 15 String
alert_type 1 String
attachment 20 byte[]
attachment_ext 5 String
created_date 19 Date
entered_by_userid 10 String
is_confirmed 1 String
is_read 1 String
msg -1 String
parent_message_id 32 String
parent_row_id 32 String
parent_row_type 27 String
priority 1 String
user_id 10 String