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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"WorkTypeId": "8c97e2c1-5ee9-4609-a9a8-5d96a49873c0",
"Name": "sample string 1",
"Created": "2026-03-26T22:31:43.7776369+00:00",
"Modified": "2026-03-26T22:31:43.7776369+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"4881e90d-6087-4028-be1a-b5a89e40525b",
"f845efe0-ae13-49a8-88ef-43f1e58f3826"
],
"NonLaborAssignments": [
{
"Id": "3c0a017c-8418-4b75-bb43-92975a1ea1d7",
"ResourceId": "d8cadc8b-7ada-455e-a662-35542ffee762",
"Quantity": 3.0
},
{
"Id": "3c0a017c-8418-4b75-bb43-92975a1ea1d7",
"ResourceId": "d8cadc8b-7ada-455e-a662-35542ffee762",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "f49c33ee-fb3b-4d25-b232-55ce41ac3f26",
"Type": 0,
"ResourceId": "efdbcfe5-97cb-4ec4-a0aa-287c8622d2ea",
"Units": 3.0
},
{
"Id": "f49c33ee-fb3b-4d25-b232-55ce41ac3f26",
"Type": 0,
"ResourceId": "efdbcfe5-97cb-4ec4-a0aa-287c8622d2ea",
"Units": 3.0
}
],
"ParentId": "faf67fc5-b940-4624-824f-f272c32363fd",
"WorkTypeParentId": "900dbd31-9eac-49c1-bcd5-156b4bc3f298",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "3a1cf6fd-477d-4cfd-9c96-b4e6979d45b7",
"UPN": "c5e4ebf3-c9f8-45ee-8c85-36128f886c27",
"PostDate": "2026-03-26T22:31:43.7776369+00:00",
"Comment": "sample string 4",
"CC": [
"407352fa-b383-4793-abc1-aeffa6995ded",
"ee60ebab-8555-4f8b-825c-fd22d4f94433"
],
"Users": [
"fb049cee-d3d2-4574-93bd-6c16c30d2af4",
"285df508-71df-45c1-8f89-fd3616b5c0e1"
]
},
{
"Id": "3a1cf6fd-477d-4cfd-9c96-b4e6979d45b7",
"UPN": "c5e4ebf3-c9f8-45ee-8c85-36128f886c27",
"PostDate": "2026-03-26T22:31:43.7776369+00:00",
"Comment": "sample string 4",
"CC": [
"407352fa-b383-4793-abc1-aeffa6995ded",
"ee60ebab-8555-4f8b-825c-fd22d4f94433"
],
"Users": [
"fb049cee-d3d2-4574-93bd-6c16c30d2af4",
"285df508-71df-45c1-8f89-fd3616b5c0e1"
]
}
],
"StartDate": "2026-03-26T22:31:43.7776369+00:00",
"DueDate": "2026-03-26T22:31:43.7776369+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"dfed2e41-7ab8-480f-8bd8-be0077da384d": "a4173c1c-1f6a-4e2f-95e6-27397c847164",
"8b470659-b59e-428f-8983-c6adf3e487d6": "f6ad2bc9-c551-4a49-b439-b6a424b82359"
},
"HasUpdates": true,
"Modified": "2026-03-26T22:31:43.7776369+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-03-26T22:31:43.7776369+00:00"
},
"LastComment": "2026-03-26T22:31:43.7776369+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "bda340f7-43b7-4f93-8bf1-a322e03be2e1",
"ExternalItemId": "sample string 2",
"ExternalUrl": "sample string 3",
"ReadOnlyFields": [
"sample string 1",
"sample string 2"
]
},
"WorkPlanId": "de731d38-aeb2-4165-8f70-6680963956be",
"id": "66158dd8-0f25-4419-ac1a-e39716047d8b",
"ConfigId": "9f45bb68-bc7e-469a-9d44-675c3174a7e1"
}