POST api/report/GetAchievementData?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}
app第一页业绩报表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DomainId |
域Id |
globally unique identifier |
None. |
| AccountId |
账户Id |
globally unique identifier |
None. |
| PersonId |
人员Id |
globally unique identifier |
None. |
Body Parameters
RegionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| MonthId |
月份 |
string |
None. |
| StationLevel |
区域等级 |
integer |
None. |
| StationRegionId |
行政区域id |
string |
None. |
| Num |
最近月份的个数 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MonthId": "sample string 1",
"StationLevel": 2,
"StationRegionId": "sample string 3",
"Num": 4
}
application/xml, text/xml
Sample:
<RegionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.App.WebAPI.Areas.Report.RequestModel"> <MonthId>sample string 1</MonthId> <Num>4</Num> <StationLevel>2</StationLevel> <StationRegionId>sample string 3</StationRegionId> </RegionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfAchievementDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | ReturnCode |
None. |
|
| Message | string |
None. |
|
| Data | AchievementDataModel |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<ResultModelOfAchievementDataModelzZQMb_SQZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility">
<Code>Success</Code>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/JT.VSFA.App.WebAPI.Areas.Report.ViewModel">
<d2p1:AchieveRegionList>
<d2p1:AchieveRegionModel>
<d2p1:HBRate>6</d2p1:HBRate>
<d2p1:IsDealer>true</d2p1:IsDealer>
<d2p1:LastMonthReach>8</d2p1:LastMonthReach>
<d2p1:LastYearMonthReach>9</d2p1:LastYearMonthReach>
<d2p1:ParentLevel>1</d2p1:ParentLevel>
<d2p1:RegionName>sample string 3</d2p1:RegionName>
<d2p1:StationLevel>1</d2p1:StationLevel>
<d2p1:StationRegionId>sample string 2</d2p1:StationRegionId>
<d2p1:TBRate>7</d2p1:TBRate>
<d2p1:Target>sample string 4</d2p1:Target>
<d2p1:Value>sample string 5</d2p1:Value>
</d2p1:AchieveRegionModel>
<d2p1:AchieveRegionModel>
<d2p1:HBRate>6</d2p1:HBRate>
<d2p1:IsDealer>true</d2p1:IsDealer>
<d2p1:LastMonthReach>8</d2p1:LastMonthReach>
<d2p1:LastYearMonthReach>9</d2p1:LastYearMonthReach>
<d2p1:ParentLevel>1</d2p1:ParentLevel>
<d2p1:RegionName>sample string 3</d2p1:RegionName>
<d2p1:StationLevel>1</d2p1:StationLevel>
<d2p1:StationRegionId>sample string 2</d2p1:StationRegionId>
<d2p1:TBRate>7</d2p1:TBRate>
<d2p1:Target>sample string 4</d2p1:Target>
<d2p1:Value>sample string 5</d2p1:Value>
</d2p1:AchieveRegionModel>
</d2p1:AchieveRegionList>
<d2p1:AchieveTargetModel>
<d2p1:CLTarget>5</d2p1:CLTarget>
<d2p1:CLValue>6</d2p1:CLValue>
<d2p1:RYTarget>3</d2p1:RYTarget>
<d2p1:RYValue>4</d2p1:RYValue>
<d2p1:WDTarget>7</d2p1:WDTarget>
<d2p1:WDValue>8</d2p1:WDValue>
<d2p1:YJTarget>sample string 1</d2p1:YJTarget>
<d2p1:YJValue>sample string 2</d2p1:YJValue>
</d2p1:AchieveTargetModel>
<d2p1:AllTargetRate>1</d2p1:AllTargetRate>
<d2p1:BasicRegionList>
<d2p1:BasicRegionModel>
<d2p1:IsDealer>true</d2p1:IsDealer>
<d2p1:ParentLevel>1</d2p1:ParentLevel>
<d2p1:RegionName>sample string 3</d2p1:RegionName>
<d2p1:SJTargetCar>12</d2p1:SJTargetCar>
<d2p1:SJTargetPerson>6</d2p1:SJTargetPerson>
<d2p1:SJValueCar>13</d2p1:SJValueCar>
<d2p1:SJValuePerson>7</d2p1:SJValuePerson>
<d2p1:StationLevel>1</d2p1:StationLevel>
<d2p1:StationRegionId>sample string 2</d2p1:StationRegionId>
<d2p1:TargetCus>10</d2p1:TargetCus>
<d2p1:ValueCus>11</d2p1:ValueCus>
<d2p1:WGTargetCar>14</d2p1:WGTargetCar>
<d2p1:WGTargetPerson>8</d2p1:WGTargetPerson>
<d2p1:WGValueCar>15</d2p1:WGValueCar>
<d2p1:WGValuePerson>9</d2p1:WGValuePerson>
<d2p1:YWTargetPerson>4</d2p1:YWTargetPerson>
<d2p1:YWValuePerson>5</d2p1:YWValuePerson>
</d2p1:BasicRegionModel>
<d2p1:BasicRegionModel>
<d2p1:IsDealer>true</d2p1:IsDealer>
<d2p1:ParentLevel>1</d2p1:ParentLevel>
<d2p1:RegionName>sample string 3</d2p1:RegionName>
<d2p1:SJTargetCar>12</d2p1:SJTargetCar>
<d2p1:SJTargetPerson>6</d2p1:SJTargetPerson>
<d2p1:SJValueCar>13</d2p1:SJValueCar>
<d2p1:SJValuePerson>7</d2p1:SJValuePerson>
<d2p1:StationLevel>1</d2p1:StationLevel>
<d2p1:StationRegionId>sample string 2</d2p1:StationRegionId>
<d2p1:TargetCus>10</d2p1:TargetCus>
<d2p1:ValueCus>11</d2p1:ValueCus>
<d2p1:WGTargetCar>14</d2p1:WGTargetCar>
<d2p1:WGTargetPerson>8</d2p1:WGTargetPerson>
<d2p1:WGValueCar>15</d2p1:WGValueCar>
<d2p1:WGValuePerson>9</d2p1:WGValuePerson>
<d2p1:YWTargetPerson>4</d2p1:YWTargetPerson>
<d2p1:YWValuePerson>5</d2p1:YWValuePerson>
</d2p1:BasicRegionModel>
</d2p1:BasicRegionList>
<d2p1:DateProgress>2</d2p1:DateProgress>
<d2p1:EchartDate>
<d2p1:Categories xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</d2p1:Categories>
<d2p1:Data xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:decimal>1</d4p1:decimal>
<d4p1:decimal>2</d4p1:decimal>
</d2p1:Data>
<d2p1:Series xmlns:d4p1="http://schemas.datacontract.org/2004/07/JT.VSFA.App.WebAPI.Areas.Report.ViewModel.EchartModel">
<d4p1:Data xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</d4p1:Data>
<d4p1:DisableLegend>true</d4p1:DisableLegend>
<d4p1:Name>sample string 1</d4p1:Name>
</d2p1:Series>
</d2p1:EchartDate>
<d2p1:ExpandRegionList>
<d2p1:ExpandRegionMode>
<d2p1:IsDealer>true</d2p1:IsDealer>
<d2p1:ParentLevel>1</d2p1:ParentLevel>
<d2p1:RegionName>sample string 3</d2p1:RegionName>
<d2p1:StationLevel>1</d2p1:StationLevel>
<d2p1:StationRegionId>sample string 2</d2p1:StationRegionId>
<d2p1:TGTarget>4</d2p1:TGTarget>
<d2p1:TGValue>5</d2p1:TGValue>
</d2p1:ExpandRegionMode>
<d2p1:ExpandRegionMode>
<d2p1:IsDealer>true</d2p1:IsDealer>
<d2p1:ParentLevel>1</d2p1:ParentLevel>
<d2p1:RegionName>sample string 3</d2p1:RegionName>
<d2p1:StationLevel>1</d2p1:StationLevel>
<d2p1:StationRegionId>sample string 2</d2p1:StationRegionId>
<d2p1:TGTarget>4</d2p1:TGTarget>
<d2p1:TGValue>5</d2p1:TGValue>
</d2p1:ExpandRegionMode>
</d2p1:ExpandRegionList>
<d2p1:HouseRegionList>
<d2p1:HouseRegionModel>
<d2p1:IsDealer>true</d2p1:IsDealer>
<d2p1:MeetingTarget>6</d2p1:MeetingTarget>
<d2p1:MeetingValue>7</d2p1:MeetingValue>
<d2p1:ParentLevel>1</d2p1:ParentLevel>
<d2p1:RegionName>sample string 3</d2p1:RegionName>
<d2p1:StationLevel>1</d2p1:StationLevel>
<d2p1:StationRegionId>sample string 2</d2p1:StationRegionId>
<d2p1:TGTarget>8</d2p1:TGTarget>
<d2p1:TGValue>9</d2p1:TGValue>
<d2p1:VisitTarget>4</d2p1:VisitTarget>
<d2p1:VisitValue>5</d2p1:VisitValue>
</d2p1:HouseRegionModel>
<d2p1:HouseRegionModel>
<d2p1:IsDealer>true</d2p1:IsDealer>
<d2p1:MeetingTarget>6</d2p1:MeetingTarget>
<d2p1:MeetingValue>7</d2p1:MeetingValue>
<d2p1:ParentLevel>1</d2p1:ParentLevel>
<d2p1:RegionName>sample string 3</d2p1:RegionName>
<d2p1:StationLevel>1</d2p1:StationLevel>
<d2p1:StationRegionId>sample string 2</d2p1:StationRegionId>
<d2p1:TGTarget>8</d2p1:TGTarget>
<d2p1:TGValue>9</d2p1:TGValue>
<d2p1:VisitTarget>4</d2p1:VisitTarget>
<d2p1:VisitValue>5</d2p1:VisitValue>
</d2p1:HouseRegionModel>
</d2p1:HouseRegionList>
<d2p1:MeetRegionList>
<d2p1:MeetRegionModel>
<d2p1:IsDealer>true</d2p1:IsDealer>
<d2p1:MeetingTarget>4</d2p1:MeetingTarget>
<d2p1:MeetingValue>5</d2p1:MeetingValue>
<d2p1:ParentLevel>1</d2p1:ParentLevel>
<d2p1:RegionName>sample string 3</d2p1:RegionName>
<d2p1:StationLevel>1</d2p1:StationLevel>
<d2p1:StationRegionId>sample string 2</d2p1:StationRegionId>
</d2p1:MeetRegionModel>
<d2p1:MeetRegionModel>
<d2p1:IsDealer>true</d2p1:IsDealer>
<d2p1:MeetingTarget>4</d2p1:MeetingTarget>
<d2p1:MeetingValue>5</d2p1:MeetingValue>
<d2p1:ParentLevel>1</d2p1:ParentLevel>
<d2p1:RegionName>sample string 3</d2p1:RegionName>
<d2p1:StationLevel>1</d2p1:StationLevel>
<d2p1:StationRegionId>sample string 2</d2p1:StationRegionId>
</d2p1:MeetRegionModel>
</d2p1:MeetRegionList>
<d2p1:ProductRegionList>
<d2p1:ProductRegionModel>
<d2p1:IsDealer>true</d2p1:IsDealer>
<d2p1:PHCus1>5</d2p1:PHCus1>
<d2p1:PHCus2>6</d2p1:PHCus2>
<d2p1:PHCus3>7</d2p1:PHCus3>
<d2p1:ParentLevel>1</d2p1:ParentLevel>
<d2p1:RegionName>sample string 3</d2p1:RegionName>
<d2p1:StationLevel>1</d2p1:StationLevel>
<d2p1:StationRegionId>sample string 2</d2p1:StationRegionId>
<d2p1:ValueCus>4</d2p1:ValueCus>
</d2p1:ProductRegionModel>
<d2p1:ProductRegionModel>
<d2p1:IsDealer>true</d2p1:IsDealer>
<d2p1:PHCus1>5</d2p1:PHCus1>
<d2p1:PHCus2>6</d2p1:PHCus2>
<d2p1:PHCus3>7</d2p1:PHCus3>
<d2p1:ParentLevel>1</d2p1:ParentLevel>
<d2p1:RegionName>sample string 3</d2p1:RegionName>
<d2p1:StationLevel>1</d2p1:StationLevel>
<d2p1:StationRegionId>sample string 2</d2p1:StationRegionId>
<d2p1:ValueCus>4</d2p1:ValueCus>
</d2p1:ProductRegionModel>
</d2p1:ProductRegionList>
<d2p1:RouteRegionList>
<d2p1:RouteRegionModel>
<d2p1:IsShow>true</d2p1:IsShow>
<d2p1:StationLevel>3</d2p1:StationLevel>
<d2p1:StationRegionId>sample string 1</d2p1:StationRegionId>
<d2p1:StationRegionName>sample string 2</d2p1:StationRegionName>
</d2p1:RouteRegionModel>
<d2p1:RouteRegionModel>
<d2p1:IsShow>true</d2p1:IsShow>
<d2p1:StationLevel>3</d2p1:StationLevel>
<d2p1:StationRegionId>sample string 1</d2p1:StationRegionId>
<d2p1:StationRegionName>sample string 2</d2p1:StationRegionName>
</d2p1:RouteRegionModel>
</d2p1:RouteRegionList>
<d2p1:SumRegionModel>
<d2p1:HBRate>6</d2p1:HBRate>
<d2p1:IsDealer>true</d2p1:IsDealer>
<d2p1:LastMonthReach>8</d2p1:LastMonthReach>
<d2p1:LastYearMonthReach>9</d2p1:LastYearMonthReach>
<d2p1:ParentLevel>1</d2p1:ParentLevel>
<d2p1:RegionName>sample string 3</d2p1:RegionName>
<d2p1:StationLevel>1</d2p1:StationLevel>
<d2p1:StationRegionId>sample string 2</d2p1:StationRegionId>
<d2p1:TBRate>7</d2p1:TBRate>
<d2p1:Target>sample string 4</d2p1:Target>
<d2p1:Value>sample string 5</d2p1:Value>
</d2p1:SumRegionModel>
<d2p1:VisitRegionList>
<d2p1:VisitRegionModel>
<d2p1:IsDealer>true</d2p1:IsDealer>
<d2p1:ParentLevel>1</d2p1:ParentLevel>
<d2p1:RegionName>sample string 3</d2p1:RegionName>
<d2p1:StationLevel>1</d2p1:StationLevel>
<d2p1:StationRegionId>sample string 2</d2p1:StationRegionId>
<d2p1:VisitTarget>4</d2p1:VisitTarget>
<d2p1:VisitValue>5</d2p1:VisitValue>
</d2p1:VisitRegionModel>
<d2p1:VisitRegionModel>
<d2p1:IsDealer>true</d2p1:IsDealer>
<d2p1:ParentLevel>1</d2p1:ParentLevel>
<d2p1:RegionName>sample string 3</d2p1:RegionName>
<d2p1:StationLevel>1</d2p1:StationLevel>
<d2p1:StationRegionId>sample string 2</d2p1:StationRegionId>
<d2p1:VisitTarget>4</d2p1:VisitTarget>
<d2p1:VisitValue>5</d2p1:VisitValue>
</d2p1:VisitRegionModel>
</d2p1:VisitRegionList>
</Data>
<Message>sample string 1</Message>
</ResultModelOfAchievementDataModelzZQMb_SQZ>