POST api/mywork/{id}
Update my work task
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
Dictionary of string [key] and Object [value]Request Formats
application/json, text/json
Sample:
{
"sample string 1": {},
"sample string 3": {}
}
Response Information
Resource Description
WorkPlanTask| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkTypeId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| Author | string |
None. |
|
| Editor | string |
None. |
|
| AssignedTo | Collection of globally unique identifier |
None. |
|
| NonLaborAssignments | Collection of TaskNonLaborAssignment |
None. |
|
| Assignments | Collection of TaskAssignment |
None. |
|
| ParentId | globally unique identifier |
None. |
|
| WorkTypeParentId | globally unique identifier |
None. |
|
| WorkTypeIndex | integer |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Index | integer |
None. |
|
| Complete | boolean |
None. |
|
| Comments | Collection of TaskComment |
None. |
|
| StartDate | date |
None. |
|
| DueDate | date |
None. |
|
| TaskScheduleType | TaskType |
None. |
|
| StatusUpdate | StatusUpdateClass |
None. |
|
| LastComment | date |
None. |
|
| IsScheduled | boolean |
None. |
|
| Integration | TaskIntegrationInfo |
None. |
|
| LinkedFileIds | Collection of string |
None. |
|
| LinkedLinkIds | Collection of string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"WorkTypeId": "599c3c83-3e97-4aa4-8d43-3d990debf80c",
"Name": "sample string 1",
"Created": "2026-09-06T12:23:40.0011058+00:00",
"Modified": "2026-09-06T12:23:40.0011058+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"1b590f3f-8868-4e52-83ad-3f0931423c59",
"709ba95a-4389-4c08-a8ee-77d8e1ad63a3"
],
"NonLaborAssignments": [
{
"Id": "97acf527-bffa-4177-8005-817eabd8e835",
"ResourceId": "b9f687a8-52f9-48fd-8cc9-85f4cc364f45",
"Quantity": 3.0
},
{
"Id": "97acf527-bffa-4177-8005-817eabd8e835",
"ResourceId": "b9f687a8-52f9-48fd-8cc9-85f4cc364f45",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "78d08c6c-4662-4dfe-a53d-5b453a428a45",
"Type": 0,
"ResourceId": "db5afa0d-7f10-4425-85a8-6cec2bacfdb1",
"Units": 3.0,
"Quantity": 4.0,
"Cost": 5.0,
"WorkCurve": "sample string 6",
"Segments": [
{
"Id": "eddf3db4-7bfc-40b8-919a-c11876fc24c9",
"Start": "2026-09-06T12:23:40.0011058+00:00",
"Due": "2026-09-06T12:23:40.0011058+00:00",
"Units": 1.0,
"Effort": 1.0,
"Quantity": 1.0,
"Cost": 1.0
},
{
"Id": "eddf3db4-7bfc-40b8-919a-c11876fc24c9",
"Start": "2026-09-06T12:23:40.0011058+00:00",
"Due": "2026-09-06T12:23:40.0011058+00:00",
"Units": 1.0,
"Effort": 1.0,
"Quantity": 1.0,
"Cost": 1.0
}
]
},
{
"Id": "78d08c6c-4662-4dfe-a53d-5b453a428a45",
"Type": 0,
"ResourceId": "db5afa0d-7f10-4425-85a8-6cec2bacfdb1",
"Units": 3.0,
"Quantity": 4.0,
"Cost": 5.0,
"WorkCurve": "sample string 6",
"Segments": [
{
"Id": "eddf3db4-7bfc-40b8-919a-c11876fc24c9",
"Start": "2026-09-06T12:23:40.0011058+00:00",
"Due": "2026-09-06T12:23:40.0011058+00:00",
"Units": 1.0,
"Effort": 1.0,
"Quantity": 1.0,
"Cost": 1.0
},
{
"Id": "eddf3db4-7bfc-40b8-919a-c11876fc24c9",
"Start": "2026-09-06T12:23:40.0011058+00:00",
"Due": "2026-09-06T12:23:40.0011058+00:00",
"Units": 1.0,
"Effort": 1.0,
"Quantity": 1.0,
"Cost": 1.0
}
]
}
],
"ParentId": "b33533e8-3b58-4e97-b660-6dbf04ba6b56",
"WorkTypeParentId": "645302c7-abea-4f25-a1f6-d99dead99f97",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "a554aae3-141a-45a8-9a5d-9b5a7811dd6b",
"UPN": "1359b8e2-1050-45ff-be38-524bd2f7ebcf",
"PostDate": "2026-09-06T12:23:40.0167256+00:00",
"Comment": "sample string 4",
"CC": [
"82a2055d-43cf-48b9-ab79-af57a11262ee",
"99588c74-ad2d-494b-83c4-491d8a7d0999"
],
"Users": [
"5b8a2c60-d87c-4753-8e4b-8ce793e78b7c",
"d3530f63-8533-4231-8264-abf531cd3406"
]
},
{
"Id": "a554aae3-141a-45a8-9a5d-9b5a7811dd6b",
"UPN": "1359b8e2-1050-45ff-be38-524bd2f7ebcf",
"PostDate": "2026-09-06T12:23:40.0167256+00:00",
"Comment": "sample string 4",
"CC": [
"82a2055d-43cf-48b9-ab79-af57a11262ee",
"99588c74-ad2d-494b-83c4-491d8a7d0999"
],
"Users": [
"5b8a2c60-d87c-4753-8e4b-8ce793e78b7c",
"d3530f63-8533-4231-8264-abf531cd3406"
]
}
],
"StartDate": "2026-09-06T12:23:40.0167256+00:00",
"DueDate": "2026-09-06T12:23:40.0167256+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"5c9e02b1-ed30-4940-b947-4c75abf675ae": "875870ca-e9e2-4f56-99fa-584d2b97dc1b",
"62e79649-74de-43c9-ab81-cae87fddc18e": "81e5a3b9-fd64-4e04-8bb8-a1395695786b"
},
"HasUpdates": true,
"Modified": "2026-09-06T12:23:40.0167256+00:00",
"Editor": "sample string 3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"CalcFields": {
"sample string 1": {},
"sample string 3": {}
},
"State": 0,
"ApproveRejectBy": "sample string 4",
"ApproveRejectDate": "2026-09-06T12:23:40.0167256+00:00"
},
"LastComment": "2026-09-06T12:23:40.0167256+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "836162e9-c608-402d-80ad-7f490e3671eb",
"ExternalItemId": "sample string 2",
"ExternalUrl": "sample string 3",
"ReadOnlyFields": [
"sample string 1",
"sample string 2"
]
},
"LinkedFileIds": [
"sample string 1",
"sample string 2"
],
"LinkedLinkIds": [
"sample string 1",
"sample string 2"
],
"WorkPlanId": "f8e23710-90cb-464a-815c-2b6650b2715e",
"id": "4a5ccc16-0fcf-42fa-872c-5de1541bb9cd",
"ConfigId": "0eef39cf-768d-4ddb-a3f8-7f3b7ad8735c"
}