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": "c0906ee6-51e6-4570-95e0-c2d5df3c1f8d",
"Name": "sample string 1",
"Created": "2026-07-08T10:26:05.4177309+00:00",
"Modified": "2026-07-08T10:26:05.4177309+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"e2c11e28-26b9-4d02-b9b3-d37e669bf548",
"5df81124-e979-40e7-bdb5-69b997a9737c"
],
"NonLaborAssignments": [
{
"Id": "e7fd44ba-8e1f-4a2b-a641-5e7a3e6c99de",
"ResourceId": "36d4f85c-18da-44a9-8395-879e4b7368c4",
"Quantity": 3.0
},
{
"Id": "e7fd44ba-8e1f-4a2b-a641-5e7a3e6c99de",
"ResourceId": "36d4f85c-18da-44a9-8395-879e4b7368c4",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "acf833cb-e06a-487e-87a3-1b7079ac2df3",
"Type": 0,
"ResourceId": "55364cd2-a963-4ea0-8975-0ce37f6ccabb",
"Units": 3.0,
"Quantity": 4.0,
"Cost": 5.0
},
{
"Id": "acf833cb-e06a-487e-87a3-1b7079ac2df3",
"Type": 0,
"ResourceId": "55364cd2-a963-4ea0-8975-0ce37f6ccabb",
"Units": 3.0,
"Quantity": 4.0,
"Cost": 5.0
}
],
"ParentId": "95f8be02-6ecc-4b5b-b52a-9e9b9d009900",
"WorkTypeParentId": "a391a617-2bc3-4081-8263-c37b7c203a77",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "54d0d1a3-e307-4109-aaa7-42f57377a473",
"UPN": "8cdbc7a7-4b65-4547-a5eb-7a4e39cd69cf",
"PostDate": "2026-07-08T10:26:05.4177309+00:00",
"Comment": "sample string 4",
"CC": [
"ac63468c-ae75-43f8-986a-402f4e87758e",
"c1fbe48a-b5cd-421b-9755-772c78cf310f"
],
"Users": [
"dab62d06-e887-42cd-9f37-95cb4add35d9",
"04e0f566-0b93-4082-897e-256a234028e5"
]
},
{
"Id": "54d0d1a3-e307-4109-aaa7-42f57377a473",
"UPN": "8cdbc7a7-4b65-4547-a5eb-7a4e39cd69cf",
"PostDate": "2026-07-08T10:26:05.4177309+00:00",
"Comment": "sample string 4",
"CC": [
"ac63468c-ae75-43f8-986a-402f4e87758e",
"c1fbe48a-b5cd-421b-9755-772c78cf310f"
],
"Users": [
"dab62d06-e887-42cd-9f37-95cb4add35d9",
"04e0f566-0b93-4082-897e-256a234028e5"
]
}
],
"StartDate": "2026-07-08T10:26:05.4177309+00:00",
"DueDate": "2026-07-08T10:26:05.4177309+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"b04ea681-9d6e-4453-b4bd-1059db83c04d": "801e357c-9522-4e85-8ebc-b39c32831681",
"c587f133-f08b-4a68-af73-94380a163437": "c77236cf-025d-4f45-a384-f1b39d2b0b57"
},
"HasUpdates": true,
"Modified": "2026-07-08T10:26:05.4177309+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-07-08T10:26:05.4177309+00:00"
},
"LastComment": "2026-07-08T10:26:05.4177309+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "3c0aa106-8176-4848-9615-38485f0afaa5",
"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": "95ffe17f-6935-4fc3-9110-0d89441b2307",
"id": "dc83fc94-538a-41b7-9c96-9925fa93ea2b",
"ConfigId": "c99fef5d-6156-4d61-882e-661089307482"
}