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": "fc409fd6-7b14-46bc-a578-be451ebe5e51",
"Name": "sample string 1",
"Created": "2026-04-24T20:13:47.3418457+00:00",
"Modified": "2026-04-24T20:13:47.3418457+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"fa05b673-b950-43ce-babe-08e1b7dabbf3",
"d36867fc-cd0c-4e9f-9036-764b5331d1ef"
],
"NonLaborAssignments": [
{
"Id": "3ebd372f-6828-44b3-bf68-295d9e057405",
"ResourceId": "b2e56a05-f43b-43df-975b-adf06eb0d83b",
"Quantity": 3.0
},
{
"Id": "3ebd372f-6828-44b3-bf68-295d9e057405",
"ResourceId": "b2e56a05-f43b-43df-975b-adf06eb0d83b",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "9a862ef7-963b-49a7-ad6f-1bd86a780187",
"Type": 0,
"ResourceId": "e4253c5b-7e17-4f89-b136-fcce73ecabc1",
"Units": 3.0
},
{
"Id": "9a862ef7-963b-49a7-ad6f-1bd86a780187",
"Type": 0,
"ResourceId": "e4253c5b-7e17-4f89-b136-fcce73ecabc1",
"Units": 3.0
}
],
"ParentId": "fa19b026-b177-4833-96db-8bb0de2c2032",
"WorkTypeParentId": "b68cbc94-1365-4986-94f0-716bc5e23b6d",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "1f77d716-fa50-422c-a52d-9b5f68d27345",
"UPN": "b119c374-6a49-46f5-a0a0-b7016a47fd12",
"PostDate": "2026-04-24T20:13:47.3418457+00:00",
"Comment": "sample string 4",
"CC": [
"129a5a85-72f0-4eae-91d0-c7c12934c73f",
"71a0586d-5b8e-482a-a683-b7fe6e55ccf5"
],
"Users": [
"d05702a1-3d33-4fae-846c-6fd50d6d8711",
"207a369a-b556-4ff7-be27-b3400932dd17"
]
},
{
"Id": "1f77d716-fa50-422c-a52d-9b5f68d27345",
"UPN": "b119c374-6a49-46f5-a0a0-b7016a47fd12",
"PostDate": "2026-04-24T20:13:47.3418457+00:00",
"Comment": "sample string 4",
"CC": [
"129a5a85-72f0-4eae-91d0-c7c12934c73f",
"71a0586d-5b8e-482a-a683-b7fe6e55ccf5"
],
"Users": [
"d05702a1-3d33-4fae-846c-6fd50d6d8711",
"207a369a-b556-4ff7-be27-b3400932dd17"
]
}
],
"StartDate": "2026-04-24T20:13:47.3418457+00:00",
"DueDate": "2026-04-24T20:13:47.3418457+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"c22096da-8518-435f-bb5b-bca9b81b7761": "e96cdbfe-7ae1-4e21-be16-3f2ab4cd5d95",
"e59709af-ab15-411e-8275-5fef6136ec94": "64e8f61f-cea8-4597-a2de-326d68c6f3e1"
},
"HasUpdates": true,
"Modified": "2026-04-24T20:13:47.3418457+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-04-24T20:13:47.3418457+00:00"
},
"LastComment": "2026-04-24T20:13:47.3418457+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "67c6ed8b-f5b2-41c0-baab-e5d5302564b1",
"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": "aa30fdd7-57f3-4943-8678-f350e4e5db19",
"id": "42269f53-bf1a-48cf-9724-963f1b359a58",
"ConfigId": "0046acec-b9c7-4eb9-bc8e-07d68ab73b4d"
}