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": "f4242005-d203-4756-b7b3-8936c1d95c68",
"Name": "sample string 1",
"Created": "2026-06-08T10:23:38.4178327+00:00",
"Modified": "2026-06-08T10:23:38.4178327+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"2191a8e3-3014-4d97-8e31-207c1ea4b661",
"b28a4972-e2e9-45f1-9002-7ec03e0c02a2"
],
"NonLaborAssignments": [
{
"Id": "5558c044-4127-4844-b5bb-fae76f902beb",
"ResourceId": "0cb5c86b-a4ab-4325-b894-0916d0c998b6",
"Quantity": 3.0
},
{
"Id": "5558c044-4127-4844-b5bb-fae76f902beb",
"ResourceId": "0cb5c86b-a4ab-4325-b894-0916d0c998b6",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "24d787cf-1ad5-4ede-ba73-a5ed99f7e67e",
"Type": 0,
"ResourceId": "28e3e4cd-d204-485a-8313-55ff9cf80b88",
"Units": 3.0
},
{
"Id": "24d787cf-1ad5-4ede-ba73-a5ed99f7e67e",
"Type": 0,
"ResourceId": "28e3e4cd-d204-485a-8313-55ff9cf80b88",
"Units": 3.0
}
],
"ParentId": "914c802f-1bee-4e80-953b-c19b1925a939",
"WorkTypeParentId": "0a994a26-c33f-4515-9c8d-14abf0d90c14",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "7c747a2f-f938-40b8-94dd-a2c47e0ac055",
"UPN": "26981a14-db24-4102-9f7f-7823cc9983a1",
"PostDate": "2026-06-08T10:23:38.4178327+00:00",
"Comment": "sample string 4",
"CC": [
"f3e9a866-e506-4c5e-ab83-e97e84cf85f4",
"d6541eff-537b-4416-bcf9-d7ecbb43a0c8"
],
"Users": [
"bcd78886-60cb-44ce-bef7-059ad84e5b12",
"18466bf9-2363-40ce-ab19-7ac252847db6"
]
},
{
"Id": "7c747a2f-f938-40b8-94dd-a2c47e0ac055",
"UPN": "26981a14-db24-4102-9f7f-7823cc9983a1",
"PostDate": "2026-06-08T10:23:38.4178327+00:00",
"Comment": "sample string 4",
"CC": [
"f3e9a866-e506-4c5e-ab83-e97e84cf85f4",
"d6541eff-537b-4416-bcf9-d7ecbb43a0c8"
],
"Users": [
"bcd78886-60cb-44ce-bef7-059ad84e5b12",
"18466bf9-2363-40ce-ab19-7ac252847db6"
]
}
],
"StartDate": "2026-06-08T10:23:38.4178327+00:00",
"DueDate": "2026-06-08T10:23:38.4178327+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"05771b38-0add-4dc8-8816-b85a0917c8a2": "aeb2345c-f981-422e-9fff-34beec27d33b",
"8ba6493d-f8b6-446d-879e-449afc867d1e": "148fabc3-8702-4d6e-a453-9df04c6e53d8"
},
"HasUpdates": true,
"Modified": "2026-06-08T10:23:38.4178327+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-06-08T10:23:38.4178327+00:00"
},
"LastComment": "2026-06-08T10:23:38.4178327+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "17f8b9eb-6d35-40ac-a36c-1fc0abd6ffdb",
"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": "1ce72228-bc26-4bb9-a117-ae45f3a604c4",
"id": "da611b62-200f-4380-ade2-8261a6790e41",
"ConfigId": "a71c75a1-5eac-49cb-a67c-e59c7832974d"
}