GET api/dataAnalysis/getServiceDistribution?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
ResultModelOfCommonRankModelOfListOfServiceDistributionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | CommonRankModelOfListOfServiceDistributionModel |
None. |
|
| error | string |
None. |
|
| code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {
"date": "sample string 1",
"title": "sample string 2",
"total": 3,
"list": [
{
"projectName": "sample string 1",
"accountingAgency": 2,
"accountChange": 3,
"accountOpen": 4,
"otherBusiness": 5
},
{
"projectName": "sample string 1",
"accountingAgency": 2,
"accountChange": 3,
"accountOpen": 4,
"otherBusiness": 5
}
]
},
"error": "sample string 2",
"code": 3
}