POST api/Employees/Payroll/Upload
Request Information
URI Parameters
None.
Body Parameters
PayrollDetailsName | 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-04-03T16:56:21.791413-06:00", "payrollEnd": "2025-04-03T16:56:21.791413-06:00", "fileName": "sample string 3" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.