PUT api/timesheetentries/submit
Request Information
URI Parameters
None.
Body Parameters
TimesheetEntrySubmitModel| Name | Description | Type | Additional information |
|---|---|---|---|
| start_date | date |
None. |
|
| end_date | date |
None. |
|
| user_id | string |
None. |
|
| timezone_id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"start_date": "2026-04-10T20:17:41.9592377+08:00",
"end_date": "2026-04-10T20:17:41.9592377+08:00",
"user_id": "sample string 3",
"timezone_id": "sample string 4"
}
application/xml, text/xml
Sample:
<TimesheetEntrySubmitModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models"> <EndDate>2026-04-10T20:17:41.9592377+08:00</EndDate> <StartDate>2026-04-10T20:17:41.9592377+08:00</StartDate> <TimeZoneId>sample string 4</TimeZoneId> <UserId>sample string 3</UserId> </TimesheetEntrySubmitModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.