POST api/mywork/AcceptUpdate?TaskId={TaskId}
Approve a task update
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TaskId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
WorkPlanTaskName | 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. |
|
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": "753c2e80-9961-4779-93e0-0b5d9eec6175", "Name": "sample string 1", "Created": "2025-04-04T02:30:35.3127483+00:00", "Modified": "2025-04-04T02:30:35.3127483+00:00", "Author": "sample string 4", "Editor": "sample string 5", "AssignedTo": [ "6602e076-39fa-4c79-bf9a-4ecd4f06e451", "d78b9450-e714-4a4e-9750-4237d7c4b463" ], "Assignments": [ { "Id": "248f452d-6b57-4d14-a455-7d11edc9efc3", "Type": 0, "ResourceId": "52429b5a-8b4c-4e80-ac0b-6ace6c2beac1", "Units": 3.0 }, { "Id": "248f452d-6b57-4d14-a455-7d11edc9efc3", "Type": 0, "ResourceId": "52429b5a-8b4c-4e80-ac0b-6ace6c2beac1", "Units": 3.0 } ], "ParentId": "e0932dac-20e6-4905-b656-15f2e6ea8184", "WorkTypeParentId": "316db6b2-3abc-468a-9f08-817e9050a92f", "WorkTypeIndex": 9, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Index": 10, "Complete": true, "Comments": [ { "Id": "cbb89805-159a-4ecc-be49-7a709aa665ed", "UPN": "7df01448-b6ba-4944-8df7-fddb3fbf103b", "PostDate": "2025-04-04T02:30:35.3127483+00:00", "Comment": "sample string 4", "CC": [ "26b6e644-58a2-46fe-9696-91b391881b4d", "ea82c62d-64ca-4d9f-9015-e581a80aff6a" ], "Users": [ "d496b28f-e085-4b87-afbc-512b7a0b0a60", "b8c5fc09-44dc-40c0-ab01-0c4679d010c1" ] }, { "Id": "cbb89805-159a-4ecc-be49-7a709aa665ed", "UPN": "7df01448-b6ba-4944-8df7-fddb3fbf103b", "PostDate": "2025-04-04T02:30:35.3127483+00:00", "Comment": "sample string 4", "CC": [ "26b6e644-58a2-46fe-9696-91b391881b4d", "ea82c62d-64ca-4d9f-9015-e581a80aff6a" ], "Users": [ "d496b28f-e085-4b87-afbc-512b7a0b0a60", "b8c5fc09-44dc-40c0-ab01-0c4679d010c1" ] } ], "StartDate": "2025-04-04T02:30:35.3127483+00:00", "DueDate": "2025-04-04T02:30:35.3127483+00:00", "TaskScheduleType": 0, "StatusUpdate": { "ResourceReplacements": { "03664f11-823b-40c0-88c7-08b42a397cb2": "fde4840d-3706-4a8a-b11f-b8596530f8b7", "05c2c315-91bc-4a89-ab41-024a06337810": "f93f6aa3-f58c-493b-bf17-c9b7f467d5e6" }, "HasUpdates": true, "Modified": "2025-04-04T02:30:35.3127483+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-04-04T02:30:35.3127483+00:00" }, "LastComment": "2025-04-04T02:30:35.3127483+00:00", "IsScheduled": true, "Integration": { "IntegrationId": "d4c19c9e-d22e-47eb-a184-eb5e42ec60b9", "ExternalItemId": "sample string 2", "ExternalUrl": "sample string 3", "ReadOnlyFields": [ "sample string 1", "sample string 2" ] }, "WorkPlanId": "924e72ce-81fd-41cd-90e9-bc1d7cd4855b", "id": "f4b655db-d8f4-4252-a7ee-a5c6038ba8d5", "ConfigId": "0bcaf2ab-d8bb-4593-b0f8-23c509a184cd" }