POST api/Interface/CarPrefabList
Request Information
URI Parameters
None.
Body Parameters
CarPrefabItem| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| weWeighType | integer |
None. |
|
| weLoginCode | string |
None. |
|
| weCarNum | string |
None. |
|
| weCarAxisName | string |
None. |
|
| weCarType | string |
None. |
|
| weDriver | string |
None. |
|
| weDriverPhone | string |
None. |
|
| weDriverNVQ | string |
None. |
|
| weLicenseNum | string |
None. |
|
| weColName | string |
None. |
|
| weSupName | string |
None. |
|
| weMatName | string |
None. |
|
| weState | integer |
None. |
|
| page | integer |
None. |
|
| limit | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "6d74610c-a9a8-40e7-82d7-180199a2d70d",
"weWeighType": 2,
"weLoginCode": "sample string 3",
"weCarNum": "sample string 4",
"weCarAxisName": "sample string 5",
"weCarType": "sample string 6",
"weDriver": "sample string 7",
"weDriverPhone": "sample string 8",
"weDriverNVQ": "sample string 9",
"weLicenseNum": "sample string 10",
"weColName": "sample string 11",
"weSupName": "sample string 12",
"weMatName": "sample string 13",
"weState": 14,
"page": 15,
"limit": 16
}
application/xml, text/xml
Sample:
<CarPrefabItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interface.Entity"> <id>6d74610c-a9a8-40e7-82d7-180199a2d70d</id> <limit>16</limit> <page>15</page> <weCarAxisName>sample string 5</weCarAxisName> <weCarNum>sample string 4</weCarNum> <weCarType>sample string 6</weCarType> <weColName>sample string 11</weColName> <weDriver>sample string 7</weDriver> <weDriverNVQ>sample string 9</weDriverNVQ> <weDriverPhone>sample string 8</weDriverPhone> <weLicenseNum>sample string 10</weLicenseNum> <weLoginCode>sample string 3</weLoginCode> <weMatName>sample string 13</weMatName> <weState>14</weState> <weSupName>sample string 12</weSupName> <weWeighType>2</weWeighType> </CarPrefabItem>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>