POST api/PublicData/GetExpressRetrievalData

Request Information

Parameters

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

Request body formats

application/json, text/json

Sample:
{
  "keyWord": "sample string 1",
  "userId": "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:
<ExpressRetrievalGetRequest 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>
  <KeyWord>sample string 1</KeyWord>
  <UserId>sample string 2</UserId>
</ExpressRetrievalGetRequest>

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

Response Type

Pilot.Web.WebApi.SingleApiResponse`1[[System.Collections.Generic.List`1[[Carwins.UsedCar.CarDomain.ExpressRetrieval, 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:
{
  "data": [
    {
      "title": "sample string 1",
      "count": 2,
      "type": 3,
      "keyWord": "sample string 4"
    },
    {
      "title": "sample string 1",
      "count": 2,
      "type": 3,
      "keyWord": "sample string 4"
    },
    {
      "title": "sample string 1",
      "count": 2,
      "type": 3,
      "keyWord": "sample string 4"
    }
  ],
  "code": 1,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<SingleApiResponseOfArrayOfExpressRetrievalBO9P5ujw 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:ExpressRetrieval>
      <d2p1:Count>2</d2p1:Count>
      <d2p1:KeyWord>sample string 4</d2p1:KeyWord>
      <d2p1:Title>sample string 1</d2p1:Title>
      <d2p1:Type>3</d2p1:Type>
    </d2p1:ExpressRetrieval>
    <d2p1:ExpressRetrieval>
      <d2p1:Count>2</d2p1:Count>
      <d2p1:KeyWord>sample string 4</d2p1:KeyWord>
      <d2p1:Title>sample string 1</d2p1:Title>
      <d2p1:Type>3</d2p1:Type>
    </d2p1:ExpressRetrieval>
    <d2p1:ExpressRetrieval>
      <d2p1:Count>2</d2p1:Count>
      <d2p1:KeyWord>sample string 4</d2p1:KeyWord>
      <d2p1:Title>sample string 1</d2p1:Title>
      <d2p1:Type>3</d2p1:Type>
    </d2p1:ExpressRetrieval>
  </Data>
</SingleApiResponseOfArrayOfExpressRetrievalBO9P5ujw>