POST api/Employees/Payroll/Upload
Request Information
URI Parameters
None.
Body Parameters
PayrollDetails| Name | Description | Type | Additional 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-12-14T03:58:08.0711469-07:00",
"payrollEnd": "2025-12-14T03:58:08.0711469-07:00",
"fileName": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.