POST api/WeighData/DBWeighbridgeNumList
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": "e94dc9c4-69cf-40b0-b0bb-31a09f520bd2",
"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>e94dc9c4-69cf-40b0-b0bb-31a09f520bd2</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
Collection of DropDownEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| dName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "356705fa-15fc-4086-a869-4c4e22c7c817",
"dName": "sample string 2"
},
{
"id": "356705fa-15fc-4086-a869-4c4e22c7c817",
"dName": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfDropDownEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interface.Entity">
<DropDownEntity>
<dName>sample string 2</dName>
<id>356705fa-15fc-4086-a869-4c4e22c7c817</id>
</DropDownEntity>
<DropDownEntity>
<dName>sample string 2</dName>
<id>356705fa-15fc-4086-a869-4c4e22c7c817</id>
</DropDownEntity>
</ArrayOfDropDownEntity>