POST api/timesheetentries/scheduler

Request Information

URI Parameters

None.

Body Parameters

TimesheetEntrySchedulerModel
NameDescriptionTypeAdditional information
subscription_id

globally unique identifier

None.

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.

user_id

string

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

None.

end

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.

Request Formats

application/json, text/json

Sample:
{
  "subscription_id": "ebc7438e-9405-4865-b988-beb21cdd2282",
  "type": "sample string 1",
  "timesheet_project_id": "424003fd-d3a8-41e9-bd58-c3b5c21a9ea8",
  "timesheet_project_name": "sample string 2",
  "original_timesheet_project_id": "f03e592c-ee48-479f-a754-0b6f4d2684bb",
  "timesheet_task_id": "fc5310a6-69dc-4acd-8119-76b210c7e52a",
  "timesheet_task_name": "sample string 3",
  "original_timesheet_task_id": "70acba83-d1af-4dbd-a853-ec5592d59af2",
  "user_id": "sample string 4",
  "timezone_id": "sample string 5",
  "duration_minutes": 1,
  "notes": "sample string 6",
  "submitted": true,
  "update_schedule_only": true,
  "origin_link": "sample string 9",
  "title": "sample string 10",
  "description": "sample string 11",
  "reference_no": "sample string 12",
  "start": "2026-02-09T19:54:57.2914262+08:00",
  "end": "2026-02-09T19:54:57.2914262+08:00",
  "start_timezone": "sample string 15",
  "end_timezone": "sample string 16",
  "is_all_day": true,
  "recurrence_exception": "sample string 18",
  "recurrence_rule": "sample string 19",
  "id": "51f23528-d4c8-4444-9d51-cb6ab9942bea"
}

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">51f23528-d4c8-4444-9d51-cb6ab9942bea</Id>
  <Description>sample string 11</Description>
  <DurationInMinutes>1</DurationInMinutes>
  <End>2026-02-09T19:54:57.2914262+08:00</End>
  <EndTimezone>sample string 16</EndTimezone>
  <IsAllDay>true</IsAllDay>
  <Notes>sample string 6</Notes>
  <OriginLink>sample string 9</OriginLink>
  <OriginalTimesheetProjectId>f03e592c-ee48-479f-a754-0b6f4d2684bb</OriginalTimesheetProjectId>
  <OriginalTimesheetTaskId>70acba83-d1af-4dbd-a853-ec5592d59af2</OriginalTimesheetTaskId>
  <RecurrenceException>sample string 18</RecurrenceException>
  <RecurrenceRule>sample string 19</RecurrenceRule>
  <ReferenceNo>sample string 12</ReferenceNo>
  <Start>2026-02-09T19:54:57.2914262+08:00</Start>
  <StartTimezone>sample string 15</StartTimezone>
  <Submitted>true</Submitted>
  <SubscriptionId>ebc7438e-9405-4865-b988-beb21cdd2282</SubscriptionId>
  <TimeZoneId>sample string 5</TimeZoneId>
  <TimesheetProjectId>424003fd-d3a8-41e9-bd58-c3b5c21a9ea8</TimesheetProjectId>
  <TimesheetProjectName>sample string 2</TimesheetProjectName>
  <TimesheetTaskId>fc5310a6-69dc-4acd-8119-76b210c7e52a</TimesheetTaskId>
  <TimesheetTaskName>sample string 3</TimesheetTaskName>
  <Title>sample string 10</Title>
  <Type>sample string 1</Type>
  <UpdateScheduleOnly>true</UpdateScheduleOnly>
  <UserId>sample string 4</UserId>
</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.