POST api/CarMange/GetMobiletCarInfo

Request Information

Parameters

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

Request body formats

application/json, text/json

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

application/xml, text/xml

Sample:
<CarsGetDetailByCarIDRequest 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 14</AppVersion>
  <BundleID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 5</BundleID>
  <Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 7</Channel>
  <CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 11</CityName>
  <ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 9</ClientIP>
  <EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 10</EndDeviceNumber>
  <Hierarchy xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 12</Hierarchy>
  <LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 8</LoginUserID>
  <RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 6</RequestGroupID>
  <RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 4</RequestSource>
  <SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 3</SessionId>
  <SessionKey xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 13</SessionKey>
  <WhetherUpdate xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 15</WhetherUpdate>
  <CarReorganizeID>2</CarReorganizeID>
  <fldCarID>1</fldCarID>
</CarsGetDetailByCarIDRequest>

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 'CarsGetDetailByCarIDRequest'.

Response Type

Pilot.Web.WebApi.SingleApiResponse`1[[Carwins.UsedCar.CarDomain.MobileCarsInfo, Carwins.UsedCar.CarDomain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Response Information

Response body formats

application/json, text/json

Sample:
{
  "data": {
    "fldCarID": 1,
    "fldCarName": "sample string 2",
    "fldCarTypeName": "sample string 3",
    "fldVin": "sample string 4",
    "fldBSX": 1,
    "fldCLXH": "sample string 5",
    "fldFDJH": "sample string 6",
    "fldPlateFirstDate": "2025-05-02 22:38:23",
    "fldKM": 1,
    "fldProdDate": "2025-05-02 22:38:23",
    "fldColorName": "sample string 7",
    "chairColorId": "sample string 8",
    "chairColorIdName": "sample string 9",
    "fldColor_ChangeName": "sample string 10",
    "fldYCYSCount": 1,
    "fldCLSMSName": "sample string 11",
    "fld_BYSCName": "sample string 12",
    "fld_CJMC": "sample string 13",
    "fld_PPMC": "sample string 14",
    "fld_CXMC": "sample string 15",
    "fld_ZBZL": "sample string 16",
    "fld_CSXS": "sample string 17",
    "fld_CMS": "sample string 18",
    "fld_FDJXH": "sample string 19",
    "fld_QGXS": "sample string 20",
    "fld_FDJGS": "sample string 21",
    "fld_FDJPSLX": "sample string 22",
    "fld_GLZS": "sample string 23",
    "fld_RYLX": "sample string 24",
    "fld_BSQLX": "sample string 25",
    "fld_DWS": "sample string 26",
    "fld_QDXS": "sample string 27",
    "fld_AQQN": "sample string 28",
    "fld_ZZC": "sample string 29",
    "fld_PL": "sample string 30",
    "fldSCGJ": 1,
    "stopwatchIsChanageName": "sample string 31",
    "assistCarColorName": "sample string 32"
  },
  "code": 1,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<SingleApiResponseOfMobileCarsInfoBO9P5ujw 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:AssistCarColorName>sample string 32</d2p1:AssistCarColorName>
    <d2p1:ChairColorId>sample string 8</d2p1:ChairColorId>
    <d2p1:ChairColorIdName>sample string 9</d2p1:ChairColorIdName>
    <d2p1:StopwatchIsChanageName>sample string 31</d2p1:StopwatchIsChanageName>
    <d2p1:fldBSX>1</d2p1:fldBSX>
    <d2p1:fldCLSMSName>sample string 11</d2p1:fldCLSMSName>
    <d2p1:fldCLXH>sample string 5</d2p1:fldCLXH>
    <d2p1:fldCarID>1</d2p1:fldCarID>
    <d2p1:fldCarName>sample string 2</d2p1:fldCarName>
    <d2p1:fldCarTypeName>sample string 3</d2p1:fldCarTypeName>
    <d2p1:fldColorName>sample string 7</d2p1:fldColorName>
    <d2p1:fldColor_ChangeName>sample string 10</d2p1:fldColor_ChangeName>
    <d2p1:fldFDJH>sample string 6</d2p1:fldFDJH>
    <d2p1:fldKM>1</d2p1:fldKM>
    <d2p1:fldPlateFirstDate>2025-05-02T22:38:23.8206427+08:00</d2p1:fldPlateFirstDate>
    <d2p1:fldProdDate>2025-05-02T22:38:23.8206427+08:00</d2p1:fldProdDate>
    <d2p1:fldSCGJ>1</d2p1:fldSCGJ>
    <d2p1:fldVin>sample string 4</d2p1:fldVin>
    <d2p1:fldYCYSCount>1</d2p1:fldYCYSCount>
    <d2p1:fld_AQQN>sample string 28</d2p1:fld_AQQN>
    <d2p1:fld_BSQLX>sample string 25</d2p1:fld_BSQLX>
    <d2p1:fld_BYSCName>sample string 12</d2p1:fld_BYSCName>
    <d2p1:fld_CJMC>sample string 13</d2p1:fld_CJMC>
    <d2p1:fld_CMS>sample string 18</d2p1:fld_CMS>
    <d2p1:fld_CSXS>sample string 17</d2p1:fld_CSXS>
    <d2p1:fld_CXMC>sample string 15</d2p1:fld_CXMC>
    <d2p1:fld_DWS>sample string 26</d2p1:fld_DWS>
    <d2p1:fld_FDJGS>sample string 21</d2p1:fld_FDJGS>
    <d2p1:fld_FDJPSLX>sample string 22</d2p1:fld_FDJPSLX>
    <d2p1:fld_FDJXH>sample string 19</d2p1:fld_FDJXH>
    <d2p1:fld_GLZS>sample string 23</d2p1:fld_GLZS>
    <d2p1:fld_PL>sample string 30</d2p1:fld_PL>
    <d2p1:fld_PPMC>sample string 14</d2p1:fld_PPMC>
    <d2p1:fld_QDXS>sample string 27</d2p1:fld_QDXS>
    <d2p1:fld_QGXS>sample string 20</d2p1:fld_QGXS>
    <d2p1:fld_RYLX>sample string 24</d2p1:fld_RYLX>
    <d2p1:fld_ZBZL>sample string 16</d2p1:fld_ZBZL>
    <d2p1:fld_ZZC>sample string 29</d2p1:fld_ZZC>
  </Data>
</SingleApiResponseOfMobileCarsInfoBO9P5ujw>