POST api/BIAnalysis/GetAllDealerTagInfo

车商画像 获取全部标签 (PC后台) 张奥达

Request Information

Parameters

NameTypeDescription
request Carwins.UsedCar.CarDomain.GetAllDealerTagInfoRequest

Request body formats

application/json, text/json

Sample:
{
  "dealerID": 1,
  "institutionID": "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"
}

application/xml, text/xml

Sample:
<GetAllDealerTagInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carwins.UsedCar.CarDomain">
  <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>
  <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>
  <DealerID>1</DealerID>
  <InstitutionID>sample string 2</InstitutionID>
</GetAllDealerTagInfoRequest>

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

Response Type

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

Response Information

Response body formats

application/json, text/json

Sample:
{
  "data": {
    "allBrowseCount": 1,
    "allDealCount": 2,
    "allBidCount": 3,
    "allWonBidCount": 4,
    "priceList": [
      {
        "start": 1,
        "end": 2
      },
      {
        "start": 1,
        "end": 2
      },
      {
        "start": 1,
        "end": 2
      }
    ],
    "cityIDList": [
      {
        "pid": 1,
        "pName": "sample string 2",
        "cityID": 3,
        "cityName": "sample string 4"
      },
      {
        "pid": 1,
        "pName": "sample string 2",
        "cityID": 3,
        "cityName": "sample string 4"
      },
      {
        "pid": 1,
        "pName": "sample string 2",
        "cityID": 3,
        "cityName": "sample string 4"
      }
    ],
    "brandIDList": [
      {
        "brandID": 1,
        "brandName": "sample string 2"
      },
      {
        "brandID": 1,
        "brandName": "sample string 2"
      },
      {
        "brandID": 1,
        "brandName": "sample string 2"
      }
    ]
  },
  "code": 1,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<SingleApiResponseOfDealerTagsModelInfoBO9P5ujw 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:_x003C_BrandIDList_x003E_k__BackingField>
      <d2p1:BrandTag>
        <d2p1:_x003C_BrandID_x003E_k__BackingField>1</d2p1:_x003C_BrandID_x003E_k__BackingField>
        <d2p1:_x003C_BrandName_x003E_k__BackingField>sample string 2</d2p1:_x003C_BrandName_x003E_k__BackingField>
      </d2p1:BrandTag>
      <d2p1:BrandTag>
        <d2p1:_x003C_BrandID_x003E_k__BackingField>1</d2p1:_x003C_BrandID_x003E_k__BackingField>
        <d2p1:_x003C_BrandName_x003E_k__BackingField>sample string 2</d2p1:_x003C_BrandName_x003E_k__BackingField>
      </d2p1:BrandTag>
      <d2p1:BrandTag>
        <d2p1:_x003C_BrandID_x003E_k__BackingField>1</d2p1:_x003C_BrandID_x003E_k__BackingField>
        <d2p1:_x003C_BrandName_x003E_k__BackingField>sample string 2</d2p1:_x003C_BrandName_x003E_k__BackingField>
      </d2p1:BrandTag>
    </d2p1:_x003C_BrandIDList_x003E_k__BackingField>
    <d2p1:_x003C_CityIDList_x003E_k__BackingField>
      <d2p1:CityTag>
        <d2p1:_x003C_CityID_x003E_k__BackingField>3</d2p1:_x003C_CityID_x003E_k__BackingField>
        <d2p1:_x003C_CityName_x003E_k__BackingField>sample string 4</d2p1:_x003C_CityName_x003E_k__BackingField>
        <d2p1:_x003C_PID_x003E_k__BackingField>1</d2p1:_x003C_PID_x003E_k__BackingField>
        <d2p1:_x003C_PName_x003E_k__BackingField>sample string 2</d2p1:_x003C_PName_x003E_k__BackingField>
      </d2p1:CityTag>
      <d2p1:CityTag>
        <d2p1:_x003C_CityID_x003E_k__BackingField>3</d2p1:_x003C_CityID_x003E_k__BackingField>
        <d2p1:_x003C_CityName_x003E_k__BackingField>sample string 4</d2p1:_x003C_CityName_x003E_k__BackingField>
        <d2p1:_x003C_PID_x003E_k__BackingField>1</d2p1:_x003C_PID_x003E_k__BackingField>
        <d2p1:_x003C_PName_x003E_k__BackingField>sample string 2</d2p1:_x003C_PName_x003E_k__BackingField>
      </d2p1:CityTag>
      <d2p1:CityTag>
        <d2p1:_x003C_CityID_x003E_k__BackingField>3</d2p1:_x003C_CityID_x003E_k__BackingField>
        <d2p1:_x003C_CityName_x003E_k__BackingField>sample string 4</d2p1:_x003C_CityName_x003E_k__BackingField>
        <d2p1:_x003C_PID_x003E_k__BackingField>1</d2p1:_x003C_PID_x003E_k__BackingField>
        <d2p1:_x003C_PName_x003E_k__BackingField>sample string 2</d2p1:_x003C_PName_x003E_k__BackingField>
      </d2p1:CityTag>
    </d2p1:_x003C_CityIDList_x003E_k__BackingField>
    <d2p1:_x003C_PriceList_x003E_k__BackingField>
      <d2p1:PricesTag>
        <d2p1:_x003C_end_x003E_k__BackingField>2</d2p1:_x003C_end_x003E_k__BackingField>
        <d2p1:_x003C_start_x003E_k__BackingField>1</d2p1:_x003C_start_x003E_k__BackingField>
      </d2p1:PricesTag>
      <d2p1:PricesTag>
        <d2p1:_x003C_end_x003E_k__BackingField>2</d2p1:_x003C_end_x003E_k__BackingField>
        <d2p1:_x003C_start_x003E_k__BackingField>1</d2p1:_x003C_start_x003E_k__BackingField>
      </d2p1:PricesTag>
      <d2p1:PricesTag>
        <d2p1:_x003C_end_x003E_k__BackingField>2</d2p1:_x003C_end_x003E_k__BackingField>
        <d2p1:_x003C_start_x003E_k__BackingField>1</d2p1:_x003C_start_x003E_k__BackingField>
      </d2p1:PricesTag>
    </d2p1:_x003C_PriceList_x003E_k__BackingField>
    <d2p1:_x003C_AllBidCount_x003E_k__BackingField>3</d2p1:_x003C_AllBidCount_x003E_k__BackingField>
    <d2p1:_x003C_AllBrowseCount_x003E_k__BackingField>1</d2p1:_x003C_AllBrowseCount_x003E_k__BackingField>
    <d2p1:_x003C_AllDealCount_x003E_k__BackingField>2</d2p1:_x003C_AllDealCount_x003E_k__BackingField>
    <d2p1:_x003C_AllWonBidCount_x003E_k__BackingField>4</d2p1:_x003C_AllWonBidCount_x003E_k__BackingField>
  </Data>
</SingleApiResponseOfDealerTagsModelInfoBO9P5ujw>