GET api/Attendance/ApplyTypeStatisticByApplyStaffId?applyStaff={applyStaff}&date={date}&orderNo={orderNo}&menu={menu}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| applyStaff | string |
Required |
|
| date | date |
Required |
|
| orderNo | string |
Required |
|
| menu | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfListOfApplyTypeTotal| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of ApplyTypeTotal |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"ApplyType": 0,
"ApplyTypeName": "sample string 1",
"ApplyCount": 2
},
{
"ApplyType": 0,
"ApplyTypeName": "sample string 1",
"ApplyCount": 2
}
]
}