POST api/TimeSheetOld

Request Information

URI Parameters

None.

Body Parameters

TimeSheetVerifyParam
NameDescriptionTypeAdditional information
TimecardId

integer

None.

EmployeeIds

Collection of integer

None.

IsAll

boolean

None.

VerifyBy

integer

None.

Branches

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "TimecardId": 1,
  "EmployeeIds": [
    1,
    2
  ],
  "IsAll": true,
  "VerifyBy": 3,
  "Branches": [
    "8f713547-034a-4930-8f73-78477a893be4",
    "54125277-5604-403b-b89e-b491064a65bd"
  ]
}

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.