POST Admin/CarInfo

Request Information

URI Parameters

None.

Body Parameters

CarInfo
NameDescriptionTypeAdditional information
Id

integer

None.

CarNo

string

None.

CarVin

string

None.

CarEngineNo

string

None.

CarType

string

None.

CarBreadType

string

None.

CarRegiDate

date

None.

Remark

string

None.

NewCarPrice

decimal number

None.

SeatNum

integer

None.

Displacement

decimal number

None.

CreatedUserId

integer

None.

UpdatedUserId

integer

None.

CreatedDate

date

None.

UpdatedDate

date

None.

IsTransfered

boolean

None.

TransferedDate

date

None.

IsLoaned

boolean

None.

CustomerName

string

None.

CarTonCount

integer

None.

CarUsedType

string

None.

ServiceLife

integer

None.

CarEquQuality

decimal number

None.

LicenseColor

integer

None.

CityId

integer

None.

FuelType

integer

None.

ProofType

integer

None.

ClauseType

integer

None.

RunRegion

integer

None.

IsPublic

integer

None.

ExhaustScale

string

None.

AutoMoldCode

string

None.

Organization

string

None.

OrganizationCode

string

None.

BizEndDate

date

None.

ForceEndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CarNo": "sample string 2",
  "CarVin": "sample string 3",
  "CarEngineNo": "sample string 4",
  "CarType": "sample string 5",
  "CarBreadType": "sample string 6",
  "CarRegiDate": "2025-07-17T19:32:48.380951+08:00",
  "Remark": "sample string 8",
  "NewCarPrice": 9.0,
  "SeatNum": 10,
  "Displacement": 11.0,
  "CreatedUserId": 12,
  "UpdatedUserId": 13,
  "CreatedDate": "2025-07-17T19:32:48.380951+08:00",
  "UpdatedDate": "2025-07-17T19:32:48.380951+08:00",
  "IsTransfered": true,
  "TransferedDate": "2025-07-17T19:32:48.380951+08:00",
  "IsLoaned": true,
  "CustomerName": "sample string 19",
  "CarTonCount": 20,
  "CarUsedType": "sample string 21",
  "ServiceLife": 22,
  "CarEquQuality": 23.0,
  "LicenseColor": 24,
  "CityId": 25,
  "FuelType": 26,
  "ProofType": 27,
  "ClauseType": 28,
  "RunRegion": 29,
  "IsPublic": 30,
  "ExhaustScale": "sample string 31",
  "AutoMoldCode": "sample string 32",
  "Organization": "sample string 33",
  "OrganizationCode": "sample string 34",
  "BizEndDate": "2025-07-17T19:32:48.380951+08:00",
  "ForceEndDate": "2025-07-17T19:32:48.380951+08:00"
}

application/xml, text/xml

Sample:
<CarInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Core">
  <AutoMoldCode>sample string 32</AutoMoldCode>
  <BizEndDate>2025-07-17T19:32:48.380951+08:00</BizEndDate>
  <CarBreadType>sample string 6</CarBreadType>
  <CarEngineNo>sample string 4</CarEngineNo>
  <CarEquQuality>23</CarEquQuality>
  <CarNo>sample string 2</CarNo>
  <CarRegiDate>2025-07-17T19:32:48.380951+08:00</CarRegiDate>
  <CarTonCount>20</CarTonCount>
  <CarType>sample string 5</CarType>
  <CarUsedType>sample string 21</CarUsedType>
  <CarVin>sample string 3</CarVin>
  <CityId>25</CityId>
  <ClauseType>28</ClauseType>
  <CreatedDate>2025-07-17T19:32:48.380951+08:00</CreatedDate>
  <CreatedUserId>12</CreatedUserId>
  <CustomerName>sample string 19</CustomerName>
  <Displacement>11</Displacement>
  <ExhaustScale>sample string 31</ExhaustScale>
  <ForceEndDate>2025-07-17T19:32:48.380951+08:00</ForceEndDate>
  <FuelType>26</FuelType>
  <Id>1</Id>
  <IsLoaned>true</IsLoaned>
  <IsPublic>30</IsPublic>
  <IsTransfered>true</IsTransfered>
  <LicenseColor>24</LicenseColor>
  <NewCarPrice>9</NewCarPrice>
  <Organization>sample string 33</Organization>
  <OrganizationCode>sample string 34</OrganizationCode>
  <ProofType>27</ProofType>
  <Remark>sample string 8</Remark>
  <RunRegion>29</RunRegion>
  <SeatNum>10</SeatNum>
  <ServiceLife>22</ServiceLife>
  <TransferedDate>2025-07-17T19:32:48.380951+08:00</TransferedDate>
  <UpdatedDate>2025-07-17T19:32:48.380951+08:00</UpdatedDate>
  <UpdatedUserId>13</UpdatedUserId>
</CarInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.