POST api/workplan/{id}/convert/{conversionid}
Convert a plan
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Plan Id |
globally unique identifier |
Required |
conversionid |
Conversion Id |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
WorkPlanName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Archived | boolean |
None. |
|
Author | globally unique identifier |
None. |
|
Created | date |
None. |
|
Modified | date |
None. |
|
Editor | globally unique identifier |
None. |
|
PlannerTypeId | globally unique identifier |
None. |
|
ParentPlanId | globally unique identifier |
None. |
|
PortfolioParentId | globally unique identifier |
None. |
|
PortfolioOrder | integer |
None. |
|
UserList | Collection of UserAccess |
None. |
|
InheritUserList | Collection of UserAccess |
None. |
|
TeamList | Collection of TeamAccess |
None. |
|
InheritTeamList | Collection of TeamAccess |
None. |
|
Fields | Dictionary of string [key] and Object [value] |
None. |
|
SummaryFields | Dictionary of string [key] and Object [value] |
None. |
|
Folder | boolean |
None. |
|
Fragment | boolean |
None. |
|
FragmentInfo | FragmentInfo |
None. |
|
Hidden | boolean |
None. |
|
Comments | Collection of TaskComment |
None. |
|
LastComment | date |
None. |
|
Integrations | Collection of IntegratedSystem |
None. |
|
Snapshots | Collection of FieldSnapshot |
None. |
|
SubPlans | Collection of globally unique identifier |
None. |
|
PlanNumber | string |
None. |
|
RateTables | Collection of PlanRateTable |
None. |
|
Splits | Collection of LookupSplit |
None. |
|
LockInfo | PlanLockInfo |
None. |
|
LastLocation | string |
None. |
|
StageGateFlow | StageGateFlow |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Archived": true, "Author": "f9cb2114-de62-4e4c-a1a8-1304847a1e87", "Created": "2025-10-19T09:11:40.2187355+00:00", "Modified": "2025-10-19T09:11:40.2187355+00:00", "Editor": "6133a18b-c780-4eb7-9b36-88237de5faba", "PlannerTypeId": "5cdd0f82-5fdc-45bd-9b1f-54f345960b5f", "ParentPlanId": "f1ce5387-1cfc-4e1f-8e05-24d392b151e7", "PortfolioParentId": "239a9b6d-de23-4063-8619-db07af7f6602", "PortfolioOrder": 9, "UserList": [ {}, {} ], "InheritUserList": [ {}, {} ], "TeamList": [ {}, {} ], "InheritTeamList": [ {}, {} ], "Fields": { "sample string 1": {}, "sample string 3": {} }, "SummaryFields": { "sample string 1": {}, "sample string 3": {} }, "Folder": true, "Fragment": true, "FragmentInfo": { "Name": "sample string 1", "Description": "sample string 2", "Category": "sample string 3", "WorkTypes": "sample string 4", "Personal": true }, "Hidden": true, "Comments": [ { "Id": "d5646909-c5a3-4c68-a694-5520f0213ffd", "UPN": "3da382df-9062-407b-bc6d-b51f7cf8be3c", "PostDate": "2025-10-19T09:11:40.2187355+00:00", "Comment": "sample string 4", "CC": [ "620a9825-dd9a-4be6-ac5f-810fcbc30f42", "c798b15c-ea72-47c6-bb3c-8b41cd256449" ], "Users": [ "192fe158-33dd-46ff-9ee2-befec5d19105", "d5e82bdf-8af0-4662-8599-e618db25523a" ] }, { "Id": "d5646909-c5a3-4c68-a694-5520f0213ffd", "UPN": "3da382df-9062-407b-bc6d-b51f7cf8be3c", "PostDate": "2025-10-19T09:11:40.2187355+00:00", "Comment": "sample string 4", "CC": [ "620a9825-dd9a-4be6-ac5f-810fcbc30f42", "c798b15c-ea72-47c6-bb3c-8b41cd256449" ], "Users": [ "192fe158-33dd-46ff-9ee2-befec5d19105", "d5e82bdf-8af0-4662-8599-e618db25523a" ] } ], "LastComment": "2025-10-19T09:11:40.2187355+00:00", "Integrations": [ { "IntegrationId": "2da45f55-e083-4630-a385-1f488cc3e6a9", "ItemUrl": "sample string 2", "ItemId": "sample string 3", "TransactionId": "bc0301be-3a43-4c0c-a1a8-6606833bdb45", "LastExport": "2025-10-19T09:11:40.2187355+00:00", "LastImport": "2025-10-19T09:11:40.2187355+00:00", "IntegrationVersion": 7, "Properties": { "sample string 1": {}, "sample string 3": {} } }, { "IntegrationId": "2da45f55-e083-4630-a385-1f488cc3e6a9", "ItemUrl": "sample string 2", "ItemId": "sample string 3", "TransactionId": "bc0301be-3a43-4c0c-a1a8-6606833bdb45", "LastExport": "2025-10-19T09:11:40.2187355+00:00", "LastImport": "2025-10-19T09:11:40.2187355+00:00", "IntegrationVersion": 7, "Properties": { "sample string 1": {}, "sample string 3": {} } } ], "Snapshots": [ { "Date": "2025-10-19T09:11:40.2187355+00:00", "StatusReportId": "a355c80c-7f5a-411a-85f1-8577cffaf94b", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "Date": "2025-10-19T09:11:40.2187355+00:00", "StatusReportId": "a355c80c-7f5a-411a-85f1-8577cffaf94b", "Fields": { "sample string 1": {}, "sample string 3": {} } } ], "SubPlans": [ "7febda09-f69e-4139-ba46-b21fa7c293ea", "24d71499-8f5e-4022-9f79-57ed9fc68a9a" ], "PlanNumber": "sample string 14", "RateTables": [ { "Id": "ef1f0d41-15ea-4530-b478-8de54aa04d36", "Name": "sample string 2", "Multipliers": [ { "Start": "2025-10-19T09:11:40.2187355+00:00", "End": "2025-10-19T09:11:40.2187355+00:00", "PercentRevenue": 3.0, "PercentCost": 4.0 }, { "Start": "2025-10-19T09:11:40.2187355+00:00", "End": "2025-10-19T09:11:40.2187355+00:00", "PercentRevenue": 3.0, "PercentCost": 4.0 } ], "ResourceRates": [ { "ResourceId": "a0204f87-3c47-4559-97dd-c60dfb709430", "BaseRate": 2.0 }, { "ResourceId": "a0204f87-3c47-4559-97dd-c60dfb709430", "BaseRate": 2.0 } ] }, { "Id": "ef1f0d41-15ea-4530-b478-8de54aa04d36", "Name": "sample string 2", "Multipliers": [ { "Start": "2025-10-19T09:11:40.2187355+00:00", "End": "2025-10-19T09:11:40.2187355+00:00", "PercentRevenue": 3.0, "PercentCost": 4.0 }, { "Start": "2025-10-19T09:11:40.2187355+00:00", "End": "2025-10-19T09:11:40.2187355+00:00", "PercentRevenue": 3.0, "PercentCost": 4.0 } ], "ResourceRates": [ { "ResourceId": "a0204f87-3c47-4559-97dd-c60dfb709430", "BaseRate": 2.0 }, { "ResourceId": "a0204f87-3c47-4559-97dd-c60dfb709430", "BaseRate": 2.0 } ] } ], "Splits": [ { "Field": "sample string 1", "Value": "c21684d1-3a51-49d9-a42a-9bfbcfdf3738", "Split": 3.0, "Values": { "sample string 1": 2.0, "sample string 3": 4.0 } }, { "Field": "sample string 1", "Value": "c21684d1-3a51-49d9-a42a-9bfbcfdf3738", "Split": 3.0, "Values": { "sample string 1": 2.0, "sample string 3": 4.0 } } ], "LockInfo": { "LockedSid": "bd742fc6-fd66-445c-872c-e7a3cb59cb9c", "LockedBy": "610b17c5-9ab3-439a-aae2-b2e501bbec17", "LockedDate": "2025-10-19T09:11:40.2187355+00:00" }, "LastLocation": "sample string 15", "StageGateFlow": { "Id": "c90f09f7-ed72-42f3-866c-4aa76d782b21", "CurrentGateId": "493812ca-a34e-4ce7-b716-60c352190a08", "EnteredGate": "2025-10-19T09:11:40.2187355+00:00", "ExitedGate": "2025-10-19T09:11:40.2187355+00:00", "GateClosed": true, "StepStarter": "7acfe3a7-8512-44d6-96f7-7d54b6dd3c74", "StepApprover": "e9b05330-aa91-4607-8a25-21269eca692e", "ApprovalState": 0, "StepState": 0, "Comments": "sample string 8", "Approvals": [ { "StepId": "ba074d65-b8d2-473d-a569-dfed8871edd8", "AutoApproved": true, "Completed": true, "Expired": true, "ExpiredReason": "sample string 5", "ApprovalStates": { "97170052-9869-48c0-bf0e-db2e32475928": { "TaskId": "304da132-f79e-4c4c-9065-520069a81d37", "Status": 0, "Comments": [ { "Id": "d5646909-c5a3-4c68-a694-5520f0213ffd", "UPN": "3da382df-9062-407b-bc6d-b51f7cf8be3c", "PostDate": "2025-10-19T09:11:40.2187355+00:00", "Comment": "sample string 4", "CC": [ "620a9825-dd9a-4be6-ac5f-810fcbc30f42", "c798b15c-ea72-47c6-bb3c-8b41cd256449" ], "Users": [ "192fe158-33dd-46ff-9ee2-befec5d19105", "d5e82bdf-8af0-4662-8599-e618db25523a" ] }, { "Id": "d5646909-c5a3-4c68-a694-5520f0213ffd", "UPN": "3da382df-9062-407b-bc6d-b51f7cf8be3c", "PostDate": "2025-10-19T09:11:40.2187355+00:00", "Comment": "sample string 4", "CC": [ "620a9825-dd9a-4be6-ac5f-810fcbc30f42", "c798b15c-ea72-47c6-bb3c-8b41cd256449" ], "Users": [ "192fe158-33dd-46ff-9ee2-befec5d19105", "d5e82bdf-8af0-4662-8599-e618db25523a" ] } ] }, "d97b3a96-dd55-4d7e-a5a3-8d8ed0fda88b": { "TaskId": "304da132-f79e-4c4c-9065-520069a81d37", "Status": 0, "Comments": [ { "Id": "d5646909-c5a3-4c68-a694-5520f0213ffd", "UPN": "3da382df-9062-407b-bc6d-b51f7cf8be3c", "PostDate": "2025-10-19T09:11:40.2187355+00:00", "Comment": "sample string 4", "CC": [ "620a9825-dd9a-4be6-ac5f-810fcbc30f42", "c798b15c-ea72-47c6-bb3c-8b41cd256449" ], "Users": [ "192fe158-33dd-46ff-9ee2-befec5d19105", "d5e82bdf-8af0-4662-8599-e618db25523a" ] }, { "Id": "d5646909-c5a3-4c68-a694-5520f0213ffd", "UPN": "3da382df-9062-407b-bc6d-b51f7cf8be3c", "PostDate": "2025-10-19T09:11:40.2187355+00:00", "Comment": "sample string 4", "CC": [ "620a9825-dd9a-4be6-ac5f-810fcbc30f42", "c798b15c-ea72-47c6-bb3c-8b41cd256449" ], "Users": [ "192fe158-33dd-46ff-9ee2-befec5d19105", "d5e82bdf-8af0-4662-8599-e618db25523a" ] } ] } } }, { "StepId": "ba074d65-b8d2-473d-a569-dfed8871edd8", "AutoApproved": true, "Completed": true, "Expired": true, "ExpiredReason": "sample string 5", "ApprovalStates": { "97170052-9869-48c0-bf0e-db2e32475928": { "TaskId": "304da132-f79e-4c4c-9065-520069a81d37", "Status": 0, "Comments": [ { "Id": "d5646909-c5a3-4c68-a694-5520f0213ffd", "UPN": "3da382df-9062-407b-bc6d-b51f7cf8be3c", "PostDate": "2025-10-19T09:11:40.2187355+00:00", "Comment": "sample string 4", "CC": [ "620a9825-dd9a-4be6-ac5f-810fcbc30f42", "c798b15c-ea72-47c6-bb3c-8b41cd256449" ], "Users": [ "192fe158-33dd-46ff-9ee2-befec5d19105", "d5e82bdf-8af0-4662-8599-e618db25523a" ] }, { "Id": "d5646909-c5a3-4c68-a694-5520f0213ffd", "UPN": "3da382df-9062-407b-bc6d-b51f7cf8be3c", "PostDate": "2025-10-19T09:11:40.2187355+00:00", "Comment": "sample string 4", "CC": [ "620a9825-dd9a-4be6-ac5f-810fcbc30f42", "c798b15c-ea72-47c6-bb3c-8b41cd256449" ], "Users": [ "192fe158-33dd-46ff-9ee2-befec5d19105", "d5e82bdf-8af0-4662-8599-e618db25523a" ] } ] }, "d97b3a96-dd55-4d7e-a5a3-8d8ed0fda88b": { "TaskId": "304da132-f79e-4c4c-9065-520069a81d37", "Status": 0, "Comments": [ { "Id": "d5646909-c5a3-4c68-a694-5520f0213ffd", "UPN": "3da382df-9062-407b-bc6d-b51f7cf8be3c", "PostDate": "2025-10-19T09:11:40.2187355+00:00", "Comment": "sample string 4", "CC": [ "620a9825-dd9a-4be6-ac5f-810fcbc30f42", "c798b15c-ea72-47c6-bb3c-8b41cd256449" ], "Users": [ "192fe158-33dd-46ff-9ee2-befec5d19105", "d5e82bdf-8af0-4662-8599-e618db25523a" ] }, { "Id": "d5646909-c5a3-4c68-a694-5520f0213ffd", "UPN": "3da382df-9062-407b-bc6d-b51f7cf8be3c", "PostDate": "2025-10-19T09:11:40.2187355+00:00", "Comment": "sample string 4", "CC": [ "620a9825-dd9a-4be6-ac5f-810fcbc30f42", "c798b15c-ea72-47c6-bb3c-8b41cd256449" ], "Users": [ "192fe158-33dd-46ff-9ee2-befec5d19105", "d5e82bdf-8af0-4662-8599-e618db25523a" ] } ] } } } ], "ApprovalsLog": [ { "StepId": "ba074d65-b8d2-473d-a569-dfed8871edd8", "AutoApproved": true, "Completed": true, "Expired": true, "ExpiredReason": "sample string 5", "ApprovalStates": { "97170052-9869-48c0-bf0e-db2e32475928": { "TaskId": "304da132-f79e-4c4c-9065-520069a81d37", "Status": 0, "Comments": [ { "Id": "d5646909-c5a3-4c68-a694-5520f0213ffd", "UPN": "3da382df-9062-407b-bc6d-b51f7cf8be3c", "PostDate": "2025-10-19T09:11:40.2187355+00:00", "Comment": "sample string 4", "CC": [ "620a9825-dd9a-4be6-ac5f-810fcbc30f42", "c798b15c-ea72-47c6-bb3c-8b41cd256449" ], "Users": [ "192fe158-33dd-46ff-9ee2-befec5d19105", "d5e82bdf-8af0-4662-8599-e618db25523a" ] }, { "Id": "d5646909-c5a3-4c68-a694-5520f0213ffd", "UPN": "3da382df-9062-407b-bc6d-b51f7cf8be3c", "PostDate": "2025-10-19T09:11:40.2187355+00:00", "Comment": "sample string 4", "CC": [ "620a9825-dd9a-4be6-ac5f-810fcbc30f42", "c798b15c-ea72-47c6-bb3c-8b41cd256449" ], "Users": [ "192fe158-33dd-46ff-9ee2-befec5d19105", "d5e82bdf-8af0-4662-8599-e618db25523a" ] } ] }, "d97b3a96-dd55-4d7e-a5a3-8d8ed0fda88b": { "TaskId": "304da132-f79e-4c4c-9065-520069a81d37", "Status": 0, "Comments": [ { "Id": "d5646909-c5a3-4c68-a694-5520f0213ffd", "UPN": "3da382df-9062-407b-bc6d-b51f7cf8be3c", "PostDate": "2025-10-19T09:11:40.2187355+00:00", "Comment": "sample string 4", "CC": [ "620a9825-dd9a-4be6-ac5f-810fcbc30f42", "c798b15c-ea72-47c6-bb3c-8b41cd256449" ], "Users": [ "192fe158-33dd-46ff-9ee2-befec5d19105", "d5e82bdf-8af0-4662-8599-e618db25523a" ] }, { "Id": "d5646909-c5a3-4c68-a694-5520f0213ffd", "UPN": "3da382df-9062-407b-bc6d-b51f7cf8be3c", "PostDate": "2025-10-19T09:11:40.2187355+00:00", "Comment": "sample string 4", "CC": [ "620a9825-dd9a-4be6-ac5f-810fcbc30f42", "c798b15c-ea72-47c6-bb3c-8b41cd256449" ], "Users": [ "192fe158-33dd-46ff-9ee2-befec5d19105", "d5e82bdf-8af0-4662-8599-e618db25523a" ] } ] } } }, { "StepId": "ba074d65-b8d2-473d-a569-dfed8871edd8", "AutoApproved": true, "Completed": true, "Expired": true, "ExpiredReason": "sample string 5", "ApprovalStates": { "97170052-9869-48c0-bf0e-db2e32475928": { "TaskId": "304da132-f79e-4c4c-9065-520069a81d37", "Status": 0, "Comments": [ { "Id": "d5646909-c5a3-4c68-a694-5520f0213ffd", "UPN": "3da382df-9062-407b-bc6d-b51f7cf8be3c", "PostDate": "2025-10-19T09:11:40.2187355+00:00", "Comment": "sample string 4", "CC": [ "620a9825-dd9a-4be6-ac5f-810fcbc30f42", "c798b15c-ea72-47c6-bb3c-8b41cd256449" ], "Users": [ "192fe158-33dd-46ff-9ee2-befec5d19105", "d5e82bdf-8af0-4662-8599-e618db25523a" ] }, { "Id": "d5646909-c5a3-4c68-a694-5520f0213ffd", "UPN": "3da382df-9062-407b-bc6d-b51f7cf8be3c", "PostDate": "2025-10-19T09:11:40.2187355+00:00", "Comment": "sample string 4", "CC": [ "620a9825-dd9a-4be6-ac5f-810fcbc30f42", "c798b15c-ea72-47c6-bb3c-8b41cd256449" ], "Users": [ "192fe158-33dd-46ff-9ee2-befec5d19105", "d5e82bdf-8af0-4662-8599-e618db25523a" ] } ] }, "d97b3a96-dd55-4d7e-a5a3-8d8ed0fda88b": { "TaskId": "304da132-f79e-4c4c-9065-520069a81d37", "Status": 0, "Comments": [ { "Id": "d5646909-c5a3-4c68-a694-5520f0213ffd", "UPN": "3da382df-9062-407b-bc6d-b51f7cf8be3c", "PostDate": "2025-10-19T09:11:40.2187355+00:00", "Comment": "sample string 4", "CC": [ "620a9825-dd9a-4be6-ac5f-810fcbc30f42", "c798b15c-ea72-47c6-bb3c-8b41cd256449" ], "Users": [ "192fe158-33dd-46ff-9ee2-befec5d19105", "d5e82bdf-8af0-4662-8599-e618db25523a" ] }, { "Id": "d5646909-c5a3-4c68-a694-5520f0213ffd", "UPN": "3da382df-9062-407b-bc6d-b51f7cf8be3c", "PostDate": "2025-10-19T09:11:40.2187355+00:00", "Comment": "sample string 4", "CC": [ "620a9825-dd9a-4be6-ac5f-810fcbc30f42", "c798b15c-ea72-47c6-bb3c-8b41cd256449" ], "Users": [ "192fe158-33dd-46ff-9ee2-befec5d19105", "d5e82bdf-8af0-4662-8599-e618db25523a" ] } ] } } } ], "RulesRejected": [ { "Id": "eb18271a-752f-464b-9f8f-9a2507a7192d", "Name": "sample string 2", "FailureText": "sample string 3", "Filter": "sample string 4" }, { "Id": "eb18271a-752f-464b-9f8f-9a2507a7192d", "Name": "sample string 2", "FailureText": "sample string 3", "Filter": "sample string 4" } ], "ApprovalRejectionOrFailReason": "sample string 9" }, "id": "c9fa22a9-e111-4382-b91d-f43b823d3654", "ConfigId": "6ed0c270-1532-4fda-b3e4-a77b31589fd6" }