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": "696b21f0-79b8-492a-85ab-f40c504a134d",
"Name": "sample string 1",
"Created": "2026-04-07T13:48:59.9124752+00:00",
"Modified": "2026-04-07T13:48:59.9124752+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"5801943a-f0e2-4108-b207-3ac0c447d0b1",
"2af7b043-5c5d-4936-9194-8fef312ca29a"
],
"NonLaborAssignments": [
{
"Id": "93c92525-aa62-4740-bdf8-0102e5c0dc0e",
"ResourceId": "767260e4-6ccf-484d-9908-90b3bad4bba8",
"Quantity": 3.0
},
{
"Id": "93c92525-aa62-4740-bdf8-0102e5c0dc0e",
"ResourceId": "767260e4-6ccf-484d-9908-90b3bad4bba8",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "d3900a6c-49d4-4c57-bde7-035f607e905c",
"Type": 0,
"ResourceId": "ec26b29a-7d7e-412f-9b96-d1b0064c3f1d",
"Units": 3.0
},
{
"Id": "d3900a6c-49d4-4c57-bde7-035f607e905c",
"Type": 0,
"ResourceId": "ec26b29a-7d7e-412f-9b96-d1b0064c3f1d",
"Units": 3.0
}
],
"ParentId": "fed680f1-f11b-459b-a6eb-71232517bee7",
"WorkTypeParentId": "62ed37b8-5799-46a4-9fd7-f7a8e2d1ab43",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "74ac39fc-f6a2-4b64-8f26-9c99ba46c3be",
"UPN": "3654a7dc-1fa9-47c9-8244-6b7a132d8ee8",
"PostDate": "2026-04-07T13:48:59.9124752+00:00",
"Comment": "sample string 4",
"CC": [
"483113c3-533b-4cae-b850-576d8e00eef6",
"33c84db5-ab34-40b4-8a22-63795c08602f"
],
"Users": [
"13801a0c-07ff-4cb8-b9e9-a91e1632667f",
"991d81f7-87ff-49ff-9256-7f7969d80822"
]
},
{
"Id": "74ac39fc-f6a2-4b64-8f26-9c99ba46c3be",
"UPN": "3654a7dc-1fa9-47c9-8244-6b7a132d8ee8",
"PostDate": "2026-04-07T13:48:59.9124752+00:00",
"Comment": "sample string 4",
"CC": [
"483113c3-533b-4cae-b850-576d8e00eef6",
"33c84db5-ab34-40b4-8a22-63795c08602f"
],
"Users": [
"13801a0c-07ff-4cb8-b9e9-a91e1632667f",
"991d81f7-87ff-49ff-9256-7f7969d80822"
]
}
],
"StartDate": "2026-04-07T13:48:59.9124752+00:00",
"DueDate": "2026-04-07T13:48:59.9124752+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"0d63c487-9cc0-44d5-979e-7a7297fda1ae": "2307d206-e749-416e-be3a-0f2c26054535",
"13b009c9-3452-4536-b843-7922bb019983": "ba0c00b3-7518-4f85-aaa9-b78d757d54bd"
},
"HasUpdates": true,
"Modified": "2026-04-07T13:48:59.9124752+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-07T13:48:59.9124752+00:00"
},
"LastComment": "2026-04-07T13:48:59.9124752+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "f62d1345-f267-4bc5-b645-0a98831f60e3",
"ExternalItemId": "sample string 2",
"ExternalUrl": "sample string 3",
"ReadOnlyFields": [
"sample string 1",
"sample string 2"
]
},
"WorkPlanId": "ff3634a2-279e-4dc4-bdae-34bc26f05e09",
"id": "49ef1ccc-7fdd-4350-ad97-5bf6002c8141",
"ConfigId": "6ee7c9ac-239f-4bca-a52c-efb96f3ace7a"
}