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": "4266c92f-d135-41d7-8359-0733a4cd8808",
"Name": "sample string 1",
"Created": "2026-04-28T21:09:47.8676789+00:00",
"Modified": "2026-04-28T21:09:47.8676789+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"e4da3c0c-aeac-4033-a084-858e71f8d37e",
"26f5d9ad-11e2-47c6-9285-ebf0293a5b4f"
],
"NonLaborAssignments": [
{
"Id": "d41333d4-224e-4e58-a836-31d86f8d112e",
"ResourceId": "83d828bf-2688-49ce-ba63-55f6daf8f100",
"Quantity": 3.0
},
{
"Id": "d41333d4-224e-4e58-a836-31d86f8d112e",
"ResourceId": "83d828bf-2688-49ce-ba63-55f6daf8f100",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "950af88d-fd50-4eb6-9fb0-3ed78b89e3b6",
"Type": 0,
"ResourceId": "6fa443b0-8671-4f6a-8f1c-939a2ed6c211",
"Units": 3.0
},
{
"Id": "950af88d-fd50-4eb6-9fb0-3ed78b89e3b6",
"Type": 0,
"ResourceId": "6fa443b0-8671-4f6a-8f1c-939a2ed6c211",
"Units": 3.0
}
],
"ParentId": "e1fa66f1-b915-4446-9a29-824e46f16d05",
"WorkTypeParentId": "5dbd9434-4baa-4109-9f20-3f13338372c5",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "1e3c27e8-1f43-41d9-b009-9a8acce8d9f5",
"UPN": "25f4dd08-171a-467e-b36e-3dd947b4bd4d",
"PostDate": "2026-04-28T21:09:47.8676789+00:00",
"Comment": "sample string 4",
"CC": [
"2316a05a-78f7-41b9-bbc7-1d99155ae108",
"f7cdf3c7-0483-4feb-ad7e-e46861d05bfd"
],
"Users": [
"57384985-b3cf-44cb-9817-00870db618fe",
"fe367001-f16c-41aa-bb0c-a2580e058e9d"
]
},
{
"Id": "1e3c27e8-1f43-41d9-b009-9a8acce8d9f5",
"UPN": "25f4dd08-171a-467e-b36e-3dd947b4bd4d",
"PostDate": "2026-04-28T21:09:47.8676789+00:00",
"Comment": "sample string 4",
"CC": [
"2316a05a-78f7-41b9-bbc7-1d99155ae108",
"f7cdf3c7-0483-4feb-ad7e-e46861d05bfd"
],
"Users": [
"57384985-b3cf-44cb-9817-00870db618fe",
"fe367001-f16c-41aa-bb0c-a2580e058e9d"
]
}
],
"StartDate": "2026-04-28T21:09:47.8676789+00:00",
"DueDate": "2026-04-28T21:09:47.8676789+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"cf70bb24-fb98-40bb-9113-d4c40d406370": "b772175d-a7bf-4ed3-af09-860b49c37e08",
"0a965f03-2c58-4f60-ad84-047d3cd265d6": "61227699-81b0-42d5-bf53-8b64248e20b2"
},
"HasUpdates": true,
"Modified": "2026-04-28T21:09:47.8676789+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-28T21:09:47.8676789+00:00"
},
"LastComment": "2026-04-28T21:09:47.8676789+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "b6d63e26-edcd-40b7-a292-0d9feddf1920",
"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": "c51e0775-b13c-4a3c-b513-82d1721a7125",
"id": "0f2938bb-de8c-4c2a-a1ac-9f1434dffb0a",
"ConfigId": "a9726fbb-70d3-4f28-af31-cd683358d83f"
}