POST api/ReportForm/GetMonthlyReport3
Request Information
Parameters
Name | Type | Description |
---|---|---|
request | Carwins.UsedCar.CarDomain.GetMonthlyReport3Request | No documentation available. |
Request body formats
application/json, text/json
Sample:
{ "regionId": "sample string 1", "subId": "sample string 2", "sDate": "sample string 3", "eDate": "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:
<GetMonthlyReport3Request 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> <EDate>sample string 4</EDate> <SDate>sample string 3</SDate> <regionId>sample string 1</regionId> <subId>sample string 2</subId> </GetMonthlyReport3Request>
application/x-www-form-urlencoded
Sample:
Response Type
Response Information
Response body formats
application/json, text/json
Sample:
{ "data": [ { "fldSubID": "sample string 1", "fldRegionName": "sample string 2", "fldSubBrandName": "sample string 3", "fldSubName": "sample string 4", "purchaseCount": 5, "bpCount": 6, "bpcfrzCount": 7, "rhrzCount": 8, "salesCount": 9, "bpSalesCount": 10, "salesMoney": 11.1, "bpSalesMoney": 12.1, "yscb": 13.1, "yssr": 14.1, "purchasePrice": 15.1, "bpyscb": 16.1, "bpyssr": 17.1, "bpPurchasePrice": 18.1 }, { "fldSubID": "sample string 1", "fldRegionName": "sample string 2", "fldSubBrandName": "sample string 3", "fldSubName": "sample string 4", "purchaseCount": 5, "bpCount": 6, "bpcfrzCount": 7, "rhrzCount": 8, "salesCount": 9, "bpSalesCount": 10, "salesMoney": 11.1, "bpSalesMoney": 12.1, "yscb": 13.1, "yssr": 14.1, "purchasePrice": 15.1, "bpyscb": 16.1, "bpyssr": 17.1, "bpPurchasePrice": 18.1 }, { "fldSubID": "sample string 1", "fldRegionName": "sample string 2", "fldSubBrandName": "sample string 3", "fldSubName": "sample string 4", "purchaseCount": 5, "bpCount": 6, "bpcfrzCount": 7, "rhrzCount": 8, "salesCount": 9, "bpSalesCount": 10, "salesMoney": 11.1, "bpSalesMoney": 12.1, "yscb": 13.1, "yssr": 14.1, "purchasePrice": 15.1, "bpyscb": 16.1, "bpyssr": 17.1, "bpPurchasePrice": 18.1 } ], "code": 1, "message": "sample string 2" }
application/xml, text/xml
Sample:
<SingleApiResponseOfArrayOfMonthlyReport3ModelBO9P5ujw 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:MonthlyReport3Model> <d2p1:BPCFRZCount>7</d2p1:BPCFRZCount> <d2p1:BPCount>6</d2p1:BPCount> <d2p1:BPPurchasePrice>18.1</d2p1:BPPurchasePrice> <d2p1:BPSalesCount>10</d2p1:BPSalesCount> <d2p1:BPSalesMoney>12.1</d2p1:BPSalesMoney> <d2p1:BPYSCB>16.1</d2p1:BPYSCB> <d2p1:BPYSSR>17.1</d2p1:BPYSSR> <d2p1:PurchaseCount>5</d2p1:PurchaseCount> <d2p1:PurchasePrice>15.1</d2p1:PurchasePrice> <d2p1:RHRZCount>8</d2p1:RHRZCount> <d2p1:SalesCount>9</d2p1:SalesCount> <d2p1:SalesMoney>11.1</d2p1:SalesMoney> <d2p1:YSCB>13.1</d2p1:YSCB> <d2p1:YSSR>14.1</d2p1:YSSR> <d2p1:fldRegionName>sample string 2</d2p1:fldRegionName> <d2p1:fldSubBrandName>sample string 3</d2p1:fldSubBrandName> <d2p1:fldSubID>sample string 1</d2p1:fldSubID> <d2p1:fldSubName>sample string 4</d2p1:fldSubName> </d2p1:MonthlyReport3Model> <d2p1:MonthlyReport3Model> <d2p1:BPCFRZCount>7</d2p1:BPCFRZCount> <d2p1:BPCount>6</d2p1:BPCount> <d2p1:BPPurchasePrice>18.1</d2p1:BPPurchasePrice> <d2p1:BPSalesCount>10</d2p1:BPSalesCount> <d2p1:BPSalesMoney>12.1</d2p1:BPSalesMoney> <d2p1:BPYSCB>16.1</d2p1:BPYSCB> <d2p1:BPYSSR>17.1</d2p1:BPYSSR> <d2p1:PurchaseCount>5</d2p1:PurchaseCount> <d2p1:PurchasePrice>15.1</d2p1:PurchasePrice> <d2p1:RHRZCount>8</d2p1:RHRZCount> <d2p1:SalesCount>9</d2p1:SalesCount> <d2p1:SalesMoney>11.1</d2p1:SalesMoney> <d2p1:YSCB>13.1</d2p1:YSCB> <d2p1:YSSR>14.1</d2p1:YSSR> <d2p1:fldRegionName>sample string 2</d2p1:fldRegionName> <d2p1:fldSubBrandName>sample string 3</d2p1:fldSubBrandName> <d2p1:fldSubID>sample string 1</d2p1:fldSubID> <d2p1:fldSubName>sample string 4</d2p1:fldSubName> </d2p1:MonthlyReport3Model> <d2p1:MonthlyReport3Model> <d2p1:BPCFRZCount>7</d2p1:BPCFRZCount> <d2p1:BPCount>6</d2p1:BPCount> <d2p1:BPPurchasePrice>18.1</d2p1:BPPurchasePrice> <d2p1:BPSalesCount>10</d2p1:BPSalesCount> <d2p1:BPSalesMoney>12.1</d2p1:BPSalesMoney> <d2p1:BPYSCB>16.1</d2p1:BPYSCB> <d2p1:BPYSSR>17.1</d2p1:BPYSSR> <d2p1:PurchaseCount>5</d2p1:PurchaseCount> <d2p1:PurchasePrice>15.1</d2p1:PurchasePrice> <d2p1:RHRZCount>8</d2p1:RHRZCount> <d2p1:SalesCount>9</d2p1:SalesCount> <d2p1:SalesMoney>11.1</d2p1:SalesMoney> <d2p1:YSCB>13.1</d2p1:YSCB> <d2p1:YSSR>14.1</d2p1:YSSR> <d2p1:fldRegionName>sample string 2</d2p1:fldRegionName> <d2p1:fldSubBrandName>sample string 3</d2p1:fldSubBrandName> <d2p1:fldSubID>sample string 1</d2p1:fldSubID> <d2p1:fldSubName>sample string 4</d2p1:fldSubName> </d2p1:MonthlyReport3Model> </Data> </SingleApiResponseOfArrayOfMonthlyReport3ModelBO9P5ujw>