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": "0ef4214c-9378-4b11-987f-41fd75afd1fa",
"Name": "sample string 1",
"Created": "2026-01-29T16:11:33.1027167+00:00",
"Modified": "2026-01-29T16:11:33.1027167+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"26d19697-79ef-4679-bf13-277e9f02ccd5",
"f57c3b3d-2878-4e69-98e7-2c742e9d67aa"
],
"NonLaborAssignments": [
{
"Id": "f93cd461-ccda-4975-9706-f7619d8c48f6",
"ResourceId": "1feb9d43-ea43-49bb-9f26-7cf520b57b4f",
"Quantity": 3.0
},
{
"Id": "f93cd461-ccda-4975-9706-f7619d8c48f6",
"ResourceId": "1feb9d43-ea43-49bb-9f26-7cf520b57b4f",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "a0cbac29-143c-4c1a-89a2-2634ce3833b2",
"Type": 0,
"ResourceId": "54e9af84-bf68-40d4-b93d-180add19dafd",
"Units": 3.0
},
{
"Id": "a0cbac29-143c-4c1a-89a2-2634ce3833b2",
"Type": 0,
"ResourceId": "54e9af84-bf68-40d4-b93d-180add19dafd",
"Units": 3.0
}
],
"ParentId": "699a746f-4e7d-4f89-92ae-2211e7e8e7dd",
"WorkTypeParentId": "aa4ac80c-9645-4e94-b77e-e5541973901e",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "b1aa1d88-60f8-4654-a5b9-7c6c6cdfd29e",
"UPN": "dfebc497-fa60-4b10-81be-2f35c8eca9ef",
"PostDate": "2026-01-29T16:11:33.1027167+00:00",
"Comment": "sample string 4",
"CC": [
"0c39f215-ac5b-4a64-9912-764ede7c451b",
"033e9393-d468-4bd2-aeb0-6ba9b0c90468"
],
"Users": [
"7b33fe7c-2e89-4625-b6e2-6079de36c5b3",
"f171ea96-865a-43b5-aafe-2962d3adebac"
]
},
{
"Id": "b1aa1d88-60f8-4654-a5b9-7c6c6cdfd29e",
"UPN": "dfebc497-fa60-4b10-81be-2f35c8eca9ef",
"PostDate": "2026-01-29T16:11:33.1027167+00:00",
"Comment": "sample string 4",
"CC": [
"0c39f215-ac5b-4a64-9912-764ede7c451b",
"033e9393-d468-4bd2-aeb0-6ba9b0c90468"
],
"Users": [
"7b33fe7c-2e89-4625-b6e2-6079de36c5b3",
"f171ea96-865a-43b5-aafe-2962d3adebac"
]
}
],
"StartDate": "2026-01-29T16:11:33.1027167+00:00",
"DueDate": "2026-01-29T16:11:33.1027167+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"87d094f9-3c44-4c64-9631-54e9bfdbd95d": "4c65c3fa-64fe-449d-ba2d-15c8b4cf70f0",
"fcc3f3ea-a2cc-4025-9600-0e4faa306d0e": "b9a8e536-7545-4655-a5de-7e22829c0a90"
},
"HasUpdates": true,
"Modified": "2026-01-29T16:11:33.1027167+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-01-29T16:11:33.1027167+00:00"
},
"LastComment": "2026-01-29T16:11:33.1027167+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "5a5b864f-971a-48f8-9e6d-6a9c4d7ce9b0",
"ExternalItemId": "sample string 2",
"ExternalUrl": "sample string 3",
"ReadOnlyFields": [
"sample string 1",
"sample string 2"
]
},
"WorkPlanId": "9af6fa20-0b59-4116-a5cb-8a5736e40422",
"id": "108a6ccc-3b1c-414a-a05f-40a782dce9f8",
"ConfigId": "f5e11797-39be-49c7-810e-667f63885bee"
}