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": "b381522d-75b1-462f-b6bc-d1902640ecd5",
"Name": "sample string 1",
"Created": "2026-03-10T01:35:04.969426+00:00",
"Modified": "2026-03-10T01:35:04.969426+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"9cf5cb27-8730-4041-81b5-040d4d511d19",
"cdf3e941-e83f-47b2-a756-d21505e23647"
],
"NonLaborAssignments": [
{
"Id": "9d285eeb-bfc7-4f52-8fb1-f10c25b42b56",
"ResourceId": "79cc8016-7006-4dca-a8a1-db54b91d68de",
"Quantity": 3.0
},
{
"Id": "9d285eeb-bfc7-4f52-8fb1-f10c25b42b56",
"ResourceId": "79cc8016-7006-4dca-a8a1-db54b91d68de",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "d20fffee-59cd-482a-9af3-6e6449558f00",
"Type": 0,
"ResourceId": "edfb5430-9b3d-4123-884f-fa00bd0a7a3f",
"Units": 3.0
},
{
"Id": "d20fffee-59cd-482a-9af3-6e6449558f00",
"Type": 0,
"ResourceId": "edfb5430-9b3d-4123-884f-fa00bd0a7a3f",
"Units": 3.0
}
],
"ParentId": "cef2d9c4-1352-4780-be66-b53da6754e5a",
"WorkTypeParentId": "de5073bb-6608-42ba-95c4-527914e4fd5c",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "6bf46e6e-30d3-4b62-bdd7-feca04fd2fa2",
"UPN": "298156ec-ab4f-46e6-b96b-721b73e39dff",
"PostDate": "2026-03-10T01:35:04.969426+00:00",
"Comment": "sample string 4",
"CC": [
"d18cdd98-6298-4e69-a36e-6d4b709d5a5d",
"03527de4-c1ab-4e09-81eb-d229e24b59a5"
],
"Users": [
"034491fe-832c-44ca-964a-333915b442b8",
"7d752a31-a24c-414b-ae07-e97a85cf15ab"
]
},
{
"Id": "6bf46e6e-30d3-4b62-bdd7-feca04fd2fa2",
"UPN": "298156ec-ab4f-46e6-b96b-721b73e39dff",
"PostDate": "2026-03-10T01:35:04.969426+00:00",
"Comment": "sample string 4",
"CC": [
"d18cdd98-6298-4e69-a36e-6d4b709d5a5d",
"03527de4-c1ab-4e09-81eb-d229e24b59a5"
],
"Users": [
"034491fe-832c-44ca-964a-333915b442b8",
"7d752a31-a24c-414b-ae07-e97a85cf15ab"
]
}
],
"StartDate": "2026-03-10T01:35:04.969426+00:00",
"DueDate": "2026-03-10T01:35:04.969426+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"3cff2b2e-494b-4ecc-824b-c2437704c2a7": "bdd69521-4490-4de4-bc47-5d942e030542",
"447629a2-3a7f-4eaf-b115-0e07483c72a9": "c0457e7c-5607-435d-9d02-69e0c6118ba5"
},
"HasUpdates": true,
"Modified": "2026-03-10T01:35:04.969426+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-10T01:35:04.969426+00:00"
},
"LastComment": "2026-03-10T01:35:04.969426+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "1b99661e-9376-4d3c-9145-be5eb3e354d3",
"ExternalItemId": "sample string 2",
"ExternalUrl": "sample string 3",
"ReadOnlyFields": [
"sample string 1",
"sample string 2"
]
},
"WorkPlanId": "cf8a7901-a7ac-4a78-aa4a-95a7def8a1a2",
"id": "d5537c28-f41c-4159-be94-842f8a8e699e",
"ConfigId": "5f9241eb-9a72-4603-97a9-af9339d9128e"
}