POST api/WeighData/WeColNameGatherList
Request Information
URI Parameters
None.
Body Parameters
WeighUserInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| loginName | string |
None. |
|
| loginGrade | string |
None. |
|
| userType | integer |
None. |
|
| userName | string |
None. |
|
| loginTable | string |
None. |
|
| weCarNum | string |
None. |
|
| weColName | string |
None. |
|
| weSupName | string |
None. |
|
| weMatName | string |
None. |
|
| weighNumber | string |
None. |
|
| isWeColName | boolean |
None. |
|
| isWeSupName | boolean |
None. |
|
| isWeMatName | boolean |
None. |
|
| stateDate | string |
None. |
|
| endDate | string |
None. |
|
| pagesize | integer |
None. |
|
| pageindex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "7dae18fb-f43a-4ea2-9285-ab347815475f",
"loginName": "sample string 2",
"loginGrade": "sample string 3",
"userType": 4,
"userName": "sample string 5",
"loginTable": "sample string 6",
"weCarNum": "sample string 7",
"weColName": "sample string 8",
"weSupName": "sample string 9",
"weMatName": "sample string 10",
"weighNumber": "sample string 11",
"isWeColName": true,
"isWeSupName": true,
"isWeMatName": true,
"stateDate": "sample string 15",
"endDate": "sample string 16",
"pagesize": 17,
"pageindex": 18
}
application/xml, text/xml
Sample:
<WeighUserInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interface.Entity"> <endDate>sample string 16</endDate> <id>7dae18fb-f43a-4ea2-9285-ab347815475f</id> <isWeColName>true</isWeColName> <isWeMatName>true</isWeMatName> <isWeSupName>true</isWeSupName> <loginGrade>sample string 3</loginGrade> <loginName>sample string 2</loginName> <loginTable>sample string 6</loginTable> <pageindex>18</pageindex> <pagesize>17</pagesize> <stateDate>sample string 15</stateDate> <userName>sample string 5</userName> <userType>4</userType> <weCarNum>sample string 7</weCarNum> <weColName>sample string 8</weColName> <weMatName>sample string 10</weMatName> <weSupName>sample string 9</weSupName> <weighNumber>sample string 11</weighNumber> </WeighUserInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReslutGatherEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| count | integer |
None. |
|
| data | Collection of WeighGatherEntity |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"count": 3,
"data": [
{
"weCarNum": "sample string 1",
"trainNumber": 2,
"weColName": "sample string 3",
"weSupName": "sample string 4",
"weMatName": "sample string 5",
"totalWeGross": 6.0,
"totalWeTare": 7.0,
"totalWeSuttle": 8.0,
"weighNumber": "sample string 9"
},
{
"weCarNum": "sample string 1",
"trainNumber": 2,
"weColName": "sample string 3",
"weSupName": "sample string 4",
"weMatName": "sample string 5",
"totalWeGross": 6.0,
"totalWeTare": 7.0,
"totalWeSuttle": 8.0,
"weighNumber": "sample string 9"
}
]
}
application/xml, text/xml
Sample:
<ReslutGatherEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interface.Entity">
<code>sample string 1</code>
<count>3</count>
<data>
<WeighGatherEntity>
<totalWeGross>6</totalWeGross>
<totalWeSuttle>8</totalWeSuttle>
<totalWeTare>7</totalWeTare>
<trainNumber>2</trainNumber>
<weCarNum>sample string 1</weCarNum>
<weColName>sample string 3</weColName>
<weMatName>sample string 5</weMatName>
<weSupName>sample string 4</weSupName>
<weighNumber>sample string 9</weighNumber>
</WeighGatherEntity>
<WeighGatherEntity>
<totalWeGross>6</totalWeGross>
<totalWeSuttle>8</totalWeSuttle>
<totalWeTare>7</totalWeTare>
<trainNumber>2</trainNumber>
<weCarNum>sample string 1</weCarNum>
<weColName>sample string 3</weColName>
<weMatName>sample string 5</weMatName>
<weSupName>sample string 4</weSupName>
<weighNumber>sample string 9</weighNumber>
</WeighGatherEntity>
</data>
<msg>sample string 2</msg>
</ReslutGatherEntity>