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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"WorkTypeId": "fdf35856-7d81-4688-a85d-a5eccde3406d",
"Name": "sample string 1",
"Created": "2026-03-26T06:54:09.5351517+00:00",
"Modified": "2026-03-26T06:54:09.5351517+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"4aa3a7a9-9a2a-472e-9017-42b832cd9343",
"f235940b-41f2-45a1-bb59-104bd6c7232b"
],
"NonLaborAssignments": [
{
"Id": "d5af5fea-4ade-4158-ba8b-c240fdbad476",
"ResourceId": "af458c94-cdd2-487b-9469-9d57f20c303f",
"Quantity": 3.0
},
{
"Id": "d5af5fea-4ade-4158-ba8b-c240fdbad476",
"ResourceId": "af458c94-cdd2-487b-9469-9d57f20c303f",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "d742f058-2249-4f94-846f-fd54d80dbce0",
"Type": 0,
"ResourceId": "e5b5f26b-8e54-4235-9e3b-768c78f92d31",
"Units": 3.0
},
{
"Id": "d742f058-2249-4f94-846f-fd54d80dbce0",
"Type": 0,
"ResourceId": "e5b5f26b-8e54-4235-9e3b-768c78f92d31",
"Units": 3.0
}
],
"ParentId": "86ff8f6b-8cf2-4610-bc84-f4d85766bab5",
"WorkTypeParentId": "326ca10c-b9e9-4e99-8073-27300d07f2e7",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "6bcfb85e-3b38-44bb-9a46-5096f759d6bf",
"UPN": "147860ff-619b-4d90-a2ac-35770defdcee",
"PostDate": "2026-03-26T06:54:09.5351517+00:00",
"Comment": "sample string 4",
"CC": [
"61afc22f-40ff-4e5f-b0d6-f781422fb07a",
"37dd1c74-120d-4205-a703-ebc7c4509701"
],
"Users": [
"83f35006-620f-4996-ac1a-ebdcedca26a0",
"f3333ab7-c528-4feb-991c-bc48ac075dd5"
]
},
{
"Id": "6bcfb85e-3b38-44bb-9a46-5096f759d6bf",
"UPN": "147860ff-619b-4d90-a2ac-35770defdcee",
"PostDate": "2026-03-26T06:54:09.5351517+00:00",
"Comment": "sample string 4",
"CC": [
"61afc22f-40ff-4e5f-b0d6-f781422fb07a",
"37dd1c74-120d-4205-a703-ebc7c4509701"
],
"Users": [
"83f35006-620f-4996-ac1a-ebdcedca26a0",
"f3333ab7-c528-4feb-991c-bc48ac075dd5"
]
}
],
"StartDate": "2026-03-26T06:54:09.5351517+00:00",
"DueDate": "2026-03-26T06:54:09.5351517+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"7aa0cc2c-b3e3-4e0f-919f-8624d85d1cc1": "df65fb6a-05aa-47c5-8019-f6c193d9409b",
"71a511f8-4614-4dad-87ab-e912944d6eba": "c5dcd303-c1e7-48ad-83b4-289d8a06689b"
},
"HasUpdates": true,
"Modified": "2026-03-26T06:54:09.5351517+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-03-26T06:54:09.5351517+00:00"
},
"LastComment": "2026-03-26T06:54:09.5351517+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "dc85a345-3d86-46ad-8150-220c3e3cfb8b",
"ExternalItemId": "sample string 2",
"ExternalUrl": "sample string 3",
"ReadOnlyFields": [
"sample string 1",
"sample string 2"
]
},
"WorkPlanId": "bce1838d-edf1-4e6f-aa1d-26f2fe3158d7",
"id": "418a1653-55e0-4bdd-b01d-c175653961d8",
"ConfigId": "36336a87-27bc-4480-a051-9464bdefa0e8"
}