GET api/Attendance/MyApplyDetails?applyId={applyId}&propertyId={propertyId}
根据申请id获取我的申请详情
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| applyId | string |
Required |
|
| propertyId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfAttendanceApplyInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | AttendanceApplyInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": {
"CommunityName": "sample string 1",
"ApplyName": "sample string 2",
"ProcessType": "sample string 3",
"ApplyNum": "sample string 4",
"ApplyType": 0,
"ApplyApprovalOpers": [
{
"PropertyId": "sample string 1",
"ApplyId": "sample string 2",
"StaffId": "sample string 3",
"ApprovalNode": "sample string 4",
"ApprovalType": 0,
"Remark": "sample string 5",
"StaffName": "sample string 6",
"Id": "sample string 7",
"Created": "2025-12-07 04:21:33",
"Updated": "2025-12-07 04:21:33"
},
{
"PropertyId": "sample string 1",
"ApplyId": "sample string 2",
"StaffId": "sample string 3",
"ApprovalNode": "sample string 4",
"ApprovalType": 0,
"Remark": "sample string 5",
"StaffName": "sample string 6",
"Id": "sample string 7",
"Created": "2025-12-07 04:21:33",
"Updated": "2025-12-07 04:21:33"
}
],
"ApplySupplementCard": {
"PropertyId": "sample string 1",
"ApplyId": "sample string 2",
"MainId": "sample string 3",
"BusinessType": 3,
"SupplementCardTime": "2025-12-07 04:21:33",
"SupplementCardRemark": "sample string 5",
"StaffId": "sample string 6",
"Id": "sample string 7",
"Created": "2025-12-07 04:21:33",
"Updated": "2025-12-07 04:21:33"
},
"ApplyClasses": {
"PropertyId": "sample string 1",
"ApplyId": "sample string 2",
"MainId": "sample string 3",
"BusinessType": 3,
"StartDate": "2025-12-07 04:21:33",
"EndDate": "2025-12-07 04:21:33",
"ChangeTime": 6,
"WorkTime": "sample string 7",
"WorkDateType": "sample string 8",
"WorkDateId": "sample string 9",
"WorkHour": 10.0,
"WorkDateName": "sample string 11",
"ApplyClassesTimes": [
{
"Id": "sample string 1",
"ApplyClassesId": "sample string 2",
"GoWorkTime": "sample string 3",
"OffWorkTime": "sample string 4"
},
{
"Id": "sample string 1",
"ApplyClassesId": "sample string 2",
"GoWorkTime": "sample string 3",
"OffWorkTime": "sample string 4"
}
],
"Id": "sample string 12",
"Created": "2025-12-07 04:21:33",
"Updated": "2025-12-07 04:21:33"
},
"ApplyLeave": {
"PropertyId": "sample string 1",
"ApplyId": "sample string 2",
"MainId": "sample string 3",
"BusinessType": 3,
"LeaveStartDate": "2025-12-07 04:21:33",
"LeaveEndDate": "2025-12-07 04:21:33",
"LeaveType": 6,
"LeaveTimes": 7.0,
"LeaveRemark": "sample string 8",
"StaffId": "sample string 9",
"Id": "sample string 10",
"Created": "2025-12-07 04:21:33",
"Updated": "2025-12-07 04:21:33"
}
}
}