JSON_BatchProgressCond

JSON message about parameters of terminal release progress

{
  "BatchProgressCond": {
    "targetType": "",
/*optional, string, search mode: "byTerminal"-by terminal, "byOrg"-by organization*/
    "progressType": "",
/*optional, string, progress type: "release"-release progress, "insert"-cut-in progress*/
    "terminalNoList":,
/*optional, array, terminal ID list, this field is required only when targetType (searching method) is "byTerminal"*/
    "orgIdList": ,
/*optional, array, organization ID list, this field is required only when targetType (searching method) is "byOrg"*/
    "planId":
/*required, int, release schedule ID*/     
  }
}