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": "5b7cd538-a871-4bed-b3cf-e4227b893c24",
"Name": "sample string 1",
"Created": "2026-06-05T16:22:28.8377237+00:00",
"Modified": "2026-06-05T16:22:28.8377237+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"cbacdde3-8f92-4321-973a-ded41a47e811",
"6e9cef9d-4081-4cff-b96f-f4914973907d"
],
"NonLaborAssignments": [
{
"Id": "abe25131-5e55-4d7e-ae77-a35f18a3fccc",
"ResourceId": "72416dd4-bd18-4b61-8a55-2c045e8a45f8",
"Quantity": 3.0
},
{
"Id": "abe25131-5e55-4d7e-ae77-a35f18a3fccc",
"ResourceId": "72416dd4-bd18-4b61-8a55-2c045e8a45f8",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "ba2f5981-2df3-4b9f-b73d-828e8e6e0d91",
"Type": 0,
"ResourceId": "d46579ec-9fa5-408d-80ba-7ec338835dfb",
"Units": 3.0
},
{
"Id": "ba2f5981-2df3-4b9f-b73d-828e8e6e0d91",
"Type": 0,
"ResourceId": "d46579ec-9fa5-408d-80ba-7ec338835dfb",
"Units": 3.0
}
],
"ParentId": "d2a80283-55d7-488e-94a0-c695f87c55c1",
"WorkTypeParentId": "fb43e987-2b39-4231-96b2-b66d712a088c",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "9ca23411-c571-48cd-a1e8-4fa8b3d6ed0d",
"UPN": "9909ddf7-0d9a-4b67-bf7e-88bb791ab733",
"PostDate": "2026-06-05T16:22:28.8377237+00:00",
"Comment": "sample string 4",
"CC": [
"74bbde6a-2e64-4852-8aaf-05bceebecb8f",
"2e83b0a0-82a6-41c3-a5f9-18ae0afd1530"
],
"Users": [
"abf46c00-3d9c-4924-b51a-4d38737ecce5",
"aa09e7bc-54e7-487a-b4a7-e8581f49c4f8"
]
},
{
"Id": "9ca23411-c571-48cd-a1e8-4fa8b3d6ed0d",
"UPN": "9909ddf7-0d9a-4b67-bf7e-88bb791ab733",
"PostDate": "2026-06-05T16:22:28.8377237+00:00",
"Comment": "sample string 4",
"CC": [
"74bbde6a-2e64-4852-8aaf-05bceebecb8f",
"2e83b0a0-82a6-41c3-a5f9-18ae0afd1530"
],
"Users": [
"abf46c00-3d9c-4924-b51a-4d38737ecce5",
"aa09e7bc-54e7-487a-b4a7-e8581f49c4f8"
]
}
],
"StartDate": "2026-06-05T16:22:28.8377237+00:00",
"DueDate": "2026-06-05T16:22:28.8377237+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"86e928e0-c780-4d65-a863-dc4115a7d998": "fc618b99-0f1a-4929-9923-b95b03738e4d",
"cb622e7f-051f-4b93-8a04-e8264af34060": "0092b8ee-d2d7-4bce-ad31-61e2c1fce0e7"
},
"HasUpdates": true,
"Modified": "2026-06-05T16:22:28.8377237+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-06-05T16:22:28.8377237+00:00"
},
"LastComment": "2026-06-05T16:22:28.8377237+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "797d2360-3549-41b6-aa78-9ecdbaf3ffc6",
"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": "28fe23cb-ebce-4ccb-9037-9511e1b844f0",
"id": "9a26ea7a-665e-47b6-9548-51d8780c788f",
"ConfigId": "b68c3b0d-ad4c-4e0e-a8d0-2c1c876fe7e8"
}