POST api/Institution/InstitutionHtIndexGather

后台机构首页汇总 2022-06-10 柳航 (PC后台)

Request Information

Parameters

NameTypeDescription
request Carwins.UsedCar.CarDomain.InstitutionHtIndexGatherRequest

Request body formats

application/json, text/json

Sample:
{
  "version": 1.0,
  "institutionID": 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:
<InstitutionHtIndexGatherRequest 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>
  <InstitutionID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">2</InstitutionID>
  <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>
  <Version xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">1</Version>
</InstitutionHtIndexGatherRequest>

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

Response Type

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

Response Information

Response body formats

application/json, text/json

Sample:
{
  "data": {
    "isBtnBI": 1,
    "isBtnArea": 2,
    "topSiteNoticeList": [
      {
        "siteNoticeID": 1,
        "title": "sample string 2"
      },
      {
        "siteNoticeID": 1,
        "title": "sample string 2"
      },
      {
        "siteNoticeID": 1,
        "title": "sample string 2"
      }
    ],
    "dataUpdateTime": "sample string 3",
    "institutionName": "sample string 4",
    "institutionCreateTime": "2025-06-01 12:21:11",
    "institutionLogo": "sample string 5",
    "institutionDealerSum": 6,
    "institutionDealerAuctionSum": 7,
    "ywglInfo": [
      {
        "menuName": "sample string 1",
        "total": 2,
        "infoList": [
          {
            "key": "sample string 1",
            "value": 2,
            "unit": "sample string 3"
          },
          {
            "key": "sample string 1",
            "value": 2,
            "unit": "sample string 3"
          },
          {
            "key": "sample string 1",
            "value": 2,
            "unit": "sample string 3"
          }
        ]
      },
      {
        "menuName": "sample string 1",
        "total": 2,
        "infoList": [
          {
            "key": "sample string 1",
            "value": 2,
            "unit": "sample string 3"
          },
          {
            "key": "sample string 1",
            "value": 2,
            "unit": "sample string 3"
          },
          {
            "key": "sample string 1",
            "value": 2,
            "unit": "sample string 3"
          }
        ]
      },
      {
        "menuName": "sample string 1",
        "total": 2,
        "infoList": [
          {
            "key": "sample string 1",
            "value": 2,
            "unit": "sample string 3"
          },
          {
            "key": "sample string 1",
            "value": 2,
            "unit": "sample string 3"
          },
          {
            "key": "sample string 1",
            "value": 2,
            "unit": "sample string 3"
          }
        ]
      }
    ],
    "isGonggao": 8,
    "isGonggaoSystem": 9,
    "gonggaoSystemInfo": {
      "title": "sample string 1",
      "createTime": "2025-06-01 12:21:11",
      "content": "sample string 2"
    },
    "isGonggaoBusiness": 10,
    "gonggaoBusinessList": [
      {
        "siteNoticeID": 1,
        "title": "sample string 2",
        "createTime": "2025-06-01 12:21:11",
        "isTop": 3
      },
      {
        "siteNoticeID": 1,
        "title": "sample string 2",
        "createTime": "2025-06-01 12:21:11",
        "isTop": 3
      },
      {
        "siteNoticeID": 1,
        "title": "sample string 2",
        "createTime": "2025-06-01 12:21:11",
        "isTop": 3
      }
    ],
    "isSchedule": 11,
    "scheduleList": [
      {
        "name": "sample string 1",
        "sum": 2,
        "scheduleType": 3
      },
      {
        "name": "sample string 1",
        "sum": 2,
        "scheduleType": 3
      },
      {
        "name": "sample string 1",
        "sum": 2,
        "scheduleType": 3
      }
    ]
  },
  "code": 1,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<SingleApiResponseOfInstitutionHtIndexGatherModelBO9P5ujw 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:DataUpdateTime>sample string 3</d2p1:DataUpdateTime>
    <d2p1:GonggaoBusinessList>
      <d2p1:InstitutionHtIndexGatherGonggaoBusinessModel>
        <d2p1:CreateTime>2025-06-01T12:21:11.0318227+08:00</d2p1:CreateTime>
        <d2p1:IsTop>3</d2p1:IsTop>
        <d2p1:SiteNoticeID>1</d2p1:SiteNoticeID>
        <d2p1:Title>sample string 2</d2p1:Title>
      </d2p1:InstitutionHtIndexGatherGonggaoBusinessModel>
      <d2p1:InstitutionHtIndexGatherGonggaoBusinessModel>
        <d2p1:CreateTime>2025-06-01T12:21:11.0318227+08:00</d2p1:CreateTime>
        <d2p1:IsTop>3</d2p1:IsTop>
        <d2p1:SiteNoticeID>1</d2p1:SiteNoticeID>
        <d2p1:Title>sample string 2</d2p1:Title>
      </d2p1:InstitutionHtIndexGatherGonggaoBusinessModel>
      <d2p1:InstitutionHtIndexGatherGonggaoBusinessModel>
        <d2p1:CreateTime>2025-06-01T12:21:11.0318227+08:00</d2p1:CreateTime>
        <d2p1:IsTop>3</d2p1:IsTop>
        <d2p1:SiteNoticeID>1</d2p1:SiteNoticeID>
        <d2p1:Title>sample string 2</d2p1:Title>
      </d2p1:InstitutionHtIndexGatherGonggaoBusinessModel>
    </d2p1:GonggaoBusinessList>
    <d2p1:GonggaoSystemInfo>
      <d2p1:Content>sample string 2</d2p1:Content>
      <d2p1:CreateTime>2025-06-01T12:21:11.030795+08:00</d2p1:CreateTime>
      <d2p1:Title>sample string 1</d2p1:Title>
    </d2p1:GonggaoSystemInfo>
    <d2p1:InstitutionCreateTime>2025-06-01T12:21:11.0287198+08:00</d2p1:InstitutionCreateTime>
    <d2p1:InstitutionDealerAuctionSum>7</d2p1:InstitutionDealerAuctionSum>
    <d2p1:InstitutionDealerSum>6</d2p1:InstitutionDealerSum>
    <d2p1:InstitutionLogo>sample string 5</d2p1:InstitutionLogo>
    <d2p1:InstitutionName>sample string 4</d2p1:InstitutionName>
    <d2p1:IsBtnArea>2</d2p1:IsBtnArea>
    <d2p1:IsBtnBI>1</d2p1:IsBtnBI>
    <d2p1:IsGonggao>8</d2p1:IsGonggao>
    <d2p1:IsGonggaoBusiness>10</d2p1:IsGonggaoBusiness>
    <d2p1:IsGonggaoSystem>9</d2p1:IsGonggaoSystem>
    <d2p1:IsSchedule>11</d2p1:IsSchedule>
    <d2p1:ScheduleList>
      <d2p1:InstitutionHtIndexGatherSchedulelListModel>
        <d2p1:Name>sample string 1</d2p1:Name>
        <d2p1:ScheduleType>3</d2p1:ScheduleType>
        <d2p1:Sum>2</d2p1:Sum>
      </d2p1:InstitutionHtIndexGatherSchedulelListModel>
      <d2p1:InstitutionHtIndexGatherSchedulelListModel>
        <d2p1:Name>sample string 1</d2p1:Name>
        <d2p1:ScheduleType>3</d2p1:ScheduleType>
        <d2p1:Sum>2</d2p1:Sum>
      </d2p1:InstitutionHtIndexGatherSchedulelListModel>
      <d2p1:InstitutionHtIndexGatherSchedulelListModel>
        <d2p1:Name>sample string 1</d2p1:Name>
        <d2p1:ScheduleType>3</d2p1:ScheduleType>
        <d2p1:Sum>2</d2p1:Sum>
      </d2p1:InstitutionHtIndexGatherSchedulelListModel>
    </d2p1:ScheduleList>
    <d2p1:TopSiteNoticeList>
      <d2p1:InstitutionHtIndexGatherTopSiteNoticeModel>
        <d2p1:SiteNoticeID>1</d2p1:SiteNoticeID>
        <d2p1:Title>sample string 2</d2p1:Title>
      </d2p1:InstitutionHtIndexGatherTopSiteNoticeModel>
      <d2p1:InstitutionHtIndexGatherTopSiteNoticeModel>
        <d2p1:SiteNoticeID>1</d2p1:SiteNoticeID>
        <d2p1:Title>sample string 2</d2p1:Title>
      </d2p1:InstitutionHtIndexGatherTopSiteNoticeModel>
      <d2p1:InstitutionHtIndexGatherTopSiteNoticeModel>
        <d2p1:SiteNoticeID>1</d2p1:SiteNoticeID>
        <d2p1:Title>sample string 2</d2p1:Title>
      </d2p1:InstitutionHtIndexGatherTopSiteNoticeModel>
    </d2p1:TopSiteNoticeList>
    <d2p1:YwglInfo>
      <d2p1:InstitutionHtIndexGatherYwglModel>
        <d2p1:InfoList>
          <d2p1:InstitutionHtIndexGatherYwglListModel>
            <d2p1:Key>sample string 1</d2p1:Key>
            <d2p1:Unit>sample string 3</d2p1:Unit>
            <d2p1:Value>2</d2p1:Value>
          </d2p1:InstitutionHtIndexGatherYwglListModel>
          <d2p1:InstitutionHtIndexGatherYwglListModel>
            <d2p1:Key>sample string 1</d2p1:Key>
            <d2p1:Unit>sample string 3</d2p1:Unit>
            <d2p1:Value>2</d2p1:Value>
          </d2p1:InstitutionHtIndexGatherYwglListModel>
          <d2p1:InstitutionHtIndexGatherYwglListModel>
            <d2p1:Key>sample string 1</d2p1:Key>
            <d2p1:Unit>sample string 3</d2p1:Unit>
            <d2p1:Value>2</d2p1:Value>
          </d2p1:InstitutionHtIndexGatherYwglListModel>
        </d2p1:InfoList>
        <d2p1:MenuName>sample string 1</d2p1:MenuName>
        <d2p1:Total>2</d2p1:Total>
      </d2p1:InstitutionHtIndexGatherYwglModel>
      <d2p1:InstitutionHtIndexGatherYwglModel>
        <d2p1:InfoList>
          <d2p1:InstitutionHtIndexGatherYwglListModel>
            <d2p1:Key>sample string 1</d2p1:Key>
            <d2p1:Unit>sample string 3</d2p1:Unit>
            <d2p1:Value>2</d2p1:Value>
          </d2p1:InstitutionHtIndexGatherYwglListModel>
          <d2p1:InstitutionHtIndexGatherYwglListModel>
            <d2p1:Key>sample string 1</d2p1:Key>
            <d2p1:Unit>sample string 3</d2p1:Unit>
            <d2p1:Value>2</d2p1:Value>
          </d2p1:InstitutionHtIndexGatherYwglListModel>
          <d2p1:InstitutionHtIndexGatherYwglListModel>
            <d2p1:Key>sample string 1</d2p1:Key>
            <d2p1:Unit>sample string 3</d2p1:Unit>
            <d2p1:Value>2</d2p1:Value>
          </d2p1:InstitutionHtIndexGatherYwglListModel>
        </d2p1:InfoList>
        <d2p1:MenuName>sample string 1</d2p1:MenuName>
        <d2p1:Total>2</d2p1:Total>
      </d2p1:InstitutionHtIndexGatherYwglModel>
      <d2p1:InstitutionHtIndexGatherYwglModel>
        <d2p1:InfoList>
          <d2p1:InstitutionHtIndexGatherYwglListModel>
            <d2p1:Key>sample string 1</d2p1:Key>
            <d2p1:Unit>sample string 3</d2p1:Unit>
            <d2p1:Value>2</d2p1:Value>
          </d2p1:InstitutionHtIndexGatherYwglListModel>
          <d2p1:InstitutionHtIndexGatherYwglListModel>
            <d2p1:Key>sample string 1</d2p1:Key>
            <d2p1:Unit>sample string 3</d2p1:Unit>
            <d2p1:Value>2</d2p1:Value>
          </d2p1:InstitutionHtIndexGatherYwglListModel>
          <d2p1:InstitutionHtIndexGatherYwglListModel>
            <d2p1:Key>sample string 1</d2p1:Key>
            <d2p1:Unit>sample string 3</d2p1:Unit>
            <d2p1:Value>2</d2p1:Value>
          </d2p1:InstitutionHtIndexGatherYwglListModel>
        </d2p1:InfoList>
        <d2p1:MenuName>sample string 1</d2p1:MenuName>
        <d2p1:Total>2</d2p1:Total>
      </d2p1:InstitutionHtIndexGatherYwglModel>
    </d2p1:YwglInfo>
  </Data>
</SingleApiResponseOfInstitutionHtIndexGatherModelBO9P5ujw>