GET api/Statistics/MonthFlowOut

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of proc_GetMonthFlowOut_Result
NameDescriptionTypeAdditional information
RequestMonth

string

None.

CustomerName

string

None.

FlowOutMBytes

integer

None.

FlowOutGBytes

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "RequestMonth": "sample string 1",
    "CustomerName": "sample string 2",
    "FlowOutMBytes": 3,
    "FlowOutGBytes": 4
  },
  {
    "RequestMonth": "sample string 1",
    "CustomerName": "sample string 2",
    "FlowOutMBytes": 3,
    "FlowOutGBytes": 4
  }
]

text/xml

Sample:
<ArrayOfproc_GetMonthFlowOut_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SystemLead.Project.Statistics.Models">
  <proc_GetMonthFlowOut_Result>
    <CustomerName>sample string 2</CustomerName>
    <FlowOutGBytes>4</FlowOutGBytes>
    <FlowOutMBytes>3</FlowOutMBytes>
    <RequestMonth>sample string 1</RequestMonth>
  </proc_GetMonthFlowOut_Result>
  <proc_GetMonthFlowOut_Result>
    <CustomerName>sample string 2</CustomerName>
    <FlowOutGBytes>4</FlowOutGBytes>
    <FlowOutMBytes>3</FlowOutMBytes>
    <RequestMonth>sample string 1</RequestMonth>
  </proc_GetMonthFlowOut_Result>
</ArrayOfproc_GetMonthFlowOut_Result>