POST api/workplan/{PlanId}/ratetables
Update Rate Tables
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanId | globally unique identifier |
Required |
Body Parameters
Collection of PlanRateTable| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Multipliers | Collection of PlanRateMultiplier |
None. |
|
| ResourceRates | Collection of ResourceRate |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": "5b81c1a1-ee95-4471-99db-cacd8d4a5c12",
"Name": "sample string 2",
"Multipliers": [
{
"Start": "2026-06-05T16:23:23.3942218+00:00",
"End": "2026-06-05T16:23:23.3942218+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
},
{
"Start": "2026-06-05T16:23:23.3942218+00:00",
"End": "2026-06-05T16:23:23.3942218+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
}
],
"ResourceRates": [
{
"ResourceId": "58acb0ce-fce0-48af-8820-773d5935873c",
"BaseRate": 2.0
},
{
"ResourceId": "58acb0ce-fce0-48af-8820-773d5935873c",
"BaseRate": 2.0
}
]
},
{
"Id": "5b81c1a1-ee95-4471-99db-cacd8d4a5c12",
"Name": "sample string 2",
"Multipliers": [
{
"Start": "2026-06-05T16:23:23.3942218+00:00",
"End": "2026-06-05T16:23:23.3942218+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
},
{
"Start": "2026-06-05T16:23:23.3942218+00:00",
"End": "2026-06-05T16:23:23.3942218+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
}
],
"ResourceRates": [
{
"ResourceId": "58acb0ce-fce0-48af-8820-773d5935873c",
"BaseRate": 2.0
},
{
"ResourceId": "58acb0ce-fce0-48af-8820-773d5935873c",
"BaseRate": 2.0
}
]
}
]
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": "0f72d85d-9397-414e-b6e5-febe820ec0b7",
"Created": "2026-06-05T16:23:23.3942218+00:00",
"Modified": "2026-06-05T16:23:23.3942218+00:00",
"Editor": "4f67ba52-980d-424f-92a5-e3e1adbb4797",
"PlannerTypeId": "bc8d3974-8774-45a4-b6ef-d7bc469da96a",
"ParentPlanId": "f4999430-7d05-45c8-9762-83736087ae97",
"PortfolioParentId": "e255ffc8-882c-4672-b24a-2f661a9bf96a",
"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": "9a85fad9-b93a-494b-ac6d-6763b6fd3228",
"UPN": "47861e23-4471-42ec-86dc-374bc3f2485c",
"PostDate": "2026-06-05T16:23:23.3942218+00:00",
"Comment": "sample string 4",
"CC": [
"75e22153-ff26-4b97-a041-fb8ab6f78f09",
"927b328e-3d78-48a7-a572-0eac069da24d"
],
"Users": [
"61ec4688-5097-4e56-a965-1a15998974d6",
"d9cadec5-accd-4391-b47b-55e471bd8868"
]
},
{
"Id": "9a85fad9-b93a-494b-ac6d-6763b6fd3228",
"UPN": "47861e23-4471-42ec-86dc-374bc3f2485c",
"PostDate": "2026-06-05T16:23:23.3942218+00:00",
"Comment": "sample string 4",
"CC": [
"75e22153-ff26-4b97-a041-fb8ab6f78f09",
"927b328e-3d78-48a7-a572-0eac069da24d"
],
"Users": [
"61ec4688-5097-4e56-a965-1a15998974d6",
"d9cadec5-accd-4391-b47b-55e471bd8868"
]
}
],
"LastComment": "2026-06-05T16:23:23.3942218+00:00",
"Integrations": [
{
"IntegrationId": "9a0798cd-e2b5-48b4-b079-0551266148a4",
"ItemUrl": "sample string 2",
"ItemId": "sample string 3",
"TransactionId": "ebf288aa-d6b3-479e-bb42-e8a37264e3d0",
"LastExport": "2026-06-05T16:23:23.3942218+00:00",
"LastImport": "2026-06-05T16:23:23.3942218+00:00",
"IntegrationVersion": 7,
"Properties": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"IntegrationId": "9a0798cd-e2b5-48b4-b079-0551266148a4",
"ItemUrl": "sample string 2",
"ItemId": "sample string 3",
"TransactionId": "ebf288aa-d6b3-479e-bb42-e8a37264e3d0",
"LastExport": "2026-06-05T16:23:23.3942218+00:00",
"LastImport": "2026-06-05T16:23:23.3942218+00:00",
"IntegrationVersion": 7,
"Properties": {
"sample string 1": {},
"sample string 3": {}
}
}
],
"Snapshots": [
{
"Date": "2026-06-05T16:23:23.3942218+00:00",
"StatusReportId": "afb67513-f3c3-4a38-b525-4e1f9a9a7c79",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"Date": "2026-06-05T16:23:23.3942218+00:00",
"StatusReportId": "afb67513-f3c3-4a38-b525-4e1f9a9a7c79",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
],
"SubPlans": [
"ba3cc536-d4f7-4216-9857-247e88df54e0",
"3896d711-0e03-4842-8c93-7585de1597ad"
],
"PlanNumber": "sample string 14",
"RateTables": [
{
"Id": "7b4903b7-e43a-4548-a59b-1a25c82b4f2d",
"Name": "sample string 2",
"Multipliers": [
{
"Start": "2026-06-05T16:23:23.3942218+00:00",
"End": "2026-06-05T16:23:23.3942218+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
},
{
"Start": "2026-06-05T16:23:23.3942218+00:00",
"End": "2026-06-05T16:23:23.3942218+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
}
],
"ResourceRates": [
{
"ResourceId": "9b4afd86-a305-424c-976e-aa04931bf58b",
"BaseRate": 2.0
},
{
"ResourceId": "9b4afd86-a305-424c-976e-aa04931bf58b",
"BaseRate": 2.0
}
]
},
{
"Id": "7b4903b7-e43a-4548-a59b-1a25c82b4f2d",
"Name": "sample string 2",
"Multipliers": [
{
"Start": "2026-06-05T16:23:23.3942218+00:00",
"End": "2026-06-05T16:23:23.3942218+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
},
{
"Start": "2026-06-05T16:23:23.3942218+00:00",
"End": "2026-06-05T16:23:23.3942218+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
}
],
"ResourceRates": [
{
"ResourceId": "9b4afd86-a305-424c-976e-aa04931bf58b",
"BaseRate": 2.0
},
{
"ResourceId": "9b4afd86-a305-424c-976e-aa04931bf58b",
"BaseRate": 2.0
}
]
}
],
"Splits": [
{
"Field": "sample string 1",
"Value": "c81776bc-981b-4f58-8d48-0232600180cf",
"Split": 3.0,
"Values": {
"sample string 1": 2.0,
"sample string 3": 4.0
}
},
{
"Field": "sample string 1",
"Value": "c81776bc-981b-4f58-8d48-0232600180cf",
"Split": 3.0,
"Values": {
"sample string 1": 2.0,
"sample string 3": 4.0
}
}
],
"LockInfo": {
"LockedSid": "0934fc0f-2a43-4654-a98b-7bb1297a9a46",
"LockedBy": "43bc387f-de8b-4352-8a44-d4025245a516",
"LockedDate": "2026-06-05T16:23:23.3942218+00:00"
},
"LastLocation": "sample string 15",
"StageGateFlow": {
"Id": "891fa9fa-452e-431e-8d7a-ac681296c9d8",
"CurrentGateId": "5bef8ccc-c99c-4562-b583-164ae4d76bed",
"EnteredGate": "2026-06-05T16:23:23.3942218+00:00",
"ExitedGate": "2026-06-05T16:23:23.3942218+00:00",
"GateClosed": true,
"StepStarter": "af1be829-310b-4588-91df-d09ddc7a6406",
"StepApprover": "5a5a5f8b-0eba-4aee-b70c-c66eb699ef54",
"ApprovalState": 0,
"StepState": 0,
"Comments": "sample string 8",
"Approvals": [
{
"StepId": "62cf3b17-a83b-4724-abe7-c04bb6b34e0c",
"AutoApproved": true,
"Completed": true,
"Expired": true,
"ExpiredReason": "sample string 5",
"ApprovalStates": {
"8e4c81b8-5aff-4681-a232-90c4d32c21d9": {
"TaskId": "aea9753d-b406-4957-9b98-d72fdfd2c612",
"Status": 0,
"Comments": [
{
"Id": "9a85fad9-b93a-494b-ac6d-6763b6fd3228",
"UPN": "47861e23-4471-42ec-86dc-374bc3f2485c",
"PostDate": "2026-06-05T16:23:23.3942218+00:00",
"Comment": "sample string 4",
"CC": [
"75e22153-ff26-4b97-a041-fb8ab6f78f09",
"927b328e-3d78-48a7-a572-0eac069da24d"
],
"Users": [
"61ec4688-5097-4e56-a965-1a15998974d6",
"d9cadec5-accd-4391-b47b-55e471bd8868"
]
},
{
"Id": "9a85fad9-b93a-494b-ac6d-6763b6fd3228",
"UPN": "47861e23-4471-42ec-86dc-374bc3f2485c",
"PostDate": "2026-06-05T16:23:23.3942218+00:00",
"Comment": "sample string 4",
"CC": [
"75e22153-ff26-4b97-a041-fb8ab6f78f09",
"927b328e-3d78-48a7-a572-0eac069da24d"
],
"Users": [
"61ec4688-5097-4e56-a965-1a15998974d6",
"d9cadec5-accd-4391-b47b-55e471bd8868"
]
}
]
},
"b3425baf-9d2e-4249-88b4-7f244ef83239": {
"TaskId": "aea9753d-b406-4957-9b98-d72fdfd2c612",
"Status": 0,
"Comments": [
{
"Id": "9a85fad9-b93a-494b-ac6d-6763b6fd3228",
"UPN": "47861e23-4471-42ec-86dc-374bc3f2485c",
"PostDate": "2026-06-05T16:23:23.3942218+00:00",
"Comment": "sample string 4",
"CC": [
"75e22153-ff26-4b97-a041-fb8ab6f78f09",
"927b328e-3d78-48a7-a572-0eac069da24d"
],
"Users": [
"61ec4688-5097-4e56-a965-1a15998974d6",
"d9cadec5-accd-4391-b47b-55e471bd8868"
]
},
{
"Id": "9a85fad9-b93a-494b-ac6d-6763b6fd3228",
"UPN": "47861e23-4471-42ec-86dc-374bc3f2485c",
"PostDate": "2026-06-05T16:23:23.3942218+00:00",
"Comment": "sample string 4",
"CC": [
"75e22153-ff26-4b97-a041-fb8ab6f78f09",
"927b328e-3d78-48a7-a572-0eac069da24d"
],
"Users": [
"61ec4688-5097-4e56-a965-1a15998974d6",
"d9cadec5-accd-4391-b47b-55e471bd8868"
]
}
]
}
}
},
{
"StepId": "62cf3b17-a83b-4724-abe7-c04bb6b34e0c",
"AutoApproved": true,
"Completed": true,
"Expired": true,
"ExpiredReason": "sample string 5",
"ApprovalStates": {
"8e4c81b8-5aff-4681-a232-90c4d32c21d9": {
"TaskId": "aea9753d-b406-4957-9b98-d72fdfd2c612",
"Status": 0,
"Comments": [
{
"Id": "9a85fad9-b93a-494b-ac6d-6763b6fd3228",
"UPN": "47861e23-4471-42ec-86dc-374bc3f2485c",
"PostDate": "2026-06-05T16:23:23.3942218+00:00",
"Comment": "sample string 4",
"CC": [
"75e22153-ff26-4b97-a041-fb8ab6f78f09",
"927b328e-3d78-48a7-a572-0eac069da24d"
],
"Users": [
"61ec4688-5097-4e56-a965-1a15998974d6",
"d9cadec5-accd-4391-b47b-55e471bd8868"
]
},
{
"Id": "9a85fad9-b93a-494b-ac6d-6763b6fd3228",
"UPN": "47861e23-4471-42ec-86dc-374bc3f2485c",
"PostDate": "2026-06-05T16:23:23.3942218+00:00",
"Comment": "sample string 4",
"CC": [
"75e22153-ff26-4b97-a041-fb8ab6f78f09",
"927b328e-3d78-48a7-a572-0eac069da24d"
],
"Users": [
"61ec4688-5097-4e56-a965-1a15998974d6",
"d9cadec5-accd-4391-b47b-55e471bd8868"
]
}
]
},
"b3425baf-9d2e-4249-88b4-7f244ef83239": {
"TaskId": "aea9753d-b406-4957-9b98-d72fdfd2c612",
"Status": 0,
"Comments": [
{
"Id": "9a85fad9-b93a-494b-ac6d-6763b6fd3228",
"UPN": "47861e23-4471-42ec-86dc-374bc3f2485c",
"PostDate": "2026-06-05T16:23:23.3942218+00:00",
"Comment": "sample string 4",
"CC": [
"75e22153-ff26-4b97-a041-fb8ab6f78f09",
"927b328e-3d78-48a7-a572-0eac069da24d"
],
"Users": [
"61ec4688-5097-4e56-a965-1a15998974d6",
"d9cadec5-accd-4391-b47b-55e471bd8868"
]
},
{
"Id": "9a85fad9-b93a-494b-ac6d-6763b6fd3228",
"UPN": "47861e23-4471-42ec-86dc-374bc3f2485c",
"PostDate": "2026-06-05T16:23:23.3942218+00:00",
"Comment": "sample string 4",
"CC": [
"75e22153-ff26-4b97-a041-fb8ab6f78f09",
"927b328e-3d78-48a7-a572-0eac069da24d"
],
"Users": [
"61ec4688-5097-4e56-a965-1a15998974d6",
"d9cadec5-accd-4391-b47b-55e471bd8868"
]
}
]
}
}
}
],
"ApprovalsLog": [
{
"StepId": "62cf3b17-a83b-4724-abe7-c04bb6b34e0c",
"AutoApproved": true,
"Completed": true,
"Expired": true,
"ExpiredReason": "sample string 5",
"ApprovalStates": {
"8e4c81b8-5aff-4681-a232-90c4d32c21d9": {
"TaskId": "aea9753d-b406-4957-9b98-d72fdfd2c612",
"Status": 0,
"Comments": [
{
"Id": "9a85fad9-b93a-494b-ac6d-6763b6fd3228",
"UPN": "47861e23-4471-42ec-86dc-374bc3f2485c",
"PostDate": "2026-06-05T16:23:23.3942218+00:00",
"Comment": "sample string 4",
"CC": [
"75e22153-ff26-4b97-a041-fb8ab6f78f09",
"927b328e-3d78-48a7-a572-0eac069da24d"
],
"Users": [
"61ec4688-5097-4e56-a965-1a15998974d6",
"d9cadec5-accd-4391-b47b-55e471bd8868"
]
},
{
"Id": "9a85fad9-b93a-494b-ac6d-6763b6fd3228",
"UPN": "47861e23-4471-42ec-86dc-374bc3f2485c",
"PostDate": "2026-06-05T16:23:23.3942218+00:00",
"Comment": "sample string 4",
"CC": [
"75e22153-ff26-4b97-a041-fb8ab6f78f09",
"927b328e-3d78-48a7-a572-0eac069da24d"
],
"Users": [
"61ec4688-5097-4e56-a965-1a15998974d6",
"d9cadec5-accd-4391-b47b-55e471bd8868"
]
}
]
},
"b3425baf-9d2e-4249-88b4-7f244ef83239": {
"TaskId": "aea9753d-b406-4957-9b98-d72fdfd2c612",
"Status": 0,
"Comments": [
{
"Id": "9a85fad9-b93a-494b-ac6d-6763b6fd3228",
"UPN": "47861e23-4471-42ec-86dc-374bc3f2485c",
"PostDate": "2026-06-05T16:23:23.3942218+00:00",
"Comment": "sample string 4",
"CC": [
"75e22153-ff26-4b97-a041-fb8ab6f78f09",
"927b328e-3d78-48a7-a572-0eac069da24d"
],
"Users": [
"61ec4688-5097-4e56-a965-1a15998974d6",
"d9cadec5-accd-4391-b47b-55e471bd8868"
]
},
{
"Id": "9a85fad9-b93a-494b-ac6d-6763b6fd3228",
"UPN": "47861e23-4471-42ec-86dc-374bc3f2485c",
"PostDate": "2026-06-05T16:23:23.3942218+00:00",
"Comment": "sample string 4",
"CC": [
"75e22153-ff26-4b97-a041-fb8ab6f78f09",
"927b328e-3d78-48a7-a572-0eac069da24d"
],
"Users": [
"61ec4688-5097-4e56-a965-1a15998974d6",
"d9cadec5-accd-4391-b47b-55e471bd8868"
]
}
]
}
}
},
{
"StepId": "62cf3b17-a83b-4724-abe7-c04bb6b34e0c",
"AutoApproved": true,
"Completed": true,
"Expired": true,
"ExpiredReason": "sample string 5",
"ApprovalStates": {
"8e4c81b8-5aff-4681-a232-90c4d32c21d9": {
"TaskId": "aea9753d-b406-4957-9b98-d72fdfd2c612",
"Status": 0,
"Comments": [
{
"Id": "9a85fad9-b93a-494b-ac6d-6763b6fd3228",
"UPN": "47861e23-4471-42ec-86dc-374bc3f2485c",
"PostDate": "2026-06-05T16:23:23.3942218+00:00",
"Comment": "sample string 4",
"CC": [
"75e22153-ff26-4b97-a041-fb8ab6f78f09",
"927b328e-3d78-48a7-a572-0eac069da24d"
],
"Users": [
"61ec4688-5097-4e56-a965-1a15998974d6",
"d9cadec5-accd-4391-b47b-55e471bd8868"
]
},
{
"Id": "9a85fad9-b93a-494b-ac6d-6763b6fd3228",
"UPN": "47861e23-4471-42ec-86dc-374bc3f2485c",
"PostDate": "2026-06-05T16:23:23.3942218+00:00",
"Comment": "sample string 4",
"CC": [
"75e22153-ff26-4b97-a041-fb8ab6f78f09",
"927b328e-3d78-48a7-a572-0eac069da24d"
],
"Users": [
"61ec4688-5097-4e56-a965-1a15998974d6",
"d9cadec5-accd-4391-b47b-55e471bd8868"
]
}
]
},
"b3425baf-9d2e-4249-88b4-7f244ef83239": {
"TaskId": "aea9753d-b406-4957-9b98-d72fdfd2c612",
"Status": 0,
"Comments": [
{
"Id": "9a85fad9-b93a-494b-ac6d-6763b6fd3228",
"UPN": "47861e23-4471-42ec-86dc-374bc3f2485c",
"PostDate": "2026-06-05T16:23:23.3942218+00:00",
"Comment": "sample string 4",
"CC": [
"75e22153-ff26-4b97-a041-fb8ab6f78f09",
"927b328e-3d78-48a7-a572-0eac069da24d"
],
"Users": [
"61ec4688-5097-4e56-a965-1a15998974d6",
"d9cadec5-accd-4391-b47b-55e471bd8868"
]
},
{
"Id": "9a85fad9-b93a-494b-ac6d-6763b6fd3228",
"UPN": "47861e23-4471-42ec-86dc-374bc3f2485c",
"PostDate": "2026-06-05T16:23:23.3942218+00:00",
"Comment": "sample string 4",
"CC": [
"75e22153-ff26-4b97-a041-fb8ab6f78f09",
"927b328e-3d78-48a7-a572-0eac069da24d"
],
"Users": [
"61ec4688-5097-4e56-a965-1a15998974d6",
"d9cadec5-accd-4391-b47b-55e471bd8868"
]
}
]
}
}
}
],
"RulesRejected": [
{
"Id": "65e54650-3b22-46c2-a9cd-9c47ba97e89d",
"Name": "sample string 2",
"FailureText": "sample string 3",
"Filter": "sample string 4"
},
{
"Id": "65e54650-3b22-46c2-a9cd-9c47ba97e89d",
"Name": "sample string 2",
"FailureText": "sample string 3",
"Filter": "sample string 4"
}
],
"ApprovalRejectionOrFailReason": "sample string 9"
},
"id": "5b463739-d3df-4098-a62c-a678a7549107",
"ConfigId": "789f7466-e3e9-432f-a72b-51ce96c93922"
}