GET api/Fengkong?year={year}&mouth={mouth}&total={total}&type={type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
year

integer

Required

mouth

integer

Required

total

decimal number

Required

type

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of decimal number

Response Formats

application/json, text/json

Sample:
[
  1.1,
  2.1
]

application/xml, text/xml

Sample:
<ArrayOfdouble xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <double>1.1</double>
  <double>2.1</double>
</ArrayOfdouble>