GET api/WorkOrder/GetInternalNewsWorkOrderTotal?communityId={communityId}&startdate={startdate}&enddate={enddate}&memucode={memucode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| communityId | string |
Required |
|
| startdate | string |
Required |
|
| enddate | string |
Required |
|
| memucode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfInternalNewsWorkOrderTotalViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | InternalNewsWorkOrderTotalViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": {
"Count": 1,
"NoComplete": 2,
"Complete": 3,
"YiPingJia": 4,
"TimeOutCount": 5,
"Ave_CompleteTime": "sample string 6",
"Ave_JDTime": "sample string 7",
"Ave_QDTime": "sample string 8",
"Ave_XYTime": "sample string 9"
}
}