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": "6b2d67b5-30d8-4e82-9470-7f932a7ee3af",
"Name": "sample string 1",
"Created": "2026-05-18T07:44:59.7125991+00:00",
"Modified": "2026-05-18T07:44:59.7125991+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"074df152-3696-4720-8535-a70a7d45a3c7",
"bf3dba71-05d4-4b1b-a0a9-dd18d8a399a3"
],
"NonLaborAssignments": [
{
"Id": "15ad3588-43ef-42ce-8c1a-d1c106d66062",
"ResourceId": "191cb656-db28-46d7-a4f3-42fdaa0e377e",
"Quantity": 3.0
},
{
"Id": "15ad3588-43ef-42ce-8c1a-d1c106d66062",
"ResourceId": "191cb656-db28-46d7-a4f3-42fdaa0e377e",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "5ff37324-7262-42bb-a4fd-c54e828853f9",
"Type": 0,
"ResourceId": "ebf32303-340d-459d-bd66-05620d685a3b",
"Units": 3.0
},
{
"Id": "5ff37324-7262-42bb-a4fd-c54e828853f9",
"Type": 0,
"ResourceId": "ebf32303-340d-459d-bd66-05620d685a3b",
"Units": 3.0
}
],
"ParentId": "f719d5e8-5cfd-4f10-a0c1-776cd989ec32",
"WorkTypeParentId": "1ee23f90-2d6a-4a9f-ba73-fa5e3e925973",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "ba8311ed-c334-4c5b-b6b8-9ddc056730fb",
"UPN": "dfb7cdcb-5c95-49f1-9be1-f2c1faaa9b18",
"PostDate": "2026-05-18T07:44:59.7125991+00:00",
"Comment": "sample string 4",
"CC": [
"a0319661-f3e7-4913-a66b-6f37ab819c2b",
"9657f7dd-ffb9-4aae-a945-6d3fb6db28ef"
],
"Users": [
"c6d0129b-a171-4ff9-98c2-9c389340f8c3",
"aa568886-53e3-487a-8243-054cefaeb859"
]
},
{
"Id": "ba8311ed-c334-4c5b-b6b8-9ddc056730fb",
"UPN": "dfb7cdcb-5c95-49f1-9be1-f2c1faaa9b18",
"PostDate": "2026-05-18T07:44:59.7125991+00:00",
"Comment": "sample string 4",
"CC": [
"a0319661-f3e7-4913-a66b-6f37ab819c2b",
"9657f7dd-ffb9-4aae-a945-6d3fb6db28ef"
],
"Users": [
"c6d0129b-a171-4ff9-98c2-9c389340f8c3",
"aa568886-53e3-487a-8243-054cefaeb859"
]
}
],
"StartDate": "2026-05-18T07:44:59.7125991+00:00",
"DueDate": "2026-05-18T07:44:59.7125991+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"42e315dd-4930-468c-a007-eb9aee850b8a": "a5a21bd8-9e0d-4951-9e58-732fcd0e13bd",
"a0521caa-c41d-4708-9cbb-049a62f35de2": "8ac03168-6145-4104-93f3-977f96bfc31b"
},
"HasUpdates": true,
"Modified": "2026-05-18T07:44:59.7125991+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-05-18T07:44:59.7125991+00:00"
},
"LastComment": "2026-05-18T07:44:59.7125991+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "5643c270-74ad-4f48-ac5f-062c0139333f",
"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": "12252ac4-3d20-4feb-9d62-bb2273cb11d3",
"id": "27838a8d-58cb-41e6-b5fb-44f13a58cbb3",
"ConfigId": "ca91c766-3d1d-4ebf-b0ec-e2e5fd42bf87"
}