PUT api/TimeClockRow/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
TimeClockManualMatchParam| Name | Description | Type | Additional information |
|---|---|---|---|
| RowId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| JobContractId | integer |
None. |
|
| PayrollDepartmentId | integer |
None. |
|
| Comment | string |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RowId": 1,
"EmployeeId": 2,
"JobContractId": 3,
"PayrollDepartmentId": 4,
"Comment": "sample string 5",
"UserId": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.