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-09-15T14:17:10.5971678-06:00",
  "payrollEnd": "2025-09-15T14:17:10.5971678-06:00",
  "fileName": "sample string 3"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.