POST api/TimeClock/ClockOut

Request Information

URI Parameters

None.

Body Parameters

ClockInOutTimeClockCommand
NameDescriptionTypeAdditional information
ClockInId

integer

None.

Date

string

None.

JobContractId

integer

None.

Time

string

None.

Duration

decimal number

None.

UserId

integer

None.

ClockStatus

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ClockInId": 1,
  "Date": "sample string 2",
  "JobContractId": 3,
  "Time": "sample string 4",
  "Duration": 5.0,
  "UserId": 6,
  "ClockStatus": 7
}

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.