GET Api/Yuer/GetFeSmftfSum?BegTime={BegTime}&EndTime={EndTime}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
BegTime

date

Required

EndTime

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Fe_SmfSum
NameDescriptionTypeAdditional information
custname

string

None.

col1

decimal number

None.

col2

decimal number

None.

col3

decimal number

None.

col4

decimal number

None.

col5

decimal number

None.

col6

decimal number

None.

col7

decimal number

None.

col8

decimal number

None.

col9

decimal number

None.

col10

decimal number

None.

col11

decimal number

None.

col12

decimal number

None.

col13

decimal number

None.

col14

decimal number

None.

col1s

string

None.

col2s

string

None.

col3s

string

None.

col4s

string

None.

col5s

string

None.

col6s

string

None.

col7s

string

None.

col8s

string

None.

col9s

string

None.

col10s

string

None.

col11s

string

None.

col12s

string

None.

col13s

string

None.

col14s

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "custname": "sample string 1",
    "col1": 2.0,
    "col2": 3.0,
    "col3": 4.0,
    "col4": 5.0,
    "col5": 6.0,
    "col6": 7.0,
    "col7": 8.0,
    "col8": 9.0,
    "col9": 10.0,
    "col10": 11.0,
    "col11": 12.0,
    "col12": 13.0,
    "col13": 14.0,
    "col14": 15.0,
    "col1s": "sample string 16",
    "col2s": "sample string 17",
    "col3s": "sample string 18",
    "col4s": "sample string 19",
    "col5s": "sample string 20",
    "col6s": "sample string 21",
    "col7s": "sample string 22",
    "col8s": "sample string 23",
    "col9s": "sample string 24",
    "col10s": "sample string 25",
    "col11s": "sample string 26",
    "col12s": "sample string 27",
    "col13s": "sample string 28",
    "col14s": "sample string 29"
  },
  {
    "custname": "sample string 1",
    "col1": 2.0,
    "col2": 3.0,
    "col3": 4.0,
    "col4": 5.0,
    "col5": 6.0,
    "col6": 7.0,
    "col7": 8.0,
    "col8": 9.0,
    "col9": 10.0,
    "col10": 11.0,
    "col11": 12.0,
    "col12": 13.0,
    "col13": 14.0,
    "col14": 15.0,
    "col1s": "sample string 16",
    "col2s": "sample string 17",
    "col3s": "sample string 18",
    "col4s": "sample string 19",
    "col5s": "sample string 20",
    "col6s": "sample string 21",
    "col7s": "sample string 22",
    "col8s": "sample string 23",
    "col9s": "sample string 24",
    "col10s": "sample string 25",
    "col11s": "sample string 26",
    "col12s": "sample string 27",
    "col13s": "sample string 28",
    "col14s": "sample string 29"
  }
]

application/xml, text/xml

Sample:
<ArrayOfFe_SmfSum xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MDST">
  <Fe_SmfSum>
    <col1>2</col1>
    <col10>11</col10>
    <col10s>sample string 25</col10s>
    <col11>12</col11>
    <col11s>sample string 26</col11s>
    <col12>13</col12>
    <col12s>sample string 27</col12s>
    <col13>14</col13>
    <col13s>sample string 28</col13s>
    <col14>15</col14>
    <col14s>sample string 29</col14s>
    <col1s>sample string 16</col1s>
    <col2>3</col2>
    <col2s>sample string 17</col2s>
    <col3>4</col3>
    <col3s>sample string 18</col3s>
    <col4>5</col4>
    <col4s>sample string 19</col4s>
    <col5>6</col5>
    <col5s>sample string 20</col5s>
    <col6>7</col6>
    <col6s>sample string 21</col6s>
    <col7>8</col7>
    <col7s>sample string 22</col7s>
    <col8>9</col8>
    <col8s>sample string 23</col8s>
    <col9>10</col9>
    <col9s>sample string 24</col9s>
    <custname>sample string 1</custname>
  </Fe_SmfSum>
  <Fe_SmfSum>
    <col1>2</col1>
    <col10>11</col10>
    <col10s>sample string 25</col10s>
    <col11>12</col11>
    <col11s>sample string 26</col11s>
    <col12>13</col12>
    <col12s>sample string 27</col12s>
    <col13>14</col13>
    <col13s>sample string 28</col13s>
    <col14>15</col14>
    <col14s>sample string 29</col14s>
    <col1s>sample string 16</col1s>
    <col2>3</col2>
    <col2s>sample string 17</col2s>
    <col3>4</col3>
    <col3s>sample string 18</col3s>
    <col4>5</col4>
    <col4s>sample string 19</col4s>
    <col5>6</col5>
    <col5s>sample string 20</col5s>
    <col6>7</col6>
    <col6s>sample string 21</col6s>
    <col7>8</col7>
    <col7s>sample string 22</col7s>
    <col8>9</col8>
    <col8s>sample string 23</col8s>
    <col9>10</col9>
    <col9s>sample string 24</col9s>
    <custname>sample string 1</custname>
  </Fe_SmfSum>
</ArrayOfFe_SmfSum>