POST api/FEWasteMove/CreateCar

Request Information

URI Parameters

None.

Body Parameters

CarUpdateData
NameDescriptionTypeAdditional information
CustomerId

string

None.

CarPlate

string

None.

Password

string

None.

CarType

string

None.

CarStyle

string

None.

ManufactureDate

date

None.

Load

string

None.

InspectionCycle

string

None.

LastInspectDate

date

None.

InspectionFileDate

date

None.

IsSubmit

boolean

None.

DriverFileName

string

None.

DriverBase64

string

None.

InsuranceFileName

string

None.

InsuranceBase64

string

None.

PurchaseFileName

string

None.

PurchaseBase64

string

None.

EnvironmentalProtectionFileName

string

None.

EnvironmentalProtectionBase64

string

None.

InspectionFileName

string

None.

InspectionBase64

string

None.

UP_UserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "sample string 1",
  "CarPlate": "sample string 2",
  "Password": "sample string 3",
  "CarType": "sample string 4",
  "CarStyle": "sample string 5",
  "ManufactureDate": "2026-04-21 17:38:51",
  "Load": "sample string 7",
  "InspectionCycle": "sample string 8",
  "LastInspectDate": "2026-04-21 17:38:51",
  "InspectionFileDate": "2026-04-21 17:38:51",
  "IsSubmit": true,
  "DriverFileName": "sample string 11",
  "DriverBase64": "sample string 12",
  "InsuranceFileName": "sample string 13",
  "InsuranceBase64": "sample string 14",
  "PurchaseFileName": "sample string 15",
  "PurchaseBase64": "sample string 16",
  "EnvironmentalProtectionFileName": "sample string 17",
  "EnvironmentalProtectionBase64": "sample string 18",
  "InspectionFileName": "sample string 19",
  "InspectionBase64": "sample string 20",
  "UP_UserId": "sample string 21"
}

application/xml, text/xml

Sample:
<CarModel.CarUpdateData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <CarPlate>sample string 2</CarPlate>
  <CarStyle>sample string 5</CarStyle>
  <CarType>sample string 4</CarType>
  <CustomerId>sample string 1</CustomerId>
  <DriverBase64>sample string 12</DriverBase64>
  <DriverFileName>sample string 11</DriverFileName>
  <EnvironmentalProtectionBase64>sample string 18</EnvironmentalProtectionBase64>
  <EnvironmentalProtectionFileName>sample string 17</EnvironmentalProtectionFileName>
  <InspectionBase64>sample string 20</InspectionBase64>
  <InspectionCycle>sample string 8</InspectionCycle>
  <InspectionFileDate>2026-04-21T17:38:51.9099999+08:00</InspectionFileDate>
  <InspectionFileName>sample string 19</InspectionFileName>
  <InsuranceBase64>sample string 14</InsuranceBase64>
  <InsuranceFileName>sample string 13</InsuranceFileName>
  <IsSubmit>true</IsSubmit>
  <LastInspectDate>2026-04-21T17:38:51.9099999+08:00</LastInspectDate>
  <Load>sample string 7</Load>
  <ManufactureDate>2026-04-21T17:38:51.9099999+08:00</ManufactureDate>
  <Password>sample string 3</Password>
  <PurchaseBase64>sample string 16</PurchaseBase64>
  <PurchaseFileName>sample string 15</PurchaseFileName>
  <UP_UserId>sample string 21</UP_UserId>
</CarModel.CarUpdateData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResultOfObject
NameDescriptionTypeAdditional information
body

Object

None.

isSuccess

boolean

None.

message

string

None.

code

string

None.

response

Enum

None.

exception

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<BaseModels.BaseResultOfanyTypeRvdAXEcW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <body />
  <exception>sample string 3</exception>
  <isSuccess>true</isSuccess>
  <response i:nil="true" />
</BaseModels.BaseResultOfanyTypeRvdAXEcW>