JSON_AcsEventTotalNumCond

AcsEventTotalNumCond message in JSON format

{
  "AcsEventTotalNumCond":{
    "major": , 
/*required, integer, major type (the type value should be transformed to the decimal number), refer to Access Control Event Types for details*/
    "minor": , 
/*required, integer, minor type (the type value should be transformed to the decimal number), refer to Access Control Event Types for details*/
    "startTime":"", 
/*optional, string, start time (UTC time), e.g., "2016-12-12T17:30:08+08:00"*/
    "endTime":"", 
/*optional, string, end time (UTC time), e.g., "2017-12-12T17:30:08+08:00"*/
    "cardNo":"", 
/*optional, string, card No.*/
    "name":"", 
/*optional, string, cardholder name*/
    "picEnable": , 
/*optional, boolean, whether to contain pictures: "true"-yes, "false"-no*/
    "beginSerialNo": , 
/*optional, integer, start serial No.*/
    "endSerialNo": , 
/*optional, integer, end serial No.*/
    "employeeNoString":"",
/*optional, string, employee No. (person ID)*/
    "eventAttribute":""
/*optional, string, event attribute: "attendance"-valid authentication, "other"*/
  }
}