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": "be767fec-7fbe-445e-a769-33c7db5ee274",
"Name": "sample string 1",
"Created": "2026-03-23T20:06:47.0882029+00:00",
"Modified": "2026-03-23T20:06:47.0882029+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"a20412dc-9bd2-4e55-861d-458f110849e6",
"71f93f70-65b1-49c1-b525-2a0e828ef5f8"
],
"NonLaborAssignments": [
{
"Id": "628267cb-0f8e-4454-8f17-5408e82bd25c",
"ResourceId": "259a2664-f725-4305-b25c-d170e95de6e3",
"Quantity": 3.0
},
{
"Id": "628267cb-0f8e-4454-8f17-5408e82bd25c",
"ResourceId": "259a2664-f725-4305-b25c-d170e95de6e3",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "c8730de6-563a-45fc-80b8-285ce7d81000",
"Type": 0,
"ResourceId": "1ecb76ea-46c3-4910-bb3d-52ee609c28b7",
"Units": 3.0
},
{
"Id": "c8730de6-563a-45fc-80b8-285ce7d81000",
"Type": 0,
"ResourceId": "1ecb76ea-46c3-4910-bb3d-52ee609c28b7",
"Units": 3.0
}
],
"ParentId": "fdbae12b-9adf-4f4c-b01e-b4c85cd01096",
"WorkTypeParentId": "6ab1c12b-e267-4ab9-ab2e-d6f56d36478f",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "c2cc7330-99e9-4513-91e5-96396635c4e2",
"UPN": "cb2fb2cb-2014-4c91-b0ac-17f645adfe40",
"PostDate": "2026-03-23T20:06:47.1038232+00:00",
"Comment": "sample string 4",
"CC": [
"11607eb8-76f2-4039-a17a-b543c19385b3",
"c516963c-3a70-4ef5-ad19-054f65d0b690"
],
"Users": [
"50ec87fd-2929-48bf-b342-f92abf6fa7fc",
"b16e5dba-5bea-4bef-8d09-2b21b90f2ad0"
]
},
{
"Id": "c2cc7330-99e9-4513-91e5-96396635c4e2",
"UPN": "cb2fb2cb-2014-4c91-b0ac-17f645adfe40",
"PostDate": "2026-03-23T20:06:47.1038232+00:00",
"Comment": "sample string 4",
"CC": [
"11607eb8-76f2-4039-a17a-b543c19385b3",
"c516963c-3a70-4ef5-ad19-054f65d0b690"
],
"Users": [
"50ec87fd-2929-48bf-b342-f92abf6fa7fc",
"b16e5dba-5bea-4bef-8d09-2b21b90f2ad0"
]
}
],
"StartDate": "2026-03-23T20:06:47.1038232+00:00",
"DueDate": "2026-03-23T20:06:47.1038232+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"6a166512-6f14-4fc3-aef8-b7dc06de554c": "194f3acc-de67-4c2c-9a91-b4663eae83b5",
"fb1469ca-0847-4b5e-87da-d4aa885d9fab": "e29ffc62-b32a-4502-ac42-315021ebdd80"
},
"HasUpdates": true,
"Modified": "2026-03-23T20:06:47.1038232+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-23T20:06:47.1038232+00:00"
},
"LastComment": "2026-03-23T20:06:47.1038232+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "1c61fd47-3946-4eb0-9ec0-0dc2b36f82f4",
"ExternalItemId": "sample string 2",
"ExternalUrl": "sample string 3",
"ReadOnlyFields": [
"sample string 1",
"sample string 2"
]
},
"WorkPlanId": "005b5fa2-761f-4aab-8bfc-ec1afe15818b",
"id": "6592d682-7ba4-4feb-944a-f0fba0021f18",
"ConfigId": "9d78afda-d59e-4249-a16d-4a9a0acd6d72"
}