POST api/workplan/{id}/updatefragment
Save workplan as fragment
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
FragmentInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Category | string |
None. |
|
| WorkTypes | string |
None. |
|
| Personal | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Description": "sample string 2",
"Category": "sample string 3",
"WorkTypes": "sample string 4",
"Personal": true
}
Response Information
Resource Description
WorkPlan| Name | 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": "0453aeac-9a04-42cb-a63c-b2bfc907d25b",
"Created": "2025-12-03T13:04:45.1929408+00:00",
"Modified": "2025-12-03T13:04:45.1929408+00:00",
"Editor": "a77eb459-ed86-4c2e-837b-0a08d20d594f",
"PlannerTypeId": "aea7ff79-0229-45e4-af40-7d7a0a71527d",
"ParentPlanId": "e8d78453-c720-4393-9a19-652c0f4c222f",
"PortfolioParentId": "124b557a-e974-4e60-94a2-07bef81b29be",
"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": "ff2a2834-0fcf-4eb0-8198-3b53b9814347",
"UPN": "c9ea4c4b-39d1-4445-806d-d010495c1f78",
"PostDate": "2025-12-03T13:04:45.1929408+00:00",
"Comment": "sample string 4",
"CC": [
"671f0478-a638-4348-8136-7439925bdab5",
"054d9ec4-d90b-4dc4-ae30-39168c8b3d89"
],
"Users": [
"67b33bd8-426b-45e3-a6aa-75eec1add05c",
"cd8683bf-3a44-4cde-b8f6-e39e9788de51"
]
},
{
"Id": "ff2a2834-0fcf-4eb0-8198-3b53b9814347",
"UPN": "c9ea4c4b-39d1-4445-806d-d010495c1f78",
"PostDate": "2025-12-03T13:04:45.1929408+00:00",
"Comment": "sample string 4",
"CC": [
"671f0478-a638-4348-8136-7439925bdab5",
"054d9ec4-d90b-4dc4-ae30-39168c8b3d89"
],
"Users": [
"67b33bd8-426b-45e3-a6aa-75eec1add05c",
"cd8683bf-3a44-4cde-b8f6-e39e9788de51"
]
}
],
"LastComment": "2025-12-03T13:04:45.1929408+00:00",
"Integrations": [
{
"IntegrationId": "760bb6f5-a943-4b01-8def-ff07c656277b",
"ItemUrl": "sample string 2",
"ItemId": "sample string 3",
"TransactionId": "8f6153d6-6972-49a0-9435-45f1b86156f4",
"LastExport": "2025-12-03T13:04:45.1929408+00:00",
"LastImport": "2025-12-03T13:04:45.1929408+00:00",
"IntegrationVersion": 7,
"Properties": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"IntegrationId": "760bb6f5-a943-4b01-8def-ff07c656277b",
"ItemUrl": "sample string 2",
"ItemId": "sample string 3",
"TransactionId": "8f6153d6-6972-49a0-9435-45f1b86156f4",
"LastExport": "2025-12-03T13:04:45.1929408+00:00",
"LastImport": "2025-12-03T13:04:45.1929408+00:00",
"IntegrationVersion": 7,
"Properties": {
"sample string 1": {},
"sample string 3": {}
}
}
],
"Snapshots": [
{
"Date": "2025-12-03T13:04:45.1929408+00:00",
"StatusReportId": "634be643-cfde-4992-8589-912e479f65cd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"Date": "2025-12-03T13:04:45.1929408+00:00",
"StatusReportId": "634be643-cfde-4992-8589-912e479f65cd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
],
"SubPlans": [
"1cce5d34-11fc-4fd5-9c67-4f1c6707d255",
"466906e0-2314-4f37-8be4-46bdbfbb4441"
],
"PlanNumber": "sample string 14",
"RateTables": [
{
"Id": "4fad3f7a-bd79-4a2f-8d96-3f00c2b410af",
"Name": "sample string 2",
"Multipliers": [
{
"Start": "2025-12-03T13:04:45.1929408+00:00",
"End": "2025-12-03T13:04:45.1929408+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
},
{
"Start": "2025-12-03T13:04:45.1929408+00:00",
"End": "2025-12-03T13:04:45.1929408+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
}
],
"ResourceRates": [
{
"ResourceId": "3bff1b21-5072-4dc2-88f5-d406d88aa9ef",
"BaseRate": 2.0
},
{
"ResourceId": "3bff1b21-5072-4dc2-88f5-d406d88aa9ef",
"BaseRate": 2.0
}
]
},
{
"Id": "4fad3f7a-bd79-4a2f-8d96-3f00c2b410af",
"Name": "sample string 2",
"Multipliers": [
{
"Start": "2025-12-03T13:04:45.1929408+00:00",
"End": "2025-12-03T13:04:45.1929408+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
},
{
"Start": "2025-12-03T13:04:45.1929408+00:00",
"End": "2025-12-03T13:04:45.1929408+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
}
],
"ResourceRates": [
{
"ResourceId": "3bff1b21-5072-4dc2-88f5-d406d88aa9ef",
"BaseRate": 2.0
},
{
"ResourceId": "3bff1b21-5072-4dc2-88f5-d406d88aa9ef",
"BaseRate": 2.0
}
]
}
],
"Splits": [
{
"Field": "sample string 1",
"Value": "afe68526-90cc-4784-b48d-3ba4a4bdd90b",
"Split": 3.0,
"Values": {
"sample string 1": 2.0,
"sample string 3": 4.0
}
},
{
"Field": "sample string 1",
"Value": "afe68526-90cc-4784-b48d-3ba4a4bdd90b",
"Split": 3.0,
"Values": {
"sample string 1": 2.0,
"sample string 3": 4.0
}
}
],
"LockInfo": {
"LockedSid": "52e5124d-2b4a-4f90-bfcb-bae6949a2a04",
"LockedBy": "ce1c4d6e-0d43-4105-b636-1c5ab6b81af7",
"LockedDate": "2025-12-03T13:04:45.1929408+00:00"
},
"LastLocation": "sample string 15",
"StageGateFlow": {
"Id": "2c18830d-c43d-4a28-96b8-dc9ad419d5be",
"CurrentGateId": "6cb2fcf7-db32-4a3e-a1a2-a5ecf4b6877f",
"EnteredGate": "2025-12-03T13:04:45.1929408+00:00",
"ExitedGate": "2025-12-03T13:04:45.1929408+00:00",
"GateClosed": true,
"StepStarter": "75b6603e-5450-44f8-a96d-253bfc0a3ed3",
"StepApprover": "bcb0c2ef-ca16-42d7-9b6b-780fd61a8f1a",
"ApprovalState": 0,
"StepState": 0,
"Comments": "sample string 8",
"Approvals": [
{
"StepId": "75855474-b509-441d-94a2-8bb566df97ad",
"AutoApproved": true,
"Completed": true,
"Expired": true,
"ExpiredReason": "sample string 5",
"ApprovalStates": {
"6f145187-68dd-4ea0-8a2c-a2a8146b45dd": {
"TaskId": "fb2e418d-5f6b-457c-ba81-6f4d0eecf924",
"Status": 0,
"Comments": [
{
"Id": "ff2a2834-0fcf-4eb0-8198-3b53b9814347",
"UPN": "c9ea4c4b-39d1-4445-806d-d010495c1f78",
"PostDate": "2025-12-03T13:04:45.1929408+00:00",
"Comment": "sample string 4",
"CC": [
"671f0478-a638-4348-8136-7439925bdab5",
"054d9ec4-d90b-4dc4-ae30-39168c8b3d89"
],
"Users": [
"67b33bd8-426b-45e3-a6aa-75eec1add05c",
"cd8683bf-3a44-4cde-b8f6-e39e9788de51"
]
},
{
"Id": "ff2a2834-0fcf-4eb0-8198-3b53b9814347",
"UPN": "c9ea4c4b-39d1-4445-806d-d010495c1f78",
"PostDate": "2025-12-03T13:04:45.1929408+00:00",
"Comment": "sample string 4",
"CC": [
"671f0478-a638-4348-8136-7439925bdab5",
"054d9ec4-d90b-4dc4-ae30-39168c8b3d89"
],
"Users": [
"67b33bd8-426b-45e3-a6aa-75eec1add05c",
"cd8683bf-3a44-4cde-b8f6-e39e9788de51"
]
}
]
},
"6e52b348-eb9c-4812-93c3-1527f8fddf5c": {
"TaskId": "fb2e418d-5f6b-457c-ba81-6f4d0eecf924",
"Status": 0,
"Comments": [
{
"Id": "ff2a2834-0fcf-4eb0-8198-3b53b9814347",
"UPN": "c9ea4c4b-39d1-4445-806d-d010495c1f78",
"PostDate": "2025-12-03T13:04:45.1929408+00:00",
"Comment": "sample string 4",
"CC": [
"671f0478-a638-4348-8136-7439925bdab5",
"054d9ec4-d90b-4dc4-ae30-39168c8b3d89"
],
"Users": [
"67b33bd8-426b-45e3-a6aa-75eec1add05c",
"cd8683bf-3a44-4cde-b8f6-e39e9788de51"
]
},
{
"Id": "ff2a2834-0fcf-4eb0-8198-3b53b9814347",
"UPN": "c9ea4c4b-39d1-4445-806d-d010495c1f78",
"PostDate": "2025-12-03T13:04:45.1929408+00:00",
"Comment": "sample string 4",
"CC": [
"671f0478-a638-4348-8136-7439925bdab5",
"054d9ec4-d90b-4dc4-ae30-39168c8b3d89"
],
"Users": [
"67b33bd8-426b-45e3-a6aa-75eec1add05c",
"cd8683bf-3a44-4cde-b8f6-e39e9788de51"
]
}
]
}
}
},
{
"StepId": "75855474-b509-441d-94a2-8bb566df97ad",
"AutoApproved": true,
"Completed": true,
"Expired": true,
"ExpiredReason": "sample string 5",
"ApprovalStates": {
"6f145187-68dd-4ea0-8a2c-a2a8146b45dd": {
"TaskId": "fb2e418d-5f6b-457c-ba81-6f4d0eecf924",
"Status": 0,
"Comments": [
{
"Id": "ff2a2834-0fcf-4eb0-8198-3b53b9814347",
"UPN": "c9ea4c4b-39d1-4445-806d-d010495c1f78",
"PostDate": "2025-12-03T13:04:45.1929408+00:00",
"Comment": "sample string 4",
"CC": [
"671f0478-a638-4348-8136-7439925bdab5",
"054d9ec4-d90b-4dc4-ae30-39168c8b3d89"
],
"Users": [
"67b33bd8-426b-45e3-a6aa-75eec1add05c",
"cd8683bf-3a44-4cde-b8f6-e39e9788de51"
]
},
{
"Id": "ff2a2834-0fcf-4eb0-8198-3b53b9814347",
"UPN": "c9ea4c4b-39d1-4445-806d-d010495c1f78",
"PostDate": "2025-12-03T13:04:45.1929408+00:00",
"Comment": "sample string 4",
"CC": [
"671f0478-a638-4348-8136-7439925bdab5",
"054d9ec4-d90b-4dc4-ae30-39168c8b3d89"
],
"Users": [
"67b33bd8-426b-45e3-a6aa-75eec1add05c",
"cd8683bf-3a44-4cde-b8f6-e39e9788de51"
]
}
]
},
"6e52b348-eb9c-4812-93c3-1527f8fddf5c": {
"TaskId": "fb2e418d-5f6b-457c-ba81-6f4d0eecf924",
"Status": 0,
"Comments": [
{
"Id": "ff2a2834-0fcf-4eb0-8198-3b53b9814347",
"UPN": "c9ea4c4b-39d1-4445-806d-d010495c1f78",
"PostDate": "2025-12-03T13:04:45.1929408+00:00",
"Comment": "sample string 4",
"CC": [
"671f0478-a638-4348-8136-7439925bdab5",
"054d9ec4-d90b-4dc4-ae30-39168c8b3d89"
],
"Users": [
"67b33bd8-426b-45e3-a6aa-75eec1add05c",
"cd8683bf-3a44-4cde-b8f6-e39e9788de51"
]
},
{
"Id": "ff2a2834-0fcf-4eb0-8198-3b53b9814347",
"UPN": "c9ea4c4b-39d1-4445-806d-d010495c1f78",
"PostDate": "2025-12-03T13:04:45.1929408+00:00",
"Comment": "sample string 4",
"CC": [
"671f0478-a638-4348-8136-7439925bdab5",
"054d9ec4-d90b-4dc4-ae30-39168c8b3d89"
],
"Users": [
"67b33bd8-426b-45e3-a6aa-75eec1add05c",
"cd8683bf-3a44-4cde-b8f6-e39e9788de51"
]
}
]
}
}
}
],
"ApprovalsLog": [
{
"StepId": "75855474-b509-441d-94a2-8bb566df97ad",
"AutoApproved": true,
"Completed": true,
"Expired": true,
"ExpiredReason": "sample string 5",
"ApprovalStates": {
"6f145187-68dd-4ea0-8a2c-a2a8146b45dd": {
"TaskId": "fb2e418d-5f6b-457c-ba81-6f4d0eecf924",
"Status": 0,
"Comments": [
{
"Id": "ff2a2834-0fcf-4eb0-8198-3b53b9814347",
"UPN": "c9ea4c4b-39d1-4445-806d-d010495c1f78",
"PostDate": "2025-12-03T13:04:45.1929408+00:00",
"Comment": "sample string 4",
"CC": [
"671f0478-a638-4348-8136-7439925bdab5",
"054d9ec4-d90b-4dc4-ae30-39168c8b3d89"
],
"Users": [
"67b33bd8-426b-45e3-a6aa-75eec1add05c",
"cd8683bf-3a44-4cde-b8f6-e39e9788de51"
]
},
{
"Id": "ff2a2834-0fcf-4eb0-8198-3b53b9814347",
"UPN": "c9ea4c4b-39d1-4445-806d-d010495c1f78",
"PostDate": "2025-12-03T13:04:45.1929408+00:00",
"Comment": "sample string 4",
"CC": [
"671f0478-a638-4348-8136-7439925bdab5",
"054d9ec4-d90b-4dc4-ae30-39168c8b3d89"
],
"Users": [
"67b33bd8-426b-45e3-a6aa-75eec1add05c",
"cd8683bf-3a44-4cde-b8f6-e39e9788de51"
]
}
]
},
"6e52b348-eb9c-4812-93c3-1527f8fddf5c": {
"TaskId": "fb2e418d-5f6b-457c-ba81-6f4d0eecf924",
"Status": 0,
"Comments": [
{
"Id": "ff2a2834-0fcf-4eb0-8198-3b53b9814347",
"UPN": "c9ea4c4b-39d1-4445-806d-d010495c1f78",
"PostDate": "2025-12-03T13:04:45.1929408+00:00",
"Comment": "sample string 4",
"CC": [
"671f0478-a638-4348-8136-7439925bdab5",
"054d9ec4-d90b-4dc4-ae30-39168c8b3d89"
],
"Users": [
"67b33bd8-426b-45e3-a6aa-75eec1add05c",
"cd8683bf-3a44-4cde-b8f6-e39e9788de51"
]
},
{
"Id": "ff2a2834-0fcf-4eb0-8198-3b53b9814347",
"UPN": "c9ea4c4b-39d1-4445-806d-d010495c1f78",
"PostDate": "2025-12-03T13:04:45.1929408+00:00",
"Comment": "sample string 4",
"CC": [
"671f0478-a638-4348-8136-7439925bdab5",
"054d9ec4-d90b-4dc4-ae30-39168c8b3d89"
],
"Users": [
"67b33bd8-426b-45e3-a6aa-75eec1add05c",
"cd8683bf-3a44-4cde-b8f6-e39e9788de51"
]
}
]
}
}
},
{
"StepId": "75855474-b509-441d-94a2-8bb566df97ad",
"AutoApproved": true,
"Completed": true,
"Expired": true,
"ExpiredReason": "sample string 5",
"ApprovalStates": {
"6f145187-68dd-4ea0-8a2c-a2a8146b45dd": {
"TaskId": "fb2e418d-5f6b-457c-ba81-6f4d0eecf924",
"Status": 0,
"Comments": [
{
"Id": "ff2a2834-0fcf-4eb0-8198-3b53b9814347",
"UPN": "c9ea4c4b-39d1-4445-806d-d010495c1f78",
"PostDate": "2025-12-03T13:04:45.1929408+00:00",
"Comment": "sample string 4",
"CC": [
"671f0478-a638-4348-8136-7439925bdab5",
"054d9ec4-d90b-4dc4-ae30-39168c8b3d89"
],
"Users": [
"67b33bd8-426b-45e3-a6aa-75eec1add05c",
"cd8683bf-3a44-4cde-b8f6-e39e9788de51"
]
},
{
"Id": "ff2a2834-0fcf-4eb0-8198-3b53b9814347",
"UPN": "c9ea4c4b-39d1-4445-806d-d010495c1f78",
"PostDate": "2025-12-03T13:04:45.1929408+00:00",
"Comment": "sample string 4",
"CC": [
"671f0478-a638-4348-8136-7439925bdab5",
"054d9ec4-d90b-4dc4-ae30-39168c8b3d89"
],
"Users": [
"67b33bd8-426b-45e3-a6aa-75eec1add05c",
"cd8683bf-3a44-4cde-b8f6-e39e9788de51"
]
}
]
},
"6e52b348-eb9c-4812-93c3-1527f8fddf5c": {
"TaskId": "fb2e418d-5f6b-457c-ba81-6f4d0eecf924",
"Status": 0,
"Comments": [
{
"Id": "ff2a2834-0fcf-4eb0-8198-3b53b9814347",
"UPN": "c9ea4c4b-39d1-4445-806d-d010495c1f78",
"PostDate": "2025-12-03T13:04:45.1929408+00:00",
"Comment": "sample string 4",
"CC": [
"671f0478-a638-4348-8136-7439925bdab5",
"054d9ec4-d90b-4dc4-ae30-39168c8b3d89"
],
"Users": [
"67b33bd8-426b-45e3-a6aa-75eec1add05c",
"cd8683bf-3a44-4cde-b8f6-e39e9788de51"
]
},
{
"Id": "ff2a2834-0fcf-4eb0-8198-3b53b9814347",
"UPN": "c9ea4c4b-39d1-4445-806d-d010495c1f78",
"PostDate": "2025-12-03T13:04:45.1929408+00:00",
"Comment": "sample string 4",
"CC": [
"671f0478-a638-4348-8136-7439925bdab5",
"054d9ec4-d90b-4dc4-ae30-39168c8b3d89"
],
"Users": [
"67b33bd8-426b-45e3-a6aa-75eec1add05c",
"cd8683bf-3a44-4cde-b8f6-e39e9788de51"
]
}
]
}
}
}
],
"RulesRejected": [
{
"Id": "fcd43b8a-1ce8-42ca-9947-de9dd68b16b2",
"Name": "sample string 2",
"FailureText": "sample string 3",
"Filter": "sample string 4"
},
{
"Id": "fcd43b8a-1ce8-42ca-9947-de9dd68b16b2",
"Name": "sample string 2",
"FailureText": "sample string 3",
"Filter": "sample string 4"
}
],
"ApprovalRejectionOrFailReason": "sample string 9"
},
"id": "64e90a54-98c1-460d-b2d0-f81509813b31",
"ConfigId": "2d5fab8b-1490-461d-982f-d34fee940483"
}