POST api/CarDetect/GetCarDetectReportData

Request Information

Parameters

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

Request body formats

application/json, text/json

Sample:
{
  "businessId": 1,
  "carDetectType": "sample string 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:
<GetCarDetectReportDataRequest 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>
  <businessId>1</businessId>
  <carDetectType>sample string 2</carDetectType>
</GetCarDetectReportDataRequest>

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

Response Type

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

Response Information

Response body formats

application/json, text/json

Sample:
{
  "data": {
    "pic": "sample string 1",
    "mobil_pic": "sample string 2",
    "carName": "sample string 3",
    "fldVin": "sample string 4",
    "plateFirstDate": "sample string 5",
    "km": "sample string 6",
    "carDetectAreaList": [
      {
        "areaId": 1,
        "areaName": "sample string 2",
        "hasDefect": "sample string 3",
        "itemList": [
          {
            "detectItemTitle": "sample string 1",
            "hasDefect": "sample string 2",
            "areaId": 3
          },
          {
            "detectItemTitle": "sample string 1",
            "hasDefect": "sample string 2",
            "areaId": 3
          },
          {
            "detectItemTitle": "sample string 1",
            "hasDefect": "sample string 2",
            "areaId": 3
          }
        ]
      },
      {
        "areaId": 1,
        "areaName": "sample string 2",
        "hasDefect": "sample string 3",
        "itemList": [
          {
            "detectItemTitle": "sample string 1",
            "hasDefect": "sample string 2",
            "areaId": 3
          },
          {
            "detectItemTitle": "sample string 1",
            "hasDefect": "sample string 2",
            "areaId": 3
          },
          {
            "detectItemTitle": "sample string 1",
            "hasDefect": "sample string 2",
            "areaId": 3
          }
        ]
      },
      {
        "areaId": 1,
        "areaName": "sample string 2",
        "hasDefect": "sample string 3",
        "itemList": [
          {
            "detectItemTitle": "sample string 1",
            "hasDefect": "sample string 2",
            "areaId": 3
          },
          {
            "detectItemTitle": "sample string 1",
            "hasDefect": "sample string 2",
            "areaId": 3
          },
          {
            "detectItemTitle": "sample string 1",
            "hasDefect": "sample string 2",
            "areaId": 3
          }
        ]
      }
    ]
  },
  "code": 1,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<SingleApiResponseOfCarDetectReportDataModelBO9P5ujw 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:Mobil_pic>sample string 2</d2p1:Mobil_pic>
    <d2p1:carDetectAreaList>
      <d2p1:CarDetectAreaModel>
        <d2p1:areaId>1</d2p1:areaId>
        <d2p1:areaName>sample string 2</d2p1:areaName>
        <d2p1:hasDefect>sample string 3</d2p1:hasDefect>
        <d2p1:itemList>
          <d2p1:CarDetectItemModel>
            <d2p1:areaId>3</d2p1:areaId>
            <d2p1:detectItemTitle>sample string 1</d2p1:detectItemTitle>
            <d2p1:hasDefect>sample string 2</d2p1:hasDefect>
          </d2p1:CarDetectItemModel>
          <d2p1:CarDetectItemModel>
            <d2p1:areaId>3</d2p1:areaId>
            <d2p1:detectItemTitle>sample string 1</d2p1:detectItemTitle>
            <d2p1:hasDefect>sample string 2</d2p1:hasDefect>
          </d2p1:CarDetectItemModel>
          <d2p1:CarDetectItemModel>
            <d2p1:areaId>3</d2p1:areaId>
            <d2p1:detectItemTitle>sample string 1</d2p1:detectItemTitle>
            <d2p1:hasDefect>sample string 2</d2p1:hasDefect>
          </d2p1:CarDetectItemModel>
        </d2p1:itemList>
      </d2p1:CarDetectAreaModel>
      <d2p1:CarDetectAreaModel>
        <d2p1:areaId>1</d2p1:areaId>
        <d2p1:areaName>sample string 2</d2p1:areaName>
        <d2p1:hasDefect>sample string 3</d2p1:hasDefect>
        <d2p1:itemList>
          <d2p1:CarDetectItemModel>
            <d2p1:areaId>3</d2p1:areaId>
            <d2p1:detectItemTitle>sample string 1</d2p1:detectItemTitle>
            <d2p1:hasDefect>sample string 2</d2p1:hasDefect>
          </d2p1:CarDetectItemModel>
          <d2p1:CarDetectItemModel>
            <d2p1:areaId>3</d2p1:areaId>
            <d2p1:detectItemTitle>sample string 1</d2p1:detectItemTitle>
            <d2p1:hasDefect>sample string 2</d2p1:hasDefect>
          </d2p1:CarDetectItemModel>
          <d2p1:CarDetectItemModel>
            <d2p1:areaId>3</d2p1:areaId>
            <d2p1:detectItemTitle>sample string 1</d2p1:detectItemTitle>
            <d2p1:hasDefect>sample string 2</d2p1:hasDefect>
          </d2p1:CarDetectItemModel>
        </d2p1:itemList>
      </d2p1:CarDetectAreaModel>
      <d2p1:CarDetectAreaModel>
        <d2p1:areaId>1</d2p1:areaId>
        <d2p1:areaName>sample string 2</d2p1:areaName>
        <d2p1:hasDefect>sample string 3</d2p1:hasDefect>
        <d2p1:itemList>
          <d2p1:CarDetectItemModel>
            <d2p1:areaId>3</d2p1:areaId>
            <d2p1:detectItemTitle>sample string 1</d2p1:detectItemTitle>
            <d2p1:hasDefect>sample string 2</d2p1:hasDefect>
          </d2p1:CarDetectItemModel>
          <d2p1:CarDetectItemModel>
            <d2p1:areaId>3</d2p1:areaId>
            <d2p1:detectItemTitle>sample string 1</d2p1:detectItemTitle>
            <d2p1:hasDefect>sample string 2</d2p1:hasDefect>
          </d2p1:CarDetectItemModel>
          <d2p1:CarDetectItemModel>
            <d2p1:areaId>3</d2p1:areaId>
            <d2p1:detectItemTitle>sample string 1</d2p1:detectItemTitle>
            <d2p1:hasDefect>sample string 2</d2p1:hasDefect>
          </d2p1:CarDetectItemModel>
        </d2p1:itemList>
      </d2p1:CarDetectAreaModel>
    </d2p1:carDetectAreaList>
    <d2p1:carName>sample string 3</d2p1:carName>
    <d2p1:fldVin>sample string 4</d2p1:fldVin>
    <d2p1:km>sample string 6</d2p1:km>
    <d2p1:pic>sample string 1</d2p1:pic>
    <d2p1:plateFirstDate>sample string 5</d2p1:plateFirstDate>
  </Data>
</SingleApiResponseOfCarDetectReportDataModelBO9P5ujw>