GET api/PaidService/GetPaidServiceWorkOrderTotal
有偿服务统计
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfPaidServiceWorkOrderTotal| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | PaidServiceWorkOrderTotal |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": {
"TotalCount": 1,
"NoComplateCount": 2,
"CompleteCount": 3
}
}