GET api/dataAnalysis/getProjectRank?date={date}&cmpanynumber={cmpanynumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| date | date |
Required |
|
| cmpanynumber | integer |
Default value is 1010 |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfProjectDataDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | ProjectDataDetail |
None. |
|
| error | string |
None. |
|
| code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {
"title": "sample string 1",
"todayAmount": {
"name": "sample string 1",
"value": "sample string 2"
},
"monthAmount": {
"name": "sample string 1",
"value": "sample string 2"
},
"timeSchedule": {
"name": "sample string 1",
"value": "sample string 2"
},
"date": "sample string 2",
"total": 3,
"list": [
{
"projectName": "sample string 1",
"totalAmount": 2,
"count": 3,
"univalence": 4,
"accountingAgency": 5,
"accountChange": 6,
"accountOpen": 7,
"otherBusiness": 8,
"oldCustomer": 9,
"clueCustomer": 10,
"introductiveCustomer": 11,
"dyCustomer": 12,
"phoneCustomer": 13,
"xyCustomer": 14,
"extendCustomer": 15,
"otherCustomer": 16,
"visitedCustomer": 17,
"videoCustomer": 18,
"peersCustomer": 19
},
{
"projectName": "sample string 1",
"totalAmount": 2,
"count": 3,
"univalence": 4,
"accountingAgency": 5,
"accountChange": 6,
"accountOpen": 7,
"otherBusiness": 8,
"oldCustomer": 9,
"clueCustomer": 10,
"introductiveCustomer": 11,
"dyCustomer": 12,
"phoneCustomer": 13,
"xyCustomer": 14,
"extendCustomer": 15,
"otherCustomer": 16,
"visitedCustomer": 17,
"videoCustomer": 18,
"peersCustomer": 19
}
]
},
"error": "sample string 2",
"code": 3
}