GET Api/steel/GetProductSum?BegTime={BegTime}&EndTime={EndTime}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BegTime | date |
Required |
|
| EndTime | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of p_product_sum| Name | Description | Type | Additional information |
|---|---|---|---|
| sorid | integer |
None. |
|
| linid | integer |
None. |
|
| lines | string |
None. |
|
| optype | integer |
None. |
|
| optypes | string |
None. |
|
| ismy | integer |
None. |
|
| ismys | string |
None. |
|
| input | string |
None. |
|
| product | string |
None. |
|
| neta | string |
None. |
|
| netoa | string |
None. |
|
| netb | string |
None. |
|
| weight133 | string |
None. |
|
| weight134 | string |
None. |
|
| weight135 | string |
None. |
|
| weight136 | string |
None. |
|
| weight137 | string |
None. |
|
| weight138 | string |
None. |
|
| weight139 | string |
None. |
|
| weight140 | string |
None. |
|
| weight332 | string |
None. |
|
| weight211 | string |
None. |
|
| weight230 | string |
None. |
|
| weight246 | string |
None. |
|
| weight247 | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"sorid": 1,
"linid": 2,
"lines": "sample string 3",
"optype": 4,
"optypes": "sample string 5",
"ismy": 6,
"ismys": "sample string 7",
"input": "sample string 8",
"product": "sample string 9",
"neta": "sample string 10",
"netoa": "sample string 11",
"netb": "sample string 12",
"weight133": "sample string 13",
"weight134": "sample string 14",
"weight135": "sample string 15",
"weight136": "sample string 16",
"weight137": "sample string 17",
"weight138": "sample string 18",
"weight139": "sample string 19",
"weight140": "sample string 20",
"weight332": "sample string 21",
"weight211": "sample string 22",
"weight230": "sample string 23",
"weight246": "sample string 24",
"weight247": "sample string 25"
},
{
"sorid": 1,
"linid": 2,
"lines": "sample string 3",
"optype": 4,
"optypes": "sample string 5",
"ismy": 6,
"ismys": "sample string 7",
"input": "sample string 8",
"product": "sample string 9",
"neta": "sample string 10",
"netoa": "sample string 11",
"netb": "sample string 12",
"weight133": "sample string 13",
"weight134": "sample string 14",
"weight135": "sample string 15",
"weight136": "sample string 16",
"weight137": "sample string 17",
"weight138": "sample string 18",
"weight139": "sample string 19",
"weight140": "sample string 20",
"weight332": "sample string 21",
"weight211": "sample string 22",
"weight230": "sample string 23",
"weight246": "sample string 24",
"weight247": "sample string 25"
}
]
application/xml, text/xml
Sample:
<ArrayOfp_product_sum xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MDST">
<p_product_sum>
<input>sample string 8</input>
<ismy>6</ismy>
<ismys>sample string 7</ismys>
<lines>sample string 3</lines>
<linid>2</linid>
<neta>sample string 10</neta>
<netb>sample string 12</netb>
<netoa>sample string 11</netoa>
<optype>4</optype>
<optypes>sample string 5</optypes>
<product>sample string 9</product>
<sorid>1</sorid>
<weight133>sample string 13</weight133>
<weight134>sample string 14</weight134>
<weight135>sample string 15</weight135>
<weight136>sample string 16</weight136>
<weight137>sample string 17</weight137>
<weight138>sample string 18</weight138>
<weight139>sample string 19</weight139>
<weight140>sample string 20</weight140>
<weight211>sample string 22</weight211>
<weight230>sample string 23</weight230>
<weight246>sample string 24</weight246>
<weight247>sample string 25</weight247>
<weight332>sample string 21</weight332>
</p_product_sum>
<p_product_sum>
<input>sample string 8</input>
<ismy>6</ismy>
<ismys>sample string 7</ismys>
<lines>sample string 3</lines>
<linid>2</linid>
<neta>sample string 10</neta>
<netb>sample string 12</netb>
<netoa>sample string 11</netoa>
<optype>4</optype>
<optypes>sample string 5</optypes>
<product>sample string 9</product>
<sorid>1</sorid>
<weight133>sample string 13</weight133>
<weight134>sample string 14</weight134>
<weight135>sample string 15</weight135>
<weight136>sample string 16</weight136>
<weight137>sample string 17</weight137>
<weight138>sample string 18</weight138>
<weight139>sample string 19</weight139>
<weight140>sample string 20</weight140>
<weight211>sample string 22</weight211>
<weight230>sample string 23</weight230>
<weight246>sample string 24</weight246>
<weight247>sample string 25</weight247>
<weight332>sample string 21</weight332>
</p_product_sum>
</ArrayOfp_product_sum>