POST api/RecordWorkTime/Update

Request Information

URI Parameters

None.

Body Parameters

UpdateRecordWorkTimeParam
NameDescriptionTypeAdditional information
Id

string

None.

GoWorkTime

date

None.

OffWorkTime

date

None.

RestTime

decimal number

None.

Remark

string

None.

UserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "goWorkTime": "2025-04-04 12:20:21",
  "offWorkTime": "2025-04-04 12:20:21",
  "restTime": 4.1,
  "remark": "sample string 5",
  "userId": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResult
NameDescriptionTypeAdditional information
Status

响应状态

ReturnCode

None.

Message

响应消息

string

None.

Server_time

响应时间

integer

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 200,
  "message": "sample string 1",
  "server_time": 2,
  "data": {}
}