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": "70fde3ac-5336-47c3-8717-3b05ce4fc7d9",
"Name": "sample string 1",
"Created": "2026-01-17T19:41:39.0962711+00:00",
"Modified": "2026-01-17T19:41:39.0962711+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"b71f25ce-a5c2-413c-ace1-91fc9c39d967",
"c3c5faea-f9b8-4ec5-b581-0f6370b73ff8"
],
"NonLaborAssignments": [
{
"Id": "dd6fd31c-ef34-4913-aafc-84208329b3a7",
"ResourceId": "3c457c7a-9c17-48f7-9e18-920f8cea4977",
"Quantity": 3.0
},
{
"Id": "dd6fd31c-ef34-4913-aafc-84208329b3a7",
"ResourceId": "3c457c7a-9c17-48f7-9e18-920f8cea4977",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "8d618591-4a2f-4180-99bb-99c7c4e13ceb",
"Type": 0,
"ResourceId": "0a70b8b3-ac5a-4b34-bebb-7a36d74f2b60",
"Units": 3.0
},
{
"Id": "8d618591-4a2f-4180-99bb-99c7c4e13ceb",
"Type": 0,
"ResourceId": "0a70b8b3-ac5a-4b34-bebb-7a36d74f2b60",
"Units": 3.0
}
],
"ParentId": "df39f09e-38a6-4010-a8f6-0aee33dbce35",
"WorkTypeParentId": "30f92f83-15b7-47a7-9ae5-28a225b336fa",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "d37244c2-e45a-4100-b1bf-690c3c335658",
"UPN": "cf61fb3e-c3ae-4f26-9ebb-2dd500ae308f",
"PostDate": "2026-01-17T19:41:39.0962711+00:00",
"Comment": "sample string 4",
"CC": [
"dd66cd94-c311-49b8-a826-b3a4ba3ce70b",
"dffd59be-3419-434f-ab3f-5f418e7cfc04"
],
"Users": [
"306273b7-0c15-4372-8b93-29a34eb8d5c2",
"34bfe116-fb20-48f1-a483-d930ed131573"
]
},
{
"Id": "d37244c2-e45a-4100-b1bf-690c3c335658",
"UPN": "cf61fb3e-c3ae-4f26-9ebb-2dd500ae308f",
"PostDate": "2026-01-17T19:41:39.0962711+00:00",
"Comment": "sample string 4",
"CC": [
"dd66cd94-c311-49b8-a826-b3a4ba3ce70b",
"dffd59be-3419-434f-ab3f-5f418e7cfc04"
],
"Users": [
"306273b7-0c15-4372-8b93-29a34eb8d5c2",
"34bfe116-fb20-48f1-a483-d930ed131573"
]
}
],
"StartDate": "2026-01-17T19:41:39.0962711+00:00",
"DueDate": "2026-01-17T19:41:39.0962711+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"e5eefd24-f432-44b6-ace4-7cd7e02affc0": "a82a2829-9e24-4e4a-a2be-6abd15d8335a",
"f74714c3-7433-4ca3-88f4-16e0da197acb": "290eca01-3bd0-48e2-ab20-13f22812cb4d"
},
"HasUpdates": true,
"Modified": "2026-01-17T19:41:39.0962711+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-01-17T19:41:39.0962711+00:00"
},
"LastComment": "2026-01-17T19:41:39.0962711+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "44d08129-a4a5-400a-99ab-d33c81aee991",
"ExternalItemId": "sample string 2",
"ExternalUrl": "sample string 3",
"ReadOnlyFields": [
"sample string 1",
"sample string 2"
]
},
"WorkPlanId": "71d6916f-3ff0-41f6-955a-df981259e6e8",
"id": "f6fe6b4a-f12a-428a-b605-e635f0fadcc4",
"ConfigId": "ef01a054-1920-4f96-bc4d-4cca668010b5"
}