GET api/200/Attendance/GetEmpCalendar?pnid={pnid}&date1={date1}&date2={date2}
获取用户个人日历
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pnid |
人员编号 |
integer |
Required |
| date1 |
开始日期 |
date |
Required |
| date2 |
结束日期 |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of Object [key] and Object [value]Response Formats
application/json, text/json
Sample:
{
"System.Object": {}
}