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": "d2976512-7e1d-4103-bbbf-1c046017e14b",
"Name": "sample string 1",
"Created": "2026-05-25T08:26:53.9762757+00:00",
"Modified": "2026-05-25T08:26:53.9762757+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"9b33b248-8f84-499b-917a-969d2bf7385e",
"4a55134f-d6f8-4540-a160-8492bda6122f"
],
"NonLaborAssignments": [
{
"Id": "37e8018e-8ea5-4050-b366-28aae4b22005",
"ResourceId": "8ed2d24a-e346-4e5a-a1fd-24780f466247",
"Quantity": 3.0
},
{
"Id": "37e8018e-8ea5-4050-b366-28aae4b22005",
"ResourceId": "8ed2d24a-e346-4e5a-a1fd-24780f466247",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "56b37d27-f272-46f4-9366-d5fd14a6a298",
"Type": 0,
"ResourceId": "86d240b9-ba0e-489e-a7fe-1d222374e6c1",
"Units": 3.0
},
{
"Id": "56b37d27-f272-46f4-9366-d5fd14a6a298",
"Type": 0,
"ResourceId": "86d240b9-ba0e-489e-a7fe-1d222374e6c1",
"Units": 3.0
}
],
"ParentId": "9d569a54-8f3b-4863-ba82-15e880cb38ab",
"WorkTypeParentId": "1f44d64c-7488-478a-a3a7-216181f88bea",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "67ec0049-4880-4bb6-aab6-fcc166fd6b1d",
"UPN": "9c7e6006-5398-4a29-bc35-3fdb1eb84269",
"PostDate": "2026-05-25T08:26:53.9918831+00:00",
"Comment": "sample string 4",
"CC": [
"6f9e63da-363e-403f-9e9b-753fc1494978",
"8a5d5a63-b67d-497f-b34d-a8efb0056794"
],
"Users": [
"11a362cf-0625-4471-b70b-4c2d4bffde7b",
"b6aee70d-61c6-4e53-8917-b8f5056618d8"
]
},
{
"Id": "67ec0049-4880-4bb6-aab6-fcc166fd6b1d",
"UPN": "9c7e6006-5398-4a29-bc35-3fdb1eb84269",
"PostDate": "2026-05-25T08:26:53.9918831+00:00",
"Comment": "sample string 4",
"CC": [
"6f9e63da-363e-403f-9e9b-753fc1494978",
"8a5d5a63-b67d-497f-b34d-a8efb0056794"
],
"Users": [
"11a362cf-0625-4471-b70b-4c2d4bffde7b",
"b6aee70d-61c6-4e53-8917-b8f5056618d8"
]
}
],
"StartDate": "2026-05-25T08:26:53.9918831+00:00",
"DueDate": "2026-05-25T08:26:53.9918831+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"1c03ea27-136e-4f8b-aa62-8c71b976ae99": "f2869efc-f6b1-4c5b-9034-af1e5a573ca9",
"8323c307-084b-4484-9be4-caf53a16635e": "07395444-be36-444b-8bd9-01d580a5c809"
},
"HasUpdates": true,
"Modified": "2026-05-25T08:26:53.9918831+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-25T08:26:53.9918831+00:00"
},
"LastComment": "2026-05-25T08:26:53.9918831+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "86e9ae83-8ed3-44e8-9c95-696e27b8ba98",
"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": "ce5dab8d-7740-4b0a-b35f-c166782860cd",
"id": "80f31449-abe5-4f60-a889-6f0f5d6920e9",
"ConfigId": "cb788784-f9d0-401b-82a9-11e05dcb821e"
}