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": "ec94f326-18f6-44b9-a51f-dd59dd1f3998",
"Name": "sample string 1",
"Created": "2026-04-12T17:21:37.1760781+00:00",
"Modified": "2026-04-12T17:21:37.1760781+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"2410eae9-1996-4c4b-b40a-7248d4d3e346",
"42ee54e2-19d0-4bb8-b58e-a95a77f35945"
],
"NonLaborAssignments": [
{
"Id": "73fae1c2-b554-4137-a079-3d71dae567fa",
"ResourceId": "3a1efccd-8a1b-4a9a-9117-bc1196cca348",
"Quantity": 3.0
},
{
"Id": "73fae1c2-b554-4137-a079-3d71dae567fa",
"ResourceId": "3a1efccd-8a1b-4a9a-9117-bc1196cca348",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "69c40f8a-c4dd-4b36-bdd6-ada5c7e1388d",
"Type": 0,
"ResourceId": "941e076d-4b24-42e1-b8ed-27badce542ea",
"Units": 3.0
},
{
"Id": "69c40f8a-c4dd-4b36-bdd6-ada5c7e1388d",
"Type": 0,
"ResourceId": "941e076d-4b24-42e1-b8ed-27badce542ea",
"Units": 3.0
}
],
"ParentId": "5936d143-5a0e-4aee-be10-153270714a7f",
"WorkTypeParentId": "4a661cd7-91f5-4dae-bac8-d75d123d8f88",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "f2abbf7b-74a2-4bd7-af31-39f2719c51e6",
"UPN": "f548e477-bf67-49a0-99df-8454e014f5ea",
"PostDate": "2026-04-12T17:21:37.1760781+00:00",
"Comment": "sample string 4",
"CC": [
"44617c3a-e3c2-4d6d-a3e5-b8467c30feb3",
"469a9580-0f09-45fd-9a0a-ccfd452a599c"
],
"Users": [
"9a65a899-f51c-4c42-8770-df10cb5f0f77",
"9498d645-4e51-488a-9053-6fc910c01b8c"
]
},
{
"Id": "f2abbf7b-74a2-4bd7-af31-39f2719c51e6",
"UPN": "f548e477-bf67-49a0-99df-8454e014f5ea",
"PostDate": "2026-04-12T17:21:37.1760781+00:00",
"Comment": "sample string 4",
"CC": [
"44617c3a-e3c2-4d6d-a3e5-b8467c30feb3",
"469a9580-0f09-45fd-9a0a-ccfd452a599c"
],
"Users": [
"9a65a899-f51c-4c42-8770-df10cb5f0f77",
"9498d645-4e51-488a-9053-6fc910c01b8c"
]
}
],
"StartDate": "2026-04-12T17:21:37.1760781+00:00",
"DueDate": "2026-04-12T17:21:37.1760781+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"ab68434b-cd23-45c0-8d2d-66f0ff1d8a85": "a53b2598-1d62-42bb-8976-e75e9168c8a8",
"02f16de7-244b-4df5-81e7-79ab2c8b2701": "4ba8f7f0-f20b-4b24-8478-da8d052be173"
},
"HasUpdates": true,
"Modified": "2026-04-12T17:21:37.1760781+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-12T17:21:37.1760781+00:00"
},
"LastComment": "2026-04-12T17:21:37.1760781+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "84e606d3-e362-4e74-a667-0a2c9c6155c0",
"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": "697aff78-368b-4399-ab3d-96236e975a3d",
"id": "90e738cd-df56-4b24-a0b1-b3c035321f29",
"ConfigId": "f1ed0159-a3a9-48d5-a8dc-98e2b2af875a"
}