PUT api/timesheetentries/scheduler/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "4814a531-469b-4cad-aa58-70ce35a6da60",
  "type": "sample string 1",
  "timesheet_project_id": "9c10bf5f-ead7-47ee-ad89-3d7dcfc354c5",
  "timesheet_project_name": "sample string 2",
  "original_timesheet_project_id": "30f440f3-531f-44d3-b662-3eee3e78cfdb",
  "timesheet_task_id": "994a982e-0f7b-41cb-9dcc-8f33282d102c",
  "timesheet_task_name": "sample string 3",
  "original_timesheet_task_id": "91d5be03-82ec-40f3-b31e-9876440097d5",
  "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:55:45.1865098+08:00",
  "end": "2026-02-09T19:55:45.1865098+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": "3c66e3de-6c41-4f85-98aa-e3fa8c09f533"
}

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">3c66e3de-6c41-4f85-98aa-e3fa8c09f533</Id>
  <Description>sample string 11</Description>
  <DurationInMinutes>1</DurationInMinutes>
  <End>2026-02-09T19:55:45.1865098+08:00</End>
  <EndTimezone>sample string 16</EndTimezone>
  <IsAllDay>true</IsAllDay>
  <Notes>sample string 6</Notes>
  <OriginLink>sample string 9</OriginLink>
  <OriginalTimesheetProjectId>30f440f3-531f-44d3-b662-3eee3e78cfdb</OriginalTimesheetProjectId>
  <OriginalTimesheetTaskId>91d5be03-82ec-40f3-b31e-9876440097d5</OriginalTimesheetTaskId>
  <RecurrenceException>sample string 18</RecurrenceException>
  <RecurrenceRule>sample string 19</RecurrenceRule>
  <ReferenceNo>sample string 12</ReferenceNo>
  <Start>2026-02-09T19:55:45.1865098+08:00</Start>
  <StartTimezone>sample string 15</StartTimezone>
  <Submitted>true</Submitted>
  <SubscriptionId>4814a531-469b-4cad-aa58-70ce35a6da60</SubscriptionId>
  <TimeZoneId>sample string 5</TimeZoneId>
  <TimesheetProjectId>9c10bf5f-ead7-47ee-ad89-3d7dcfc354c5</TimesheetProjectId>
  <TimesheetProjectName>sample string 2</TimesheetProjectName>
  <TimesheetTaskId>994a982e-0f7b-41cb-9dcc-8f33282d102c</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.