POST api/Employees/Payroll/Upload

Request Information

URI Parameters

None.

Body Parameters

PayrollDetails
NameDescriptionTypeAdditional information
Excel

Collection of byte

None.

PayrollStart

date

None.

PayrollEnd

date

None.

FileName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "excel": "QEA=",
  "payrollStart": "2025-04-03T16:56:21.791413-06:00",
  "payrollEnd": "2025-04-03T16:56:21.791413-06:00",
  "fileName": "sample string 3"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.