POST api/HRMSEmployeeAttendance/CreateHRMSEmpAttendanceOut

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
HRMSEmpAttendance
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ATTN_ENTRY_NO": 1,
  "ATTN_YEAR_CODE": 2,
  "ATTN_MONTH": 3,
  "DIVISION_CODE": 4,
  "EMP_ID": 5,
  "ATTN_DATE": "2025-12-07T07:59:05.9641795+05:30",
  "ATTN_SHIFT": "sample string 7",
  "ATTN_TIME": "2025-12-07T07:59:05.9641795+05:30",
  "IN_OUT_IND": "sample string 9",
  "TIME_IN": "2025-12-07T07:59:05.9641795+05:30",
  "TIME_OUT": "2025-12-07T07:59:05.9641795+05:30",
  "HOURS_WORKED": 12,
  "ATTN_TRANS_NO": 13,
  "EMP_EMPLOYEE_CODE": "sample string 14",
  "EMP_FIRST_NAME": "sample string 15",
  "Department_Name": "sample string 16",
  "UserName": "sample string 17",
  "EmpCode": "sample string 18",
  "DI_District": "sample string 19",
  "desg_name": "sample string 20",
  "year_month": "sample string 21",
  "MA_ID": 22
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'HRMSEmpAttendance'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.