POST api/SalesOrderManager/GetAddCarServices

Request Information

Parameters

NameTypeDescription
request Carwins.UsedCar.CarDomain.AddCarGetListRequest
No documentation available.

Request body formats

application/json, text/json

Sample:
{
  "fldCarID": "sample string 1",
  "pageNo": 1,
  "pageSize": 1,
  "startSize": 0,
  "sessionId": "sample string 2",
  "requestSource": "sample string 3",
  "bundleID": "sample string 4",
  "requestGroupID": "sample string 5",
  "channel": "sample string 6",
  "loginUserID": "sample string 7",
  "clientIP": "sample string 8",
  "endDeviceNumber": "sample string 9",
  "cityName": "sample string 10",
  "hierarchy": "sample string 11",
  "sessionKey": "sample string 12",
  "appVersion": "sample string 13",
  "whetherUpdate": "sample string 14"
}

application/xml, text/xml

Sample:
<AddCarGetListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carwins.UsedCar.CarDomain">
  <AppVersion xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 13</AppVersion>
  <BundleID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 4</BundleID>
  <Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 6</Channel>
  <CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 10</CityName>
  <ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 8</ClientIP>
  <EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 9</EndDeviceNumber>
  <Hierarchy xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 11</Hierarchy>
  <LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 7</LoginUserID>
  <RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 5</RequestGroupID>
  <RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 3</RequestSource>
  <SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 2</SessionId>
  <SessionKey xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 12</SessionKey>
  <WhetherUpdate xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 14</WhetherUpdate>
  <PageNo xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">1</PageNo>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">1</PageSize>
  <FldCarID>sample string 1</FldCarID>
</AddCarGetListRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AddCarGetListRequest'.

Response Type

Pilot.Web.WebApi.ListApiResponse`1[[System.Collections.Generic.List`1[[Carwins.UsedCar.CarDomain.BuyLogEdit, Carwins.UsedCar.CarDomain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]

Response Information

Response body formats

application/json, text/json

Sample:
{
  "totalCount": 1,
  "data": [
    null,
    {
      "fldCarID": 1,
      "fldCarName": "sample string 2",
      "fldBrandName2": "sample string 3",
      "fldModelName2": "sample string 4",
      "fldSeriesName2": "sample string 5",
      "fldBrandID": 6,
      "fldBrandName": "sample string 7",
      "fldSeriesID": 8,
      "fldSeriesName": "sample string 9",
      "fldModelID": 10,
      "fldModelName": "sample string 11",
      "fldAreaID": 12,
      "fldAreaName": "sample string 13",
      "fldBuyDate": "2025-05-02 21:39:23",
      "fldKM": 14,
      "fldBuyPrice": 0.0
    },
    {
      "fldCarID": 1,
      "fldCarName": "sample string 2",
      "fldBrandName2": "sample string 3",
      "fldModelName2": "sample string 4",
      "fldSeriesName2": "sample string 5",
      "fldBrandID": 6,
      "fldBrandName": "sample string 7",
      "fldSeriesID": 8,
      "fldSeriesName": "sample string 9",
      "fldModelID": 10,
      "fldModelName": "sample string 11",
      "fldAreaID": 12,
      "fldAreaName": "sample string 13",
      "fldBuyDate": "2025-05-02 21:39:23",
      "fldKM": 14,
      "fldBuyPrice": 0.0
    }
  ],
  "code": 1,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<ListApiResponseOfArrayOfBuyLogEditBO9P5ujw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">
  <Code>1</Code>
  <Message>sample string 2</Message>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Carwins.UsedCar.CarDomain">
    <d2p1:BuyLogEdit i:nil="true" />
    <d2p1:BuyLogEdit>
      <d2p1:_x003C_TransactionType_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_fldAreaID_x003E_k__BackingField>12</d2p1:_x003C_fldAreaID_x003E_k__BackingField>
      <d2p1:_x003C_fldAreaName_x003E_k__BackingField>sample string 13</d2p1:_x003C_fldAreaName_x003E_k__BackingField>
      <d2p1:_x003C_fldBrandID_x003E_k__BackingField>6</d2p1:_x003C_fldBrandID_x003E_k__BackingField>
      <d2p1:_x003C_fldBrandName2_x003E_k__BackingField>sample string 3</d2p1:_x003C_fldBrandName2_x003E_k__BackingField>
      <d2p1:_x003C_fldBrandName_x003E_k__BackingField>sample string 7</d2p1:_x003C_fldBrandName_x003E_k__BackingField>
      <d2p1:_x003C_fldBuyDate_x003E_k__BackingField>2025-05-02T21:39:23.7621816+08:00</d2p1:_x003C_fldBuyDate_x003E_k__BackingField>
      <d2p1:_x003C_fldBuyPrice_x003E_k__BackingField>0</d2p1:_x003C_fldBuyPrice_x003E_k__BackingField>
      <d2p1:_x003C_fldCarID_x003E_k__BackingField>1</d2p1:_x003C_fldCarID_x003E_k__BackingField>
      <d2p1:_x003C_fldCarName_x003E_k__BackingField>sample string 2</d2p1:_x003C_fldCarName_x003E_k__BackingField>
      <d2p1:_x003C_fldKM_x003E_k__BackingField>14</d2p1:_x003C_fldKM_x003E_k__BackingField>
      <d2p1:_x003C_fldModelID_x003E_k__BackingField>10</d2p1:_x003C_fldModelID_x003E_k__BackingField>
      <d2p1:_x003C_fldModelName2_x003E_k__BackingField>sample string 4</d2p1:_x003C_fldModelName2_x003E_k__BackingField>
      <d2p1:_x003C_fldModelName_x003E_k__BackingField>sample string 11</d2p1:_x003C_fldModelName_x003E_k__BackingField>
      <d2p1:_x003C_fldPlateFirstDate_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_fldProdDate_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_fldSeriesID_x003E_k__BackingField>8</d2p1:_x003C_fldSeriesID_x003E_k__BackingField>
      <d2p1:_x003C_fldSeriesName2_x003E_k__BackingField>sample string 5</d2p1:_x003C_fldSeriesName2_x003E_k__BackingField>
      <d2p1:_x003C_fldSeriesName_x003E_k__BackingField>sample string 9</d2p1:_x003C_fldSeriesName_x003E_k__BackingField>
      <d2p1:_x003C_fldVin_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_fldlevel_x003E_k__BackingField i:nil="true" />
    </d2p1:BuyLogEdit>
    <d2p1:BuyLogEdit>
      <d2p1:_x003C_TransactionType_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_fldAreaID_x003E_k__BackingField>12</d2p1:_x003C_fldAreaID_x003E_k__BackingField>
      <d2p1:_x003C_fldAreaName_x003E_k__BackingField>sample string 13</d2p1:_x003C_fldAreaName_x003E_k__BackingField>
      <d2p1:_x003C_fldBrandID_x003E_k__BackingField>6</d2p1:_x003C_fldBrandID_x003E_k__BackingField>
      <d2p1:_x003C_fldBrandName2_x003E_k__BackingField>sample string 3</d2p1:_x003C_fldBrandName2_x003E_k__BackingField>
      <d2p1:_x003C_fldBrandName_x003E_k__BackingField>sample string 7</d2p1:_x003C_fldBrandName_x003E_k__BackingField>
      <d2p1:_x003C_fldBuyDate_x003E_k__BackingField>2025-05-02T21:39:23.7621816+08:00</d2p1:_x003C_fldBuyDate_x003E_k__BackingField>
      <d2p1:_x003C_fldBuyPrice_x003E_k__BackingField>0</d2p1:_x003C_fldBuyPrice_x003E_k__BackingField>
      <d2p1:_x003C_fldCarID_x003E_k__BackingField>1</d2p1:_x003C_fldCarID_x003E_k__BackingField>
      <d2p1:_x003C_fldCarName_x003E_k__BackingField>sample string 2</d2p1:_x003C_fldCarName_x003E_k__BackingField>
      <d2p1:_x003C_fldKM_x003E_k__BackingField>14</d2p1:_x003C_fldKM_x003E_k__BackingField>
      <d2p1:_x003C_fldModelID_x003E_k__BackingField>10</d2p1:_x003C_fldModelID_x003E_k__BackingField>
      <d2p1:_x003C_fldModelName2_x003E_k__BackingField>sample string 4</d2p1:_x003C_fldModelName2_x003E_k__BackingField>
      <d2p1:_x003C_fldModelName_x003E_k__BackingField>sample string 11</d2p1:_x003C_fldModelName_x003E_k__BackingField>
      <d2p1:_x003C_fldPlateFirstDate_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_fldProdDate_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_fldSeriesID_x003E_k__BackingField>8</d2p1:_x003C_fldSeriesID_x003E_k__BackingField>
      <d2p1:_x003C_fldSeriesName2_x003E_k__BackingField>sample string 5</d2p1:_x003C_fldSeriesName2_x003E_k__BackingField>
      <d2p1:_x003C_fldSeriesName_x003E_k__BackingField>sample string 9</d2p1:_x003C_fldSeriesName_x003E_k__BackingField>
      <d2p1:_x003C_fldVin_x003E_k__BackingField i:nil="true" />
      <d2p1:_x003C_fldlevel_x003E_k__BackingField i:nil="true" />
    </d2p1:BuyLogEdit>
  </Data>
  <TotalCount>1</TotalCount>
</ListApiResponseOfArrayOfBuyLogEditBO9P5ujw>