POST api/HR/HRAttendanceLogin

Documentation for 'HRAttendanceLogin'.

Request Information

Parameters

NameDescriptionAdditional information
objAttendanceRequest
Documentation for 'objAttendanceRequest'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "AttendanceList": [
    {
      "$id": "2",
      "EmpCode": "sample string 1",
      "AttendanceDate": "2026-05-21T23:44:48.9719139+05:30",
      "AttendanceTime": "sample string 3",
      "Type": "sample string 4",
      "Remark": "sample string 5"
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "EmpCode": "sample string 1",
    "Status": true,
    "ErrorCode": 3,
    "Message": "sample string 4"
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]