PUT api/timesheetentries/submit
Request Information
URI Parameters
None.
Body Parameters
TimesheetEntrySubmitModel| Name | Description | Type | Additional information |
|---|---|---|---|
| subscription_id | globally unique identifier |
None. |
|
| start_date | date |
None. |
|
| end_date | date |
None. |
|
| user_id | string |
None. |
|
| timezone_id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"subscription_id": "ad1c2013-63ee-48af-b282-89a29d335098",
"start_date": "2026-02-09T19:53:23.4110212+08:00",
"end_date": "2026-02-09T19:53:23.4110212+08:00",
"user_id": "sample string 4",
"timezone_id": "sample string 5"
}
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-02-09T19:53:23.4110212+08:00</EndDate> <StartDate>2026-02-09T19:53:23.4110212+08:00</StartDate> <SubscriptionId>ad1c2013-63ee-48af-b282-89a29d335098</SubscriptionId> <TimeZoneId>sample string 5</TimeZoneId> <UserId>sample string 4</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.