GET api/Statistics/GetChenLi?DeptNo={DeptNo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DeptNo

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of proc_GetChenLiFlowOut_StorageSize_Result
NameDescriptionTypeAdditional information
ChenliDept

string

None.

YearMonth

string

None.

FlowOutTotalMB

integer

None.

FlowOutTotalGB

integer

None.

StorageSize

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ChenliDept": "sample string 1",
    "YearMonth": "sample string 2",
    "FlowOutTotalMB": 1,
    "FlowOutTotalGB": 1,
    "StorageSize": 3
  },
  {
    "ChenliDept": "sample string 1",
    "YearMonth": "sample string 2",
    "FlowOutTotalMB": 1,
    "FlowOutTotalGB": 1,
    "StorageSize": 3
  }
]

text/xml

Sample:
<ArrayOfproc_GetChenLiFlowOut_StorageSize_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SystemLead.Project.Statistics.Models">
  <proc_GetChenLiFlowOut_StorageSize_Result>
    <ChenliDept>sample string 1</ChenliDept>
    <FlowOutTotalGB>1</FlowOutTotalGB>
    <FlowOutTotalMB>1</FlowOutTotalMB>
    <StorageSize>3</StorageSize>
    <YearMonth>sample string 2</YearMonth>
  </proc_GetChenLiFlowOut_StorageSize_Result>
  <proc_GetChenLiFlowOut_StorageSize_Result>
    <ChenliDept>sample string 1</ChenliDept>
    <FlowOutTotalGB>1</FlowOutTotalGB>
    <FlowOutTotalMB>1</FlowOutTotalMB>
    <StorageSize>3</StorageSize>
    <YearMonth>sample string 2</YearMonth>
  </proc_GetChenLiFlowOut_StorageSize_Result>
</ArrayOfproc_GetChenLiFlowOut_StorageSize_Result>