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": "2e8bba2d-537f-4458-8fc9-ef478b5f4f21",
"Name": "sample string 1",
"Created": "2026-05-12T00:34:33.2119396+00:00",
"Modified": "2026-05-12T00:34:33.2119396+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"16fdbb33-7d21-4d8a-b40a-029f3c655e5a",
"6188ffe3-04ed-4993-a2be-5e02b1242701"
],
"NonLaborAssignments": [
{
"Id": "1e766fb6-ede0-4de0-9872-06734d485294",
"ResourceId": "fa8c6f6a-a271-4d35-a403-5493463e48ea",
"Quantity": 3.0
},
{
"Id": "1e766fb6-ede0-4de0-9872-06734d485294",
"ResourceId": "fa8c6f6a-a271-4d35-a403-5493463e48ea",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "f2a9e206-5998-44d4-a73c-6c9222b7a80a",
"Type": 0,
"ResourceId": "dfe14125-4547-4cee-bd86-56feb4e75ca3",
"Units": 3.0
},
{
"Id": "f2a9e206-5998-44d4-a73c-6c9222b7a80a",
"Type": 0,
"ResourceId": "dfe14125-4547-4cee-bd86-56feb4e75ca3",
"Units": 3.0
}
],
"ParentId": "ebddafe6-e98f-47a2-899c-03ffd38c913d",
"WorkTypeParentId": "f32309f9-afd6-471d-bc94-2aecf062d5b8",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "2d51ee2f-d52f-41b6-b7d1-a37e2002d1fa",
"UPN": "bcb7aebb-bfc4-46ad-b6a8-486d39b8ee84",
"PostDate": "2026-05-12T00:34:33.2119396+00:00",
"Comment": "sample string 4",
"CC": [
"fbfa4029-11a3-4d49-8634-d637133b50a3",
"2080c25c-211b-4172-acc1-5775f11223ae"
],
"Users": [
"9269681f-c2bb-4769-ac09-769ee9c9a0b0",
"22df7e1e-49e3-4aac-b221-259502eb6ae9"
]
},
{
"Id": "2d51ee2f-d52f-41b6-b7d1-a37e2002d1fa",
"UPN": "bcb7aebb-bfc4-46ad-b6a8-486d39b8ee84",
"PostDate": "2026-05-12T00:34:33.2119396+00:00",
"Comment": "sample string 4",
"CC": [
"fbfa4029-11a3-4d49-8634-d637133b50a3",
"2080c25c-211b-4172-acc1-5775f11223ae"
],
"Users": [
"9269681f-c2bb-4769-ac09-769ee9c9a0b0",
"22df7e1e-49e3-4aac-b221-259502eb6ae9"
]
}
],
"StartDate": "2026-05-12T00:34:33.2119396+00:00",
"DueDate": "2026-05-12T00:34:33.2119396+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"2ef7f68b-d0ad-4280-975e-1a2f9ed5371c": "fe1270fe-f6df-467e-87a5-32199fd61c68",
"aa3b2063-3b51-41a1-98a5-41b91e02ed07": "670bf96f-ce38-45cc-b120-82c2b70660eb"
},
"HasUpdates": true,
"Modified": "2026-05-12T00:34:33.2119396+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-12T00:34:33.2119396+00:00"
},
"LastComment": "2026-05-12T00:34:33.2119396+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "1d48a243-540a-4e01-86a3-8e4e3dbed89d",
"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": "c3da5804-6310-4e1d-8e90-84dbf1180992",
"id": "8a45e4e2-ff77-4e1f-8c45-065c706515c0",
"ConfigId": "38ecff4d-f888-40f7-be5d-4b6fbc591413"
}