POST api/mywork/RejectUpdate?TaskId={TaskId}
Reject 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": "19423822-7c44-46fb-a481-af915dfca8f7", "Name": "sample string 1", "Created": "2025-04-04T02:30:34.8596209+00:00", "Modified": "2025-04-04T02:30:34.8596209+00:00", "Author": "sample string 4", "Editor": "sample string 5", "AssignedTo": [ "4538b0c9-154b-4495-bbad-18e4ee823abe", "b1b6e103-0867-406f-a218-6c3ebd99668d" ], "Assignments": [ { "Id": "689e2463-d04a-4aac-9485-d944faadf672", "Type": 0, "ResourceId": "166733f2-2714-4b80-a3f4-b49fb2076f6a", "Units": 3.0 }, { "Id": "689e2463-d04a-4aac-9485-d944faadf672", "Type": 0, "ResourceId": "166733f2-2714-4b80-a3f4-b49fb2076f6a", "Units": 3.0 } ], "ParentId": "9c8506bc-e25f-4eb9-a563-13f3ead465bd", "WorkTypeParentId": "5de29554-a39c-4b67-9a19-1645a93c94bc", "WorkTypeIndex": 9, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Index": 10, "Complete": true, "Comments": [ { "Id": "32f47fee-83fd-49ad-9b52-c0a6c1f1ae36", "UPN": "44dbb758-63ee-43a4-a6ca-57a3f2fdacdb", "PostDate": "2025-04-04T02:30:34.8596209+00:00", "Comment": "sample string 4", "CC": [ "bff197f4-e243-4b74-a351-d31236b318b5", "da03700f-19d7-472b-8906-24a72c454e5f" ], "Users": [ "1b65fd1d-a643-455c-866e-12a4d5bbf50c", "0830d259-51c4-46af-a69a-c123916febe1" ] }, { "Id": "32f47fee-83fd-49ad-9b52-c0a6c1f1ae36", "UPN": "44dbb758-63ee-43a4-a6ca-57a3f2fdacdb", "PostDate": "2025-04-04T02:30:34.8596209+00:00", "Comment": "sample string 4", "CC": [ "bff197f4-e243-4b74-a351-d31236b318b5", "da03700f-19d7-472b-8906-24a72c454e5f" ], "Users": [ "1b65fd1d-a643-455c-866e-12a4d5bbf50c", "0830d259-51c4-46af-a69a-c123916febe1" ] } ], "StartDate": "2025-04-04T02:30:34.8596209+00:00", "DueDate": "2025-04-04T02:30:34.8596209+00:00", "TaskScheduleType": 0, "StatusUpdate": { "ResourceReplacements": { "4ec02062-9d79-4cb1-acf8-f2f54db5d412": "bb75f387-605c-41dc-a8f4-cc1ca8691083", "5c90093c-dc9f-48ae-8fb5-0a3e5afeb876": "1b708117-4c9c-46c9-be65-04d9b88903f3" }, "HasUpdates": true, "Modified": "2025-04-04T02:30:34.8596209+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:34.8596209+00:00" }, "LastComment": "2025-04-04T02:30:34.8596209+00:00", "IsScheduled": true, "Integration": { "IntegrationId": "c0c541ab-198e-44ab-8c5e-4a11122dd7d7", "ExternalItemId": "sample string 2", "ExternalUrl": "sample string 3", "ReadOnlyFields": [ "sample string 1", "sample string 2" ] }, "WorkPlanId": "7ac739e0-1fe5-4da0-b7a7-2a88a1ba52d1", "id": "a0dbc450-63dd-43cd-8bac-330f256762e7", "ConfigId": "eafe88da-ef49-4794-b353-455508085b02" }