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": "527d3ea4-ce58-482f-823e-5bb0d56316b2",
"Name": "sample string 1",
"Created": "2025-12-03T04:33:56.8398216+00:00",
"Modified": "2025-12-03T04:33:56.8398216+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"962161a1-529a-446e-b47b-6a55ad3fcd35",
"367298ee-5817-4703-b712-a7d51d5e53c9"
],
"NonLaborAssignments": [
{
"Id": "e01d672f-edb9-401c-992e-305987ccf3b9",
"ResourceId": "ffb891f4-367c-47d4-8939-37d292487e54",
"Quantity": 3.0
},
{
"Id": "e01d672f-edb9-401c-992e-305987ccf3b9",
"ResourceId": "ffb891f4-367c-47d4-8939-37d292487e54",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "bd28415d-6e92-4151-aed9-bad250ec6f72",
"Type": 0,
"ResourceId": "d29febd8-7bef-4d80-9f37-8086d00fd6dd",
"Units": 3.0
},
{
"Id": "bd28415d-6e92-4151-aed9-bad250ec6f72",
"Type": 0,
"ResourceId": "d29febd8-7bef-4d80-9f37-8086d00fd6dd",
"Units": 3.0
}
],
"ParentId": "3f586b56-746e-4a62-a9f4-a4da7fed8a61",
"WorkTypeParentId": "73b88be1-7878-4c2e-b0a4-9146fdb8e89e",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "c5e6fed4-a982-4c3d-a9d9-53ca5bc84495",
"UPN": "3e3a75f6-03bb-4e94-8afd-1dabbee41262",
"PostDate": "2025-12-03T04:33:56.8398216+00:00",
"Comment": "sample string 4",
"CC": [
"7ca1dcd5-e2c9-4bab-b8a3-bb27c2320ec5",
"03b2c71b-11bd-4d0c-8a34-efce90e34514"
],
"Users": [
"69ec67d5-4aa9-43a5-b13a-8ecddbe40555",
"b42560be-887b-4260-a589-094980b904e0"
]
},
{
"Id": "c5e6fed4-a982-4c3d-a9d9-53ca5bc84495",
"UPN": "3e3a75f6-03bb-4e94-8afd-1dabbee41262",
"PostDate": "2025-12-03T04:33:56.8398216+00:00",
"Comment": "sample string 4",
"CC": [
"7ca1dcd5-e2c9-4bab-b8a3-bb27c2320ec5",
"03b2c71b-11bd-4d0c-8a34-efce90e34514"
],
"Users": [
"69ec67d5-4aa9-43a5-b13a-8ecddbe40555",
"b42560be-887b-4260-a589-094980b904e0"
]
}
],
"StartDate": "2025-12-03T04:33:56.8398216+00:00",
"DueDate": "2025-12-03T04:33:56.8398216+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"fb3314a4-197f-4b3a-b0fb-8a2ca813e708": "2fee1ce7-cc5d-467f-a810-84ffb92c2826",
"696736a0-0bde-46ec-a568-6361177dd83b": "f178f95b-d2bb-43e3-b7e2-1e4c54f7850a"
},
"HasUpdates": true,
"Modified": "2025-12-03T04:33:56.8398216+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": "2025-12-03T04:33:56.8398216+00:00"
},
"LastComment": "2025-12-03T04:33:56.8398216+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "6b56caff-f59b-4d39-843f-2918ac482fa4",
"ExternalItemId": "sample string 2",
"ExternalUrl": "sample string 3",
"ReadOnlyFields": [
"sample string 1",
"sample string 2"
]
},
"WorkPlanId": "5563d5b0-46b5-484c-8f1e-51d56d4d6b90",
"id": "6ade552e-8dbf-475c-8aec-5300edbdb718",
"ConfigId": "e86982a9-78fb-4a7d-807d-80fae939a7f5"
}