PUT api/ResourceTaskTime/Update
Request Information
URI Parameters
None.
Body Parameters
ResourceTaskTimeApp| Name | Description | Type | Additional information |
|---|---|---|---|
| ResourceRef | string |
None. |
|
| TaskRef | globally unique identifier |
None. |
|
| TimePlanRef | integer |
None. |
|
| CalcEstimate | decimal number |
None. |
|
| start | date |
None. |
|
| end | date |
None. |
|
| Status | string |
None. |
|
| Title | string |
None. |
|
| Priority | string |
None. |
|
| Customer | string |
None. |
|
| Task_No | integer |
None. |
|
| JobNo | string |
None. |
|
| Job_Description | string |
None. |
|
| Job_Task_No | string |
None. |
|
| Comment | string |
None. |
|
| RTT_GUID | globally unique identifier |
None. |
|
| IsApproved | boolean |
None. |
|
| App_Task_Text | string |
None. |
|
| ETag | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ResourceRef": "sample string 1",
"TaskRef": "aebc96b0-23e8-43c7-ad4a-688e7406e49c",
"TimePlanRef": 3,
"CalcEstimate": 1.0,
"start": "2026-05-27T01:25:24.7005088+02:00",
"end": "2026-05-27T01:25:24.7005088+02:00",
"Status": "sample string 4",
"Title": "sample string 5",
"Priority": "sample string 6",
"Customer": "sample string 7",
"Task_No": 1,
"JobNo": "sample string 8",
"Job_Description": "sample string 9",
"Job_Task_No": "sample string 10",
"Comment": "sample string 11",
"RTT_GUID": "b9b4700f-fd57-45d2-873a-4635201cddec",
"IsApproved": true,
"App_Task_Text": "sample string 12",
"ETag": "sample string 13"
}
application/xml, text/xml
Sample:
<ResourceTaskTimeApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OData.NAVData"> <App_Task_Text>sample string 12</App_Task_Text> <CalcEstimate>1</CalcEstimate> <Comment>sample string 11</Comment> <Customer>sample string 7</Customer> <ETag>sample string 13</ETag> <IsApproved>true</IsApproved> <JobNo>sample string 8</JobNo> <Job_Description>sample string 9</Job_Description> <Job_Task_No>sample string 10</Job_Task_No> <Priority>sample string 6</Priority> <RTT_GUID>b9b4700f-fd57-45d2-873a-4635201cddec</RTT_GUID> <ResourceRef>sample string 1</ResourceRef> <Status>sample string 4</Status> <TaskRef>aebc96b0-23e8-43c7-ad4a-688e7406e49c</TaskRef> <Task_No>1</Task_No> <TimePlanRef>3</TimePlanRef> <Title>sample string 5</Title> <end>2026-05-27T01:25:24.7005088+02:00</end> <start>2026-05-27T01:25:24.7005088+02:00</start> </ResourceTaskTimeApp>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.