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": "83900fac-74f8-4bb7-9bb9-c7d2cd7eefdb",
"Name": "sample string 1",
"Created": "2026-04-01T10:41:27.8705429+00:00",
"Modified": "2026-04-01T10:41:27.8705429+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"b5320f52-c230-4d49-a69a-f0d38830fdc2",
"b9d11067-d398-492b-94f1-4bd6106eb66d"
],
"NonLaborAssignments": [
{
"Id": "d158fba1-de44-4026-96ec-464202694f58",
"ResourceId": "69eac281-fe86-4454-86f7-22936015895d",
"Quantity": 3.0
},
{
"Id": "d158fba1-de44-4026-96ec-464202694f58",
"ResourceId": "69eac281-fe86-4454-86f7-22936015895d",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "982fe465-3dfd-4056-8f59-c18cbc0017db",
"Type": 0,
"ResourceId": "b0f4c65d-22cb-495b-99ec-e8032c2c571d",
"Units": 3.0
},
{
"Id": "982fe465-3dfd-4056-8f59-c18cbc0017db",
"Type": 0,
"ResourceId": "b0f4c65d-22cb-495b-99ec-e8032c2c571d",
"Units": 3.0
}
],
"ParentId": "5c8d685f-6e52-414a-a737-a526848866eb",
"WorkTypeParentId": "018d3ba6-6692-4c59-87da-a44e6d412a1f",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "844b3abe-41e2-43fc-9660-8c3abee68a5e",
"UPN": "a84071fa-32a7-43ae-98ce-a1cc20bcee07",
"PostDate": "2026-04-01T10:41:27.8705429+00:00",
"Comment": "sample string 4",
"CC": [
"20e91eae-173d-4824-81d7-abd6bdfe1f35",
"4458562d-20ca-4865-ab2a-9dd3fdbf6559"
],
"Users": [
"a3102b58-caf8-43ce-aaa1-73772b27f35f",
"4932c7e3-41b2-4fb8-b46d-68c21259874e"
]
},
{
"Id": "844b3abe-41e2-43fc-9660-8c3abee68a5e",
"UPN": "a84071fa-32a7-43ae-98ce-a1cc20bcee07",
"PostDate": "2026-04-01T10:41:27.8705429+00:00",
"Comment": "sample string 4",
"CC": [
"20e91eae-173d-4824-81d7-abd6bdfe1f35",
"4458562d-20ca-4865-ab2a-9dd3fdbf6559"
],
"Users": [
"a3102b58-caf8-43ce-aaa1-73772b27f35f",
"4932c7e3-41b2-4fb8-b46d-68c21259874e"
]
}
],
"StartDate": "2026-04-01T10:41:27.8705429+00:00",
"DueDate": "2026-04-01T10:41:27.8705429+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"e9a1160b-5779-4ef3-8530-46b14e298667": "c1e5909e-a88b-4680-9282-c426e527ea0d",
"6d943f89-9812-4c66-9030-f295f9ca9cb1": "bb7abc58-d6ae-4b34-8803-ea1689688041"
},
"HasUpdates": true,
"Modified": "2026-04-01T10:41:27.8705429+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-04-01T10:41:27.8705429+00:00"
},
"LastComment": "2026-04-01T10:41:27.8705429+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "40c17252-dcba-4571-8c43-812770ac7eea",
"ExternalItemId": "sample string 2",
"ExternalUrl": "sample string 3",
"ReadOnlyFields": [
"sample string 1",
"sample string 2"
]
},
"WorkPlanId": "bed209f0-b485-4f00-9309-f4f16fa547ca",
"id": "1975213d-050c-4f8c-af89-5d13d0d56975",
"ConfigId": "12cae516-50e7-401e-8b70-8aef4adc64e9"
}