JSON_List_Phone

List_Phone message in JSON format

{
  "List":[{
    "Phone":{
      "id": , 
/*required, integer type, phone No.*/
      "numbers":"", 
/*required, string type, phone number*/
      "messageEnabled": , 
/*optional,boolean type, whether to enable message notification, "true, false"*/
      "callEnabled": , 
/*optional, boolean type, whether to enable phone call notification, "true, false"*/
      "alarmTamperEnabled": , 
/*optional, boolean type, whether to enable alarm and tampering event notification, "true, false"*/
      "lifeSecurityEnabled": , 
/*optional, boolean type, whether to enable life security event notification, "true, false"*/
      "systemStatusEnabled": , 
/*optional, boolean type, whether to enable system status event notification, "true, false"*/
      "operateEventEnabled":  
/*optional, boolean type, whether to enable operation event notification, "true, false"*/
    }
  }]
}