POST api/ReportForm/GetAuctionCar

Request Information

Parameters

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

Request body formats

application/json, text/json

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

application/xml, text/xml

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

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

Response Type

Pilot.Web.WebApi.ListApiResponse`1[[System.Collections.Generic.List`1[[Carwins.UsedCar.CarDomain.ReportFormAuctionCar, 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": [
    {
      "rowNumber": 1,
      "regionID": "sample string 2",
      "regionName": "sample string 3",
      "subId": "sample string 4",
      "subName": "sample string 5",
      "approvedSale": 6,
      "auctionCar": 7,
      "auctionOkCar": 8,
      "approvedSaleAuctionCar": "116.67%",
      "auctionOkCarApprovedSale": "133.33%"
    },
    {
      "rowNumber": 1,
      "regionID": "sample string 2",
      "regionName": "sample string 3",
      "subId": "sample string 4",
      "subName": "sample string 5",
      "approvedSale": 6,
      "auctionCar": 7,
      "auctionOkCar": 8,
      "approvedSaleAuctionCar": "116.67%",
      "auctionOkCarApprovedSale": "133.33%"
    },
    {
      "rowNumber": 1,
      "regionID": "sample string 2",
      "regionName": "sample string 3",
      "subId": "sample string 4",
      "subName": "sample string 5",
      "approvedSale": 6,
      "auctionCar": 7,
      "auctionOkCar": 8,
      "approvedSaleAuctionCar": "116.67%",
      "auctionOkCarApprovedSale": "133.33%"
    }
  ],
  "code": 1,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<ListApiResponseOfArrayOfReportFormAuctionCarBO9P5ujw 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:ReportFormAuctionCar>
      <d2p1:ApprovedSale>6</d2p1:ApprovedSale>
      <d2p1:AuctionCar>7</d2p1:AuctionCar>
      <d2p1:AuctionOkCar>8</d2p1:AuctionOkCar>
      <d2p1:RegionID>sample string 2</d2p1:RegionID>
      <d2p1:RegionName>sample string 3</d2p1:RegionName>
      <d2p1:RowNumber>1</d2p1:RowNumber>
      <d2p1:SubId>sample string 4</d2p1:SubId>
      <d2p1:SubName>sample string 5</d2p1:SubName>
      <d2p1:approvedSaleAuctionCar>116.67%</d2p1:approvedSaleAuctionCar>
      <d2p1:auctionOkCarApprovedSale>133.33%</d2p1:auctionOkCarApprovedSale>
    </d2p1:ReportFormAuctionCar>
    <d2p1:ReportFormAuctionCar>
      <d2p1:ApprovedSale>6</d2p1:ApprovedSale>
      <d2p1:AuctionCar>7</d2p1:AuctionCar>
      <d2p1:AuctionOkCar>8</d2p1:AuctionOkCar>
      <d2p1:RegionID>sample string 2</d2p1:RegionID>
      <d2p1:RegionName>sample string 3</d2p1:RegionName>
      <d2p1:RowNumber>1</d2p1:RowNumber>
      <d2p1:SubId>sample string 4</d2p1:SubId>
      <d2p1:SubName>sample string 5</d2p1:SubName>
      <d2p1:approvedSaleAuctionCar>116.67%</d2p1:approvedSaleAuctionCar>
      <d2p1:auctionOkCarApprovedSale>133.33%</d2p1:auctionOkCarApprovedSale>
    </d2p1:ReportFormAuctionCar>
    <d2p1:ReportFormAuctionCar>
      <d2p1:ApprovedSale>6</d2p1:ApprovedSale>
      <d2p1:AuctionCar>7</d2p1:AuctionCar>
      <d2p1:AuctionOkCar>8</d2p1:AuctionOkCar>
      <d2p1:RegionID>sample string 2</d2p1:RegionID>
      <d2p1:RegionName>sample string 3</d2p1:RegionName>
      <d2p1:RowNumber>1</d2p1:RowNumber>
      <d2p1:SubId>sample string 4</d2p1:SubId>
      <d2p1:SubName>sample string 5</d2p1:SubName>
      <d2p1:approvedSaleAuctionCar>116.67%</d2p1:approvedSaleAuctionCar>
      <d2p1:auctionOkCarApprovedSale>133.33%</d2p1:auctionOkCarApprovedSale>
    </d2p1:ReportFormAuctionCar>
  </Data>
  <TotalCount>1</TotalCount>
</ListApiResponseOfArrayOfReportFormAuctionCarBO9P5ujw>