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": "a978eae3-7ee4-445d-bd05-5497cde46a14",
"Name": "sample string 2",
"Multipliers": [
{
"Start": "2026-07-01T16:20:40.4477711+00:00",
"End": "2026-07-01T16:20:40.4477711+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
},
{
"Start": "2026-07-01T16:20:40.4477711+00:00",
"End": "2026-07-01T16:20:40.4477711+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
}
],
"ResourceRates": [
{
"ResourceId": "c51ffc9b-7685-4d01-8d0b-1ffd49406fae",
"BaseRate": 2.0
},
{
"ResourceId": "c51ffc9b-7685-4d01-8d0b-1ffd49406fae",
"BaseRate": 2.0
}
]
},
{
"Id": "a978eae3-7ee4-445d-bd05-5497cde46a14",
"Name": "sample string 2",
"Multipliers": [
{
"Start": "2026-07-01T16:20:40.4477711+00:00",
"End": "2026-07-01T16:20:40.4477711+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
},
{
"Start": "2026-07-01T16:20:40.4477711+00:00",
"End": "2026-07-01T16:20:40.4477711+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
}
],
"ResourceRates": [
{
"ResourceId": "c51ffc9b-7685-4d01-8d0b-1ffd49406fae",
"BaseRate": 2.0
},
{
"ResourceId": "c51ffc9b-7685-4d01-8d0b-1ffd49406fae",
"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": "6ea7a2ab-ec54-41a2-b5e6-618490f16416",
"Created": "2026-07-01T16:20:40.4477711+00:00",
"Modified": "2026-07-01T16:20:40.4477711+00:00",
"Editor": "d8228b29-e609-4fbd-b0b2-b3fef08a279d",
"PlannerTypeId": "76e4c5f7-c546-4356-89ad-4bc22d6c212b",
"ParentPlanId": "5685fbf7-95a3-48f9-99ec-581e6ad38001",
"PortfolioParentId": "3a198d9f-48e6-4b0b-a4e8-14cd9b2c75cf",
"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": "4edbacae-524e-4cb1-b387-32662827e9d7",
"UPN": "457e2275-3df6-4502-b911-3ed5eac7d35a",
"PostDate": "2026-07-01T16:20:40.4477711+00:00",
"Comment": "sample string 4",
"CC": [
"b6958a8d-4d53-40e7-97c2-63098bbbcbe2",
"c8420c55-0bfb-4f59-a4e6-7ac729e17123"
],
"Users": [
"662b776b-aed4-425b-a322-2f295a270d97",
"25279f19-43ee-430a-8417-f11ebe660926"
]
},
{
"Id": "4edbacae-524e-4cb1-b387-32662827e9d7",
"UPN": "457e2275-3df6-4502-b911-3ed5eac7d35a",
"PostDate": "2026-07-01T16:20:40.4477711+00:00",
"Comment": "sample string 4",
"CC": [
"b6958a8d-4d53-40e7-97c2-63098bbbcbe2",
"c8420c55-0bfb-4f59-a4e6-7ac729e17123"
],
"Users": [
"662b776b-aed4-425b-a322-2f295a270d97",
"25279f19-43ee-430a-8417-f11ebe660926"
]
}
],
"LastComment": "2026-07-01T16:20:40.4477711+00:00",
"Integrations": [
{
"IntegrationId": "da7f8625-4b7b-44ef-a03f-ab9daa8b1e3a",
"ItemUrl": "sample string 2",
"ItemId": "sample string 3",
"TransactionId": "ebc99811-3e10-4628-a42b-3997eed35ba3",
"LastExport": "2026-07-01T16:20:40.4477711+00:00",
"LastImport": "2026-07-01T16:20:40.4477711+00:00",
"IntegrationVersion": 7,
"Properties": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"IntegrationId": "da7f8625-4b7b-44ef-a03f-ab9daa8b1e3a",
"ItemUrl": "sample string 2",
"ItemId": "sample string 3",
"TransactionId": "ebc99811-3e10-4628-a42b-3997eed35ba3",
"LastExport": "2026-07-01T16:20:40.4477711+00:00",
"LastImport": "2026-07-01T16:20:40.4477711+00:00",
"IntegrationVersion": 7,
"Properties": {
"sample string 1": {},
"sample string 3": {}
}
}
],
"Snapshots": [
{
"Date": "2026-07-01T16:20:40.4477711+00:00",
"StatusReportId": "b14395a2-b80b-46fe-b9a3-5922ac11d4e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"Date": "2026-07-01T16:20:40.4477711+00:00",
"StatusReportId": "b14395a2-b80b-46fe-b9a3-5922ac11d4e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
],
"SubPlans": [
"13ebc8b3-7bef-4207-af60-7cc4c3275a54",
"cfc8632f-cca2-497f-aa57-9d86a6d6a461"
],
"PlanNumber": "sample string 14",
"RateTables": [
{
"Id": "b0051e0b-ccb3-4e47-bd8c-6444787740da",
"Name": "sample string 2",
"Multipliers": [
{
"Start": "2026-07-01T16:20:40.4477711+00:00",
"End": "2026-07-01T16:20:40.4477711+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
},
{
"Start": "2026-07-01T16:20:40.4477711+00:00",
"End": "2026-07-01T16:20:40.4477711+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
}
],
"ResourceRates": [
{
"ResourceId": "f9cbbbf5-f3fe-45fa-a176-301c2713a3d8",
"BaseRate": 2.0
},
{
"ResourceId": "f9cbbbf5-f3fe-45fa-a176-301c2713a3d8",
"BaseRate": 2.0
}
]
},
{
"Id": "b0051e0b-ccb3-4e47-bd8c-6444787740da",
"Name": "sample string 2",
"Multipliers": [
{
"Start": "2026-07-01T16:20:40.4477711+00:00",
"End": "2026-07-01T16:20:40.4477711+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
},
{
"Start": "2026-07-01T16:20:40.4477711+00:00",
"End": "2026-07-01T16:20:40.4477711+00:00",
"PercentRevenue": 3.0,
"PercentCost": 4.0
}
],
"ResourceRates": [
{
"ResourceId": "f9cbbbf5-f3fe-45fa-a176-301c2713a3d8",
"BaseRate": 2.0
},
{
"ResourceId": "f9cbbbf5-f3fe-45fa-a176-301c2713a3d8",
"BaseRate": 2.0
}
]
}
],
"Splits": [
{
"Field": "sample string 1",
"Value": "0a1adbb2-c526-414d-9bb1-e5ad50c94ae3",
"Split": 3.0,
"Values": {
"sample string 1": 2.0,
"sample string 3": 4.0
}
},
{
"Field": "sample string 1",
"Value": "0a1adbb2-c526-414d-9bb1-e5ad50c94ae3",
"Split": 3.0,
"Values": {
"sample string 1": 2.0,
"sample string 3": 4.0
}
}
],
"LockInfo": {
"LockedSid": "b57b1058-858d-4e07-8e33-1a5420ff8a98",
"LockedBy": "32a9b4a7-1fc0-40b6-8d79-e244b41820c0",
"LockedDate": "2026-07-01T16:20:40.4477711+00:00"
},
"LastLocation": "sample string 15",
"StageGateFlow": {
"Id": "9a5239d2-37e6-4e6f-8610-d92bad900cc1",
"CurrentGateId": "01ae9b46-e2b6-4d68-9d98-8edff9921121",
"EnteredGate": "2026-07-01T16:20:40.4477711+00:00",
"ExitedGate": "2026-07-01T16:20:40.4477711+00:00",
"GateClosed": true,
"StepStarter": "795a2182-1948-4220-ac96-2c7299c47f5e",
"StepApprover": "46296991-f5ce-4dbf-b3f6-7f8c5656fa7a",
"ApprovalState": 0,
"StepState": 0,
"Comments": "sample string 8",
"Approvals": [
{
"StepId": "842602b9-3648-4060-97d7-2e69357f8fee",
"AutoApproved": true,
"Completed": true,
"Expired": true,
"ExpiredReason": "sample string 5",
"ApprovalStates": {
"1b5d5e5e-1333-4592-8e75-5c2236799271": {
"TaskId": "d586d284-2738-4f87-957a-9fb60972af7b",
"Status": 0,
"Comments": [
{
"Id": "4edbacae-524e-4cb1-b387-32662827e9d7",
"UPN": "457e2275-3df6-4502-b911-3ed5eac7d35a",
"PostDate": "2026-07-01T16:20:40.4477711+00:00",
"Comment": "sample string 4",
"CC": [
"b6958a8d-4d53-40e7-97c2-63098bbbcbe2",
"c8420c55-0bfb-4f59-a4e6-7ac729e17123"
],
"Users": [
"662b776b-aed4-425b-a322-2f295a270d97",
"25279f19-43ee-430a-8417-f11ebe660926"
]
},
{
"Id": "4edbacae-524e-4cb1-b387-32662827e9d7",
"UPN": "457e2275-3df6-4502-b911-3ed5eac7d35a",
"PostDate": "2026-07-01T16:20:40.4477711+00:00",
"Comment": "sample string 4",
"CC": [
"b6958a8d-4d53-40e7-97c2-63098bbbcbe2",
"c8420c55-0bfb-4f59-a4e6-7ac729e17123"
],
"Users": [
"662b776b-aed4-425b-a322-2f295a270d97",
"25279f19-43ee-430a-8417-f11ebe660926"
]
}
]
},
"04a96787-904a-4f53-9681-77028fbdcdf6": {
"TaskId": "d586d284-2738-4f87-957a-9fb60972af7b",
"Status": 0,
"Comments": [
{
"Id": "4edbacae-524e-4cb1-b387-32662827e9d7",
"UPN": "457e2275-3df6-4502-b911-3ed5eac7d35a",
"PostDate": "2026-07-01T16:20:40.4477711+00:00",
"Comment": "sample string 4",
"CC": [
"b6958a8d-4d53-40e7-97c2-63098bbbcbe2",
"c8420c55-0bfb-4f59-a4e6-7ac729e17123"
],
"Users": [
"662b776b-aed4-425b-a322-2f295a270d97",
"25279f19-43ee-430a-8417-f11ebe660926"
]
},
{
"Id": "4edbacae-524e-4cb1-b387-32662827e9d7",
"UPN": "457e2275-3df6-4502-b911-3ed5eac7d35a",
"PostDate": "2026-07-01T16:20:40.4477711+00:00",
"Comment": "sample string 4",
"CC": [
"b6958a8d-4d53-40e7-97c2-63098bbbcbe2",
"c8420c55-0bfb-4f59-a4e6-7ac729e17123"
],
"Users": [
"662b776b-aed4-425b-a322-2f295a270d97",
"25279f19-43ee-430a-8417-f11ebe660926"
]
}
]
}
}
},
{
"StepId": "842602b9-3648-4060-97d7-2e69357f8fee",
"AutoApproved": true,
"Completed": true,
"Expired": true,
"ExpiredReason": "sample string 5",
"ApprovalStates": {
"1b5d5e5e-1333-4592-8e75-5c2236799271": {
"TaskId": "d586d284-2738-4f87-957a-9fb60972af7b",
"Status": 0,
"Comments": [
{
"Id": "4edbacae-524e-4cb1-b387-32662827e9d7",
"UPN": "457e2275-3df6-4502-b911-3ed5eac7d35a",
"PostDate": "2026-07-01T16:20:40.4477711+00:00",
"Comment": "sample string 4",
"CC": [
"b6958a8d-4d53-40e7-97c2-63098bbbcbe2",
"c8420c55-0bfb-4f59-a4e6-7ac729e17123"
],
"Users": [
"662b776b-aed4-425b-a322-2f295a270d97",
"25279f19-43ee-430a-8417-f11ebe660926"
]
},
{
"Id": "4edbacae-524e-4cb1-b387-32662827e9d7",
"UPN": "457e2275-3df6-4502-b911-3ed5eac7d35a",
"PostDate": "2026-07-01T16:20:40.4477711+00:00",
"Comment": "sample string 4",
"CC": [
"b6958a8d-4d53-40e7-97c2-63098bbbcbe2",
"c8420c55-0bfb-4f59-a4e6-7ac729e17123"
],
"Users": [
"662b776b-aed4-425b-a322-2f295a270d97",
"25279f19-43ee-430a-8417-f11ebe660926"
]
}
]
},
"04a96787-904a-4f53-9681-77028fbdcdf6": {
"TaskId": "d586d284-2738-4f87-957a-9fb60972af7b",
"Status": 0,
"Comments": [
{
"Id": "4edbacae-524e-4cb1-b387-32662827e9d7",
"UPN": "457e2275-3df6-4502-b911-3ed5eac7d35a",
"PostDate": "2026-07-01T16:20:40.4477711+00:00",
"Comment": "sample string 4",
"CC": [
"b6958a8d-4d53-40e7-97c2-63098bbbcbe2",
"c8420c55-0bfb-4f59-a4e6-7ac729e17123"
],
"Users": [
"662b776b-aed4-425b-a322-2f295a270d97",
"25279f19-43ee-430a-8417-f11ebe660926"
]
},
{
"Id": "4edbacae-524e-4cb1-b387-32662827e9d7",
"UPN": "457e2275-3df6-4502-b911-3ed5eac7d35a",
"PostDate": "2026-07-01T16:20:40.4477711+00:00",
"Comment": "sample string 4",
"CC": [
"b6958a8d-4d53-40e7-97c2-63098bbbcbe2",
"c8420c55-0bfb-4f59-a4e6-7ac729e17123"
],
"Users": [
"662b776b-aed4-425b-a322-2f295a270d97",
"25279f19-43ee-430a-8417-f11ebe660926"
]
}
]
}
}
}
],
"ApprovalsLog": [
{
"StepId": "842602b9-3648-4060-97d7-2e69357f8fee",
"AutoApproved": true,
"Completed": true,
"Expired": true,
"ExpiredReason": "sample string 5",
"ApprovalStates": {
"1b5d5e5e-1333-4592-8e75-5c2236799271": {
"TaskId": "d586d284-2738-4f87-957a-9fb60972af7b",
"Status": 0,
"Comments": [
{
"Id": "4edbacae-524e-4cb1-b387-32662827e9d7",
"UPN": "457e2275-3df6-4502-b911-3ed5eac7d35a",
"PostDate": "2026-07-01T16:20:40.4477711+00:00",
"Comment": "sample string 4",
"CC": [
"b6958a8d-4d53-40e7-97c2-63098bbbcbe2",
"c8420c55-0bfb-4f59-a4e6-7ac729e17123"
],
"Users": [
"662b776b-aed4-425b-a322-2f295a270d97",
"25279f19-43ee-430a-8417-f11ebe660926"
]
},
{
"Id": "4edbacae-524e-4cb1-b387-32662827e9d7",
"UPN": "457e2275-3df6-4502-b911-3ed5eac7d35a",
"PostDate": "2026-07-01T16:20:40.4477711+00:00",
"Comment": "sample string 4",
"CC": [
"b6958a8d-4d53-40e7-97c2-63098bbbcbe2",
"c8420c55-0bfb-4f59-a4e6-7ac729e17123"
],
"Users": [
"662b776b-aed4-425b-a322-2f295a270d97",
"25279f19-43ee-430a-8417-f11ebe660926"
]
}
]
},
"04a96787-904a-4f53-9681-77028fbdcdf6": {
"TaskId": "d586d284-2738-4f87-957a-9fb60972af7b",
"Status": 0,
"Comments": [
{
"Id": "4edbacae-524e-4cb1-b387-32662827e9d7",
"UPN": "457e2275-3df6-4502-b911-3ed5eac7d35a",
"PostDate": "2026-07-01T16:20:40.4477711+00:00",
"Comment": "sample string 4",
"CC": [
"b6958a8d-4d53-40e7-97c2-63098bbbcbe2",
"c8420c55-0bfb-4f59-a4e6-7ac729e17123"
],
"Users": [
"662b776b-aed4-425b-a322-2f295a270d97",
"25279f19-43ee-430a-8417-f11ebe660926"
]
},
{
"Id": "4edbacae-524e-4cb1-b387-32662827e9d7",
"UPN": "457e2275-3df6-4502-b911-3ed5eac7d35a",
"PostDate": "2026-07-01T16:20:40.4477711+00:00",
"Comment": "sample string 4",
"CC": [
"b6958a8d-4d53-40e7-97c2-63098bbbcbe2",
"c8420c55-0bfb-4f59-a4e6-7ac729e17123"
],
"Users": [
"662b776b-aed4-425b-a322-2f295a270d97",
"25279f19-43ee-430a-8417-f11ebe660926"
]
}
]
}
}
},
{
"StepId": "842602b9-3648-4060-97d7-2e69357f8fee",
"AutoApproved": true,
"Completed": true,
"Expired": true,
"ExpiredReason": "sample string 5",
"ApprovalStates": {
"1b5d5e5e-1333-4592-8e75-5c2236799271": {
"TaskId": "d586d284-2738-4f87-957a-9fb60972af7b",
"Status": 0,
"Comments": [
{
"Id": "4edbacae-524e-4cb1-b387-32662827e9d7",
"UPN": "457e2275-3df6-4502-b911-3ed5eac7d35a",
"PostDate": "2026-07-01T16:20:40.4477711+00:00",
"Comment": "sample string 4",
"CC": [
"b6958a8d-4d53-40e7-97c2-63098bbbcbe2",
"c8420c55-0bfb-4f59-a4e6-7ac729e17123"
],
"Users": [
"662b776b-aed4-425b-a322-2f295a270d97",
"25279f19-43ee-430a-8417-f11ebe660926"
]
},
{
"Id": "4edbacae-524e-4cb1-b387-32662827e9d7",
"UPN": "457e2275-3df6-4502-b911-3ed5eac7d35a",
"PostDate": "2026-07-01T16:20:40.4477711+00:00",
"Comment": "sample string 4",
"CC": [
"b6958a8d-4d53-40e7-97c2-63098bbbcbe2",
"c8420c55-0bfb-4f59-a4e6-7ac729e17123"
],
"Users": [
"662b776b-aed4-425b-a322-2f295a270d97",
"25279f19-43ee-430a-8417-f11ebe660926"
]
}
]
},
"04a96787-904a-4f53-9681-77028fbdcdf6": {
"TaskId": "d586d284-2738-4f87-957a-9fb60972af7b",
"Status": 0,
"Comments": [
{
"Id": "4edbacae-524e-4cb1-b387-32662827e9d7",
"UPN": "457e2275-3df6-4502-b911-3ed5eac7d35a",
"PostDate": "2026-07-01T16:20:40.4477711+00:00",
"Comment": "sample string 4",
"CC": [
"b6958a8d-4d53-40e7-97c2-63098bbbcbe2",
"c8420c55-0bfb-4f59-a4e6-7ac729e17123"
],
"Users": [
"662b776b-aed4-425b-a322-2f295a270d97",
"25279f19-43ee-430a-8417-f11ebe660926"
]
},
{
"Id": "4edbacae-524e-4cb1-b387-32662827e9d7",
"UPN": "457e2275-3df6-4502-b911-3ed5eac7d35a",
"PostDate": "2026-07-01T16:20:40.4477711+00:00",
"Comment": "sample string 4",
"CC": [
"b6958a8d-4d53-40e7-97c2-63098bbbcbe2",
"c8420c55-0bfb-4f59-a4e6-7ac729e17123"
],
"Users": [
"662b776b-aed4-425b-a322-2f295a270d97",
"25279f19-43ee-430a-8417-f11ebe660926"
]
}
]
}
}
}
],
"RulesRejected": [
{
"Id": "72612cf4-1b9e-4fe2-bebc-e8e0810047f9",
"Name": "sample string 2",
"FailureText": "sample string 3",
"Filter": "sample string 4"
},
{
"Id": "72612cf4-1b9e-4fe2-bebc-e8e0810047f9",
"Name": "sample string 2",
"FailureText": "sample string 3",
"Filter": "sample string 4"
}
],
"ApprovalRejectionOrFailReason": "sample string 9"
},
"id": "33d80e8e-1d81-4061-aa81-591d09b11bf7",
"ConfigId": "94a59566-b009-45bd-812c-f851bdc31e39"
}