POST api/External/CarPrefabInfo

Request Information

URI Parameters

None.

Body Parameters

CarPrefabEntity
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

weWeighType

integer

None.

weUserOpenid

string

None.

weLoginCode

string

None.

weCarNum

string

None.

weCarAxisName

string

None.

weCarType

string

None.

weDriver

string

None.

weDriverIdCode

string

None.

weDriverPhone

string

None.

weDriverNVQ

string

None.

weLicenseNum

string

None.

weColName

string

None.

weSupName

string

None.

weMatName

string

None.

weState

integer

None.

weAuditing

integer

None.

wePrimary

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "77e016fb-2e58-4532-ab1a-e94371994524",
  "weWeighType": 2,
  "weUserOpenid": "sample string 3",
  "weLoginCode": "sample string 4",
  "weCarNum": "sample string 5",
  "weCarAxisName": "sample string 6",
  "weCarType": "sample string 7",
  "weDriver": "sample string 8",
  "weDriverIdCode": "sample string 9",
  "weDriverPhone": "sample string 10",
  "weDriverNVQ": "sample string 11",
  "weLicenseNum": "sample string 12",
  "weColName": "sample string 13",
  "weSupName": "sample string 14",
  "weMatName": "sample string 15",
  "weState": 16,
  "weAuditing": 17,
  "wePrimary": 18.0
}

application/xml, text/xml

Sample:
<CarPrefabEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interface.Entity">
  <id>77e016fb-2e58-4532-ab1a-e94371994524</id>
  <weAuditing>17</weAuditing>
  <weCarAxisName>sample string 6</weCarAxisName>
  <weCarNum>sample string 5</weCarNum>
  <weCarType>sample string 7</weCarType>
  <weColName>sample string 13</weColName>
  <weDriver>sample string 8</weDriver>
  <weDriverIdCode>sample string 9</weDriverIdCode>
  <weDriverNVQ>sample string 11</weDriverNVQ>
  <weDriverPhone>sample string 10</weDriverPhone>
  <weLicenseNum>sample string 12</weLicenseNum>
  <weLoginCode>sample string 4</weLoginCode>
  <weMatName>sample string 15</weMatName>
  <wePrimary>18</wePrimary>
  <weState>16</weState>
  <weSupName>sample string 14</weSupName>
  <weUserOpenid>sample string 3</weUserOpenid>
  <weWeighType>2</weWeighType>
</CarPrefabEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response 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>