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": "93f5b29e-c017-40fb-a625-20a7fc92bcf7",
"Name": "sample string 1",
"Created": "2026-07-21T13:06:26.4164159+00:00",
"Modified": "2026-07-21T13:06:26.4164159+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"c3280e1c-d561-4ae0-bb1e-4cf6f82b763b",
"6b27b08e-931c-4843-a532-df5ae9bef879"
],
"NonLaborAssignments": [
{
"Id": "57d53efd-aa13-47aa-9c13-92512267e063",
"ResourceId": "ea5cfe56-0c1b-488a-999c-0e49aa47c12e",
"Quantity": 3.0
},
{
"Id": "57d53efd-aa13-47aa-9c13-92512267e063",
"ResourceId": "ea5cfe56-0c1b-488a-999c-0e49aa47c12e",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "54ecb44f-4a8f-41ef-996e-9c6b76e2b640",
"Type": 0,
"ResourceId": "0b5c7907-f8ec-4484-be79-76bc80c3d07a",
"Units": 3.0,
"Quantity": 4.0,
"Cost": 5.0
},
{
"Id": "54ecb44f-4a8f-41ef-996e-9c6b76e2b640",
"Type": 0,
"ResourceId": "0b5c7907-f8ec-4484-be79-76bc80c3d07a",
"Units": 3.0,
"Quantity": 4.0,
"Cost": 5.0
}
],
"ParentId": "405454c0-4d77-426b-bcd9-49527af941e5",
"WorkTypeParentId": "cc493a68-1bc9-4492-9c35-4c622449b598",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "fd2e8822-6e15-4910-a4df-e2e3c656d1b8",
"UPN": "592edcd4-40a2-4e6c-911d-ca194f18f769",
"PostDate": "2026-07-21T13:06:26.4164159+00:00",
"Comment": "sample string 4",
"CC": [
"66ca8bbb-5203-4b71-95b0-3551291001c4",
"1ecbda73-237c-43d6-9bbc-babdb8812e52"
],
"Users": [
"1d0a44c6-76dd-4fd3-a537-c814a91ad106",
"4d927e63-61d6-4550-8c75-de219d074737"
]
},
{
"Id": "fd2e8822-6e15-4910-a4df-e2e3c656d1b8",
"UPN": "592edcd4-40a2-4e6c-911d-ca194f18f769",
"PostDate": "2026-07-21T13:06:26.4164159+00:00",
"Comment": "sample string 4",
"CC": [
"66ca8bbb-5203-4b71-95b0-3551291001c4",
"1ecbda73-237c-43d6-9bbc-babdb8812e52"
],
"Users": [
"1d0a44c6-76dd-4fd3-a537-c814a91ad106",
"4d927e63-61d6-4550-8c75-de219d074737"
]
}
],
"StartDate": "2026-07-21T13:06:26.4164159+00:00",
"DueDate": "2026-07-21T13:06:26.4164159+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"2c93326b-f360-4825-9b85-e0d54a793244": "de70276b-a256-4b59-a3e8-f5bafb2e84b8",
"5e2870b9-6461-4752-82c1-74ed8954a1af": "d0fafaa9-dd91-4a8b-8f8d-39adbf35521e"
},
"HasUpdates": true,
"Modified": "2026-07-21T13:06:26.4320455+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-21T13:06:26.4320455+00:00"
},
"LastComment": "2026-07-21T13:06:26.4320455+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "875fcd07-927b-4907-9fd2-ec203712c3ab",
"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": "704666c1-bfe6-465a-b9dc-b2fe9ba8dfe2",
"id": "c4791d39-f7f4-4592-9a38-06d837ff2328",
"ConfigId": "0955d072-fa15-41da-ac9d-3c5e40523024"
}