POST api/timesheetentries/scheduler

Request Information

URI Parameters

None.

Body Parameters

TimesheetEntrySchedulerModel
NameDescriptionTypeAdditional information
type

string

None.

timesheet_project_id

globally unique identifier

None.

timesheet_project_name

string

None.

original_timesheet_project_id

globally unique identifier

None.

timesheet_task_id

globally unique identifier

None.

timesheet_task_name

string

None.

original_timesheet_task_id

globally unique identifier

None.

timezone_id

string

None.

duration_minutes

integer

None.

notes

string

None.

submitted

boolean

None.

update_schedule_only

boolean

None.

origin_link

string

None.

title

string

None.

description

string

None.

reference_no

string

None.

start_date

date

None.

end_date

date

None.

start_timezone

string

None.

end_timezone

string

None.

is_all_day

boolean

None.

recurrence_exception

string

None.

recurrence_rule

string

None.

id

globally unique identifier

None.

subscription_id

globally unique identifier

None.

ts

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "type": "sample string 1",
  "timesheet_project_id": "7cd04ba0-37eb-407b-8914-88e0d8dcf1b2",
  "timesheet_project_name": "sample string 2",
  "original_timesheet_project_id": "88af5e8c-939c-4e5e-ba01-3b86afc12bc6",
  "timesheet_task_id": "0eccc9b9-e563-4040-8105-184ceef3aded",
  "timesheet_task_name": "sample string 3",
  "original_timesheet_task_id": "f1e9ffdd-87c9-4013-93f0-acde0f1544db",
  "timezone_id": "sample string 4",
  "duration_minutes": 1,
  "notes": "sample string 5",
  "submitted": true,
  "update_schedule_only": true,
  "origin_link": "sample string 8",
  "title": "sample string 9",
  "description": "sample string 10",
  "reference_no": "sample string 11",
  "start_date": "2025-12-08T19:48:39.5643191+08:00",
  "end_date": "2025-12-08T19:48:39.5643191+08:00",
  "start_timezone": "sample string 14",
  "end_timezone": "sample string 15",
  "is_all_day": true,
  "recurrence_exception": "sample string 17",
  "recurrence_rule": "sample string 18",
  "id": "7ffa7e7d-8873-4c19-8a4b-e6ac0535e96e",
  "subscription_id": "cf02da0a-1562-479b-8d5e-cf7d47eaabea",
  "ts": "QEA="
}

application/xml, text/xml

Sample:
<TimesheetEntrySchedulerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models">
  <Id xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models.Base">7ffa7e7d-8873-4c19-8a4b-e6ac0535e96e</Id>
  <SubscriptionId xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models.Base">cf02da0a-1562-479b-8d5e-cf7d47eaabea</SubscriptionId>
  <Ts xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models.Base">QEA=</Ts>
  <Description>sample string 10</Description>
  <DurationInMinutes>1</DurationInMinutes>
  <EndDate>2025-12-08T19:48:39.5643191+08:00</EndDate>
  <EndTimezone>sample string 15</EndTimezone>
  <IsAllDay>true</IsAllDay>
  <Notes>sample string 5</Notes>
  <OriginLink>sample string 8</OriginLink>
  <OriginalTimesheetProjectId>88af5e8c-939c-4e5e-ba01-3b86afc12bc6</OriginalTimesheetProjectId>
  <OriginalTimesheetTaskId>f1e9ffdd-87c9-4013-93f0-acde0f1544db</OriginalTimesheetTaskId>
  <RecurrenceException>sample string 17</RecurrenceException>
  <RecurrenceRule>sample string 18</RecurrenceRule>
  <ReferenceNo>sample string 11</ReferenceNo>
  <StartDate>2025-12-08T19:48:39.5643191+08:00</StartDate>
  <StartTimezone>sample string 14</StartTimezone>
  <Submitted>true</Submitted>
  <TimeZoneId>sample string 4</TimeZoneId>
  <TimesheetProjectId>7cd04ba0-37eb-407b-8914-88e0d8dcf1b2</TimesheetProjectId>
  <TimesheetProjectName>sample string 2</TimesheetProjectName>
  <TimesheetTaskId>0eccc9b9-e563-4040-8105-184ceef3aded</TimesheetTaskId>
  <TimesheetTaskName>sample string 3</TimesheetTaskName>
  <Title>sample string 9</Title>
  <Type>sample string 1</Type>
  <UpdateScheduleOnly>true</UpdateScheduleOnly>
</TimesheetEntrySchedulerModel>

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.