GET api/MobileAPI20/GetCurrentUserIsAttendanceGroupMananger?Employee_GID={Employee_GID}&Tenant_GID={Tenant_GID}
判断该员工是否是考勤组管理员
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Employee_GID |
员工GID |
globally unique identifier |
Required |
Tenant_GID |
租户GID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
判断该员工是否是考勤组管理员
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>