POST api/ExcelDataPunchManagement/FileUploadExcel

Request Information

URI Parameters

None.

Body Parameters

Collection of AttendanceExcelDataView
NameDescriptionTypeAdditional information
ID

integer

None.

Date

date

None.

Time

date

None.

EmployeeLocation

string

None.

Department

string

None.

EmployeeCode

string

None.

CardNumber

string

None.

EmployeeName

string

None.

ControllerLocation

string

None.

ControllerName

string

None.

Reader

string

None.

aDateTime

string

None.

EventMessages

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Date": "2026-06-19T08:56:53.3990322+00:00",
    "Time": "2026-06-19T08:56:53.3990322+00:00",
    "EmployeeLocation": "sample string 2",
    "Department": "sample string 3",
    "EmployeeCode": "sample string 4",
    "CardNumber": "sample string 5",
    "EmployeeName": "sample string 6",
    "ControllerLocation": "sample string 7",
    "ControllerName": "sample string 8",
    "Reader": "sample string 9",
    "aDateTime": "sample string 10",
    "EventMessages": "sample string 11"
  },
  {
    "ID": 1,
    "Date": "2026-06-19T08:56:53.3990322+00:00",
    "Time": "2026-06-19T08:56:53.3990322+00:00",
    "EmployeeLocation": "sample string 2",
    "Department": "sample string 3",
    "EmployeeCode": "sample string 4",
    "CardNumber": "sample string 5",
    "EmployeeName": "sample string 6",
    "ControllerLocation": "sample string 7",
    "ControllerName": "sample string 8",
    "Reader": "sample string 9",
    "aDateTime": "sample string 10",
    "EventMessages": "sample string 11"
  }
]

application/xml, text/xml

Sample:
<ArrayOfExcelDataPunchManagementViewModel.AttendanceExcelDataView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModelHRMS">
  <ExcelDataPunchManagementViewModel.AttendanceExcelDataView>
    <CardNumber>sample string 5</CardNumber>
    <ControllerLocation>sample string 7</ControllerLocation>
    <ControllerName>sample string 8</ControllerName>
    <Date>2026-06-19T08:56:53.3990322+00:00</Date>
    <Department>sample string 3</Department>
    <EmployeeCode>sample string 4</EmployeeCode>
    <EmployeeLocation>sample string 2</EmployeeLocation>
    <EmployeeName>sample string 6</EmployeeName>
    <EventMessages>sample string 11</EventMessages>
    <ID>1</ID>
    <Reader>sample string 9</Reader>
    <Time>2026-06-19T08:56:53.3990322+00:00</Time>
    <aDateTime>sample string 10</aDateTime>
  </ExcelDataPunchManagementViewModel.AttendanceExcelDataView>
  <ExcelDataPunchManagementViewModel.AttendanceExcelDataView>
    <CardNumber>sample string 5</CardNumber>
    <ControllerLocation>sample string 7</ControllerLocation>
    <ControllerName>sample string 8</ControllerName>
    <Date>2026-06-19T08:56:53.3990322+00:00</Date>
    <Department>sample string 3</Department>
    <EmployeeCode>sample string 4</EmployeeCode>
    <EmployeeLocation>sample string 2</EmployeeLocation>
    <EmployeeName>sample string 6</EmployeeName>
    <EventMessages>sample string 11</EventMessages>
    <ID>1</ID>
    <Reader>sample string 9</Reader>
    <Time>2026-06-19T08:56:53.3990322+00:00</Time>
    <aDateTime>sample string 10</aDateTime>
  </ExcelDataPunchManagementViewModel.AttendanceExcelDataView>
</ArrayOfExcelDataPunchManagementViewModel.AttendanceExcelDataView>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>