PUT api/TimeClockRow/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

TimeClockManualMatchParam
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.