GET api/PayrollMissPunch/GetClaims
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
JwtClaims| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| GroupId | integer |
None. |
|
| UserRole | string |
None. |
|
| BranchId | integer |
None. |
|
| GroupUserId | integer |
None. |
|
| EmpId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserId": 1,
"GroupId": 2,
"UserRole": "sample string 3",
"BranchId": 4,
"GroupUserId": 5,
"EmpId": 6
}
text/html, application/octet-stream
Sample:
{"UserId":1,"GroupId":2,"UserRole":"sample string 3","BranchId":4,"GroupUserId":5,"EmpId":6}
application/xml, text/xml
Sample:
<JwtClaims xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Attendance.Authentication"> <BranchId>4</BranchId> <EmpId>6</EmpId> <GroupId>2</GroupId> <GroupUserId>5</GroupUserId> <UserId>1</UserId> <UserRole>sample string 3</UserRole> </JwtClaims>