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. |
|
| LinkedFileIds | Collection of string |
None. |
|
| LinkedLinkIds | Collection of string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"WorkTypeId": "18ff282d-c354-417f-9b1f-766911182dd1",
"Name": "sample string 1",
"Created": "2026-08-07T11:39:50.9100691+00:00",
"Modified": "2026-08-07T11:39:50.9100691+00:00",
"Author": "sample string 4",
"Editor": "sample string 5",
"AssignedTo": [
"3f3177d4-ad98-415d-8096-b9125b9f0d84",
"bdf77430-13aa-494b-a4ec-488e53482af6"
],
"NonLaborAssignments": [
{
"Id": "17aca116-5e8a-45a5-a71b-5a50f8905e85",
"ResourceId": "59837aec-e09c-4b41-9d66-9c24ea42e750",
"Quantity": 3.0
},
{
"Id": "17aca116-5e8a-45a5-a71b-5a50f8905e85",
"ResourceId": "59837aec-e09c-4b41-9d66-9c24ea42e750",
"Quantity": 3.0
}
],
"Assignments": [
{
"Id": "ca68da47-36d5-4f37-8457-c484e1ac5351",
"Type": 0,
"ResourceId": "a1b9872f-8a22-4cf8-833d-ff1bb65e32ce",
"Units": 3.0,
"Quantity": 4.0,
"Cost": 5.0
},
{
"Id": "ca68da47-36d5-4f37-8457-c484e1ac5351",
"Type": 0,
"ResourceId": "a1b9872f-8a22-4cf8-833d-ff1bb65e32ce",
"Units": 3.0,
"Quantity": 4.0,
"Cost": 5.0
}
],
"ParentId": "f4ed0642-0200-467f-88e3-0c6e5e94d3e3",
"WorkTypeParentId": "7202f1d6-7673-41a9-90e7-37532215ee53",
"WorkTypeIndex": 9,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Index": 10,
"Complete": true,
"Comments": [
{
"Id": "22104ee6-ca5b-437e-996c-5d872021549b",
"UPN": "0d1a6c68-30c5-40d7-b060-0b8ebfc5393a",
"PostDate": "2026-08-07T11:39:50.9100691+00:00",
"Comment": "sample string 4",
"CC": [
"aa98889b-6a85-4198-9fcf-4afb5efcda40",
"324454db-0093-4135-83a5-1cf29accff7b"
],
"Users": [
"6ee90ec2-cf46-4f78-893f-5255017f7ffb",
"c7532207-6347-49cd-a47c-5b99ebf45ba1"
]
},
{
"Id": "22104ee6-ca5b-437e-996c-5d872021549b",
"UPN": "0d1a6c68-30c5-40d7-b060-0b8ebfc5393a",
"PostDate": "2026-08-07T11:39:50.9100691+00:00",
"Comment": "sample string 4",
"CC": [
"aa98889b-6a85-4198-9fcf-4afb5efcda40",
"324454db-0093-4135-83a5-1cf29accff7b"
],
"Users": [
"6ee90ec2-cf46-4f78-893f-5255017f7ffb",
"c7532207-6347-49cd-a47c-5b99ebf45ba1"
]
}
],
"StartDate": "2026-08-07T11:39:50.9100691+00:00",
"DueDate": "2026-08-07T11:39:50.9100691+00:00",
"TaskScheduleType": 0,
"StatusUpdate": {
"ResourceReplacements": {
"d28d02bf-5fee-470d-a41b-e3823543f0b4": "8d538f40-ba44-4b3f-ace4-2865a08fb1be",
"5de33232-6cce-468e-b1ea-68ea219590ee": "db37a755-ffde-4fb2-b43f-32015bd8996d"
},
"HasUpdates": true,
"Modified": "2026-08-07T11:39:50.9100691+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-08-07T11:39:50.9100691+00:00"
},
"LastComment": "2026-08-07T11:39:50.9100691+00:00",
"IsScheduled": true,
"Integration": {
"IntegrationId": "9dfeeed9-a3a2-4ad8-a097-b66bb25858d1",
"ExternalItemId": "sample string 2",
"ExternalUrl": "sample string 3",
"ReadOnlyFields": [
"sample string 1",
"sample string 2"
]
},
"LinkedFileIds": [
"sample string 1",
"sample string 2"
],
"LinkedLinkIds": [
"sample string 1",
"sample string 2"
],
"WorkPlanId": "126c5cb2-9e19-458c-84f7-4c2cd256f01f",
"id": "d526e799-dc66-4466-a812-e4e6e024c2cc",
"ConfigId": "ae067a33-28c9-470c-b8fe-fc460ddadb48"
}