POST api/ReportForm/GetCarStoreShowPercentageData
Request Information
Parameters
Name | Type | Description |
---|---|---|
request | Carwins.UsedCar.CarDomain.CarStoreShowPercentReportRequest | No documentation available. |
Request body formats
application/json, text/json
Sample:
{ "firstMonthStart": "sample string 1", "firstMonthEnd": "sample string 2", "secondMonthStart": "sample string 3", "secondMonthEnd": "sample string 4", "thirdMonthStart": "sample string 5", "thirdMonthEnd": "sample string 6", "regionId": "sample string 7", "sessionId": "sample string 8", "requestSource": "sample string 9", "bundleID": "sample string 10", "requestGroupID": "sample string 11", "channel": "sample string 12", "loginUserID": "sample string 13", "clientIP": "sample string 14", "endDeviceNumber": "sample string 15", "cityName": "sample string 16", "hierarchy": "sample string 17", "sessionKey": "sample string 18", "appVersion": "sample string 19", "whetherUpdate": "sample string 20" }
application/xml, text/xml
Sample:
<CarStoreShowPercentReportRequest 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 19</AppVersion> <BundleID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 10</BundleID> <Channel xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 12</Channel> <CityName xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 16</CityName> <ClientIP xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 14</ClientIP> <EndDeviceNumber xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 15</EndDeviceNumber> <Hierarchy xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 17</Hierarchy> <LoginUserID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 13</LoginUserID> <RequestGroupID xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 11</RequestGroupID> <RequestSource xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 9</RequestSource> <SessionId xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 8</SessionId> <SessionKey xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 18</SessionKey> <WhetherUpdate xmlns="http://schemas.datacontract.org/2004/07/Pilot.Web.WebApi">sample string 20</WhetherUpdate> <RegionId>sample string 7</RegionId> <firstMonthEnd>sample string 2</firstMonthEnd> <firstMonthStart>sample string 1</firstMonthStart> <secondMonthEnd>sample string 4</secondMonthEnd> <secondMonthStart>sample string 3</secondMonthStart> <thirdMonthEnd>sample string 6</thirdMonthEnd> <thirdMonthStart>sample string 5</thirdMonthStart> </CarStoreShowPercentReportRequest>
application/x-www-form-urlencoded
Sample:
Response Type
Response Information
Response body formats
application/json, text/json
Sample:
{ "data": [ { "regionName": "sample string 1", "firstShowPercent": 2.1, "secondShowPercent": 3.1, "threeShowPercent": 4.1, "averageShowPercent": 5.1 }, { "regionName": "sample string 1", "firstShowPercent": 2.1, "secondShowPercent": 3.1, "threeShowPercent": 4.1, "averageShowPercent": 5.1 }, { "regionName": "sample string 1", "firstShowPercent": 2.1, "secondShowPercent": 3.1, "threeShowPercent": 4.1, "averageShowPercent": 5.1 } ], "code": 1, "message": "sample string 2" }
application/xml, text/xml
Sample:
<SingleApiResponseOfArrayOfCarStoreShowPercentReportModelBO9P5ujw 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:CarStoreShowPercentReportModel> <d2p1:AverageShowPercent>5.1</d2p1:AverageShowPercent> <d2p1:FirstShowPercent>2.1</d2p1:FirstShowPercent> <d2p1:RegionName>sample string 1</d2p1:RegionName> <d2p1:SecondShowPercent>3.1</d2p1:SecondShowPercent> <d2p1:ThreeShowPercent>4.1</d2p1:ThreeShowPercent> </d2p1:CarStoreShowPercentReportModel> <d2p1:CarStoreShowPercentReportModel> <d2p1:AverageShowPercent>5.1</d2p1:AverageShowPercent> <d2p1:FirstShowPercent>2.1</d2p1:FirstShowPercent> <d2p1:RegionName>sample string 1</d2p1:RegionName> <d2p1:SecondShowPercent>3.1</d2p1:SecondShowPercent> <d2p1:ThreeShowPercent>4.1</d2p1:ThreeShowPercent> </d2p1:CarStoreShowPercentReportModel> <d2p1:CarStoreShowPercentReportModel> <d2p1:AverageShowPercent>5.1</d2p1:AverageShowPercent> <d2p1:FirstShowPercent>2.1</d2p1:FirstShowPercent> <d2p1:RegionName>sample string 1</d2p1:RegionName> <d2p1:SecondShowPercent>3.1</d2p1:SecondShowPercent> <d2p1:ThreeShowPercent>4.1</d2p1:ThreeShowPercent> </d2p1:CarStoreShowPercentReportModel> </Data> </SingleApiResponseOfArrayOfCarStoreShowPercentReportModelBO9P5ujw>