POST api/v1/timesheets/entry/action

Request Information

URI Parameters

None.

Body Parameters

TimesheetEntryActionDto
NameDescriptionTypeAdditional information
TimesheetId

integer

None.

TimesheetDate

date

None.

Action

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TimesheetId": 1,
  "TimesheetDate": "2026-07-03T18:02:41.4977142-05:00",
  "Action": "sample string 3"
}

application/xml, text/xml

Sample:
<TimesheetsController.TimesheetEntryActionDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <Action>sample string 3</Action>
  <TimesheetDate>2026-07-03T18:02:41.4977142-05:00</TimesheetDate>
  <TimesheetId>1</TimesheetId>
</TimesheetsController.TimesheetEntryActionDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.