POST api/HRMSEmployeeAttendance/CreateHRMSEmpAttendance
No documentation available.
Request Information
Parameters
Name | Description | Additional 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": "2024-12-27T06:54:33.2793045+05:30", "ATTN_SHIFT": "sample string 7", "ATTN_TIME": "2024-12-27T06:54:33.2793045+05:30", "IN_OUT_IND": "sample string 9", "TIME_IN": "2024-12-27T06:54:33.2793045+05:30", "TIME_OUT": "2024-12-27T06:54:33.2793045+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" }
application/xml, text/xml
Sample:
<HRMSEmpAttendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <ATTN_DATE>2024-12-27T06:54:33.2793045+05:30</ATTN_DATE> <ATTN_ENTRY_NO>1</ATTN_ENTRY_NO> <ATTN_MONTH>3</ATTN_MONTH> <ATTN_SHIFT>sample string 7</ATTN_SHIFT> <ATTN_TIME>2024-12-27T06:54:33.2793045+05:30</ATTN_TIME> <ATTN_TRANS_NO>13</ATTN_TRANS_NO> <ATTN_YEAR_CODE>2</ATTN_YEAR_CODE> <DIVISION_CODE>4</DIVISION_CODE> <Department_Name>sample string 16</Department_Name> <EMP_EMPLOYEE_CODE>sample string 14</EMP_EMPLOYEE_CODE> <EMP_FIRST_NAME>sample string 15</EMP_FIRST_NAME> <EMP_ID>5</EMP_ID> <EmpCode>sample string 18</EmpCode> <HOURS_WORKED>12</HOURS_WORKED> <IN_OUT_IND>sample string 9</IN_OUT_IND> <TIME_IN>2024-12-27T06:54:33.2793045+05:30</TIME_IN> <TIME_OUT>2024-12-27T06:54:33.2793045+05:30</TIME_OUT> <UserName>sample string 17</UserName> </HRMSEmpAttendance>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.