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 PlanRateTableName | 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": "25b2382c-5997-47c0-a256-e28c62484456", "Name": "sample string 2", "Multipliers": [ { "Start": "2025-10-19T09:13:27.6710828+00:00", "End": "2025-10-19T09:13:27.6710828+00:00", "PercentRevenue": 3.0, "PercentCost": 4.0 }, { "Start": "2025-10-19T09:13:27.6710828+00:00", "End": "2025-10-19T09:13:27.6710828+00:00", "PercentRevenue": 3.0, "PercentCost": 4.0 } ], "ResourceRates": [ { "ResourceId": "d9d43fa7-c6c5-4eca-acf1-3628c7a408fc", "BaseRate": 2.0 }, { "ResourceId": "d9d43fa7-c6c5-4eca-acf1-3628c7a408fc", "BaseRate": 2.0 } ] }, { "Id": "25b2382c-5997-47c0-a256-e28c62484456", "Name": "sample string 2", "Multipliers": [ { "Start": "2025-10-19T09:13:27.6710828+00:00", "End": "2025-10-19T09:13:27.6710828+00:00", "PercentRevenue": 3.0, "PercentCost": 4.0 }, { "Start": "2025-10-19T09:13:27.6710828+00:00", "End": "2025-10-19T09:13:27.6710828+00:00", "PercentRevenue": 3.0, "PercentCost": 4.0 } ], "ResourceRates": [ { "ResourceId": "d9d43fa7-c6c5-4eca-acf1-3628c7a408fc", "BaseRate": 2.0 }, { "ResourceId": "d9d43fa7-c6c5-4eca-acf1-3628c7a408fc", "BaseRate": 2.0 } ] } ]
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": "1935c3b6-e1c1-4902-b726-a058c6cf0338", "Created": "2025-10-19T09:13:27.6710828+00:00", "Modified": "2025-10-19T09:13:27.6710828+00:00", "Editor": "87b06247-6f07-49fe-96b7-83c0945eab7b", "PlannerTypeId": "a837931c-5f78-4a66-a161-54bd5e96bce7", "ParentPlanId": "0ff0cf44-800b-4a58-9d55-a519ea26b7b8", "PortfolioParentId": "2fe2311e-02bd-4205-91c3-f8e922994d66", "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": "7d06df97-d9c8-42a7-a4d2-6d1d343a01c9", "UPN": "67d1376a-c48e-4be4-9851-1acfd5fa9443", "PostDate": "2025-10-19T09:13:27.6710828+00:00", "Comment": "sample string 4", "CC": [ "714a5b1a-15d0-414c-90aa-538698016b65", "5326c7ee-1135-46be-aa50-b10f951d1287" ], "Users": [ "31e9b273-638a-46c7-8b47-1cf29dd23ac8", "9896d0c4-4c47-4233-a264-79174eedfb7a" ] }, { "Id": "7d06df97-d9c8-42a7-a4d2-6d1d343a01c9", "UPN": "67d1376a-c48e-4be4-9851-1acfd5fa9443", "PostDate": "2025-10-19T09:13:27.6710828+00:00", "Comment": "sample string 4", "CC": [ "714a5b1a-15d0-414c-90aa-538698016b65", "5326c7ee-1135-46be-aa50-b10f951d1287" ], "Users": [ "31e9b273-638a-46c7-8b47-1cf29dd23ac8", "9896d0c4-4c47-4233-a264-79174eedfb7a" ] } ], "LastComment": "2025-10-19T09:13:27.6710828+00:00", "Integrations": [ { "IntegrationId": "4d33fa56-f5aa-4514-819e-de1f86ddd167", "ItemUrl": "sample string 2", "ItemId": "sample string 3", "TransactionId": "0f38718b-4c19-4a0e-970e-a3645b6e2be4", "LastExport": "2025-10-19T09:13:27.6710828+00:00", "LastImport": "2025-10-19T09:13:27.6710828+00:00", "IntegrationVersion": 7, "Properties": { "sample string 1": {}, "sample string 3": {} } }, { "IntegrationId": "4d33fa56-f5aa-4514-819e-de1f86ddd167", "ItemUrl": "sample string 2", "ItemId": "sample string 3", "TransactionId": "0f38718b-4c19-4a0e-970e-a3645b6e2be4", "LastExport": "2025-10-19T09:13:27.6710828+00:00", "LastImport": "2025-10-19T09:13:27.6710828+00:00", "IntegrationVersion": 7, "Properties": { "sample string 1": {}, "sample string 3": {} } } ], "Snapshots": [ { "Date": "2025-10-19T09:13:27.6710828+00:00", "StatusReportId": "07e26962-b5ad-414d-b893-725788533740", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "Date": "2025-10-19T09:13:27.6710828+00:00", "StatusReportId": "07e26962-b5ad-414d-b893-725788533740", "Fields": { "sample string 1": {}, "sample string 3": {} } } ], "SubPlans": [ "45800de2-64ad-42e9-93f0-4c0137dd8503", "0fef3ad6-c929-4339-961c-f79b2b676d40" ], "PlanNumber": "sample string 14", "RateTables": [ { "Id": "aa5c96d1-ae1d-4502-914b-a0f028230c29", "Name": "sample string 2", "Multipliers": [ { "Start": "2025-10-19T09:13:27.6710828+00:00", "End": "2025-10-19T09:13:27.6710828+00:00", "PercentRevenue": 3.0, "PercentCost": 4.0 }, { "Start": "2025-10-19T09:13:27.6710828+00:00", "End": "2025-10-19T09:13:27.6710828+00:00", "PercentRevenue": 3.0, "PercentCost": 4.0 } ], "ResourceRates": [ { "ResourceId": "6265e9da-0328-48ab-9c29-f75d89370dab", "BaseRate": 2.0 }, { "ResourceId": "6265e9da-0328-48ab-9c29-f75d89370dab", "BaseRate": 2.0 } ] }, { "Id": "aa5c96d1-ae1d-4502-914b-a0f028230c29", "Name": "sample string 2", "Multipliers": [ { "Start": "2025-10-19T09:13:27.6710828+00:00", "End": "2025-10-19T09:13:27.6710828+00:00", "PercentRevenue": 3.0, "PercentCost": 4.0 }, { "Start": "2025-10-19T09:13:27.6710828+00:00", "End": "2025-10-19T09:13:27.6710828+00:00", "PercentRevenue": 3.0, "PercentCost": 4.0 } ], "ResourceRates": [ { "ResourceId": "6265e9da-0328-48ab-9c29-f75d89370dab", "BaseRate": 2.0 }, { "ResourceId": "6265e9da-0328-48ab-9c29-f75d89370dab", "BaseRate": 2.0 } ] } ], "Splits": [ { "Field": "sample string 1", "Value": "61cf9e4f-a852-40e1-83e3-9823e47cea5a", "Split": 3.0, "Values": { "sample string 1": 2.0, "sample string 3": 4.0 } }, { "Field": "sample string 1", "Value": "61cf9e4f-a852-40e1-83e3-9823e47cea5a", "Split": 3.0, "Values": { "sample string 1": 2.0, "sample string 3": 4.0 } } ], "LockInfo": { "LockedSid": "ea50ada3-e914-4530-8113-bc9b60e691c8", "LockedBy": "b510dff4-265c-4c0f-9b76-13df8c9fd026", "LockedDate": "2025-10-19T09:13:27.6710828+00:00" }, "LastLocation": "sample string 15", "StageGateFlow": { "Id": "4af432e3-470d-4da6-9cfa-ee43d71e280c", "CurrentGateId": "24cf7fdb-38e1-41f6-b263-aedff4194b10", "EnteredGate": "2025-10-19T09:13:27.6710828+00:00", "ExitedGate": "2025-10-19T09:13:27.6710828+00:00", "GateClosed": true, "StepStarter": "3a17dace-3810-4b45-9b29-4bd8803af9c2", "StepApprover": "354f4dad-4453-4400-b17f-dcd4d11a953f", "ApprovalState": 0, "StepState": 0, "Comments": "sample string 8", "Approvals": [ { "StepId": "675c7195-4714-422c-893c-ad6d86fc6bfd", "AutoApproved": true, "Completed": true, "Expired": true, "ExpiredReason": "sample string 5", "ApprovalStates": { "b317acbb-ab59-405f-9b92-3dc51581a6d6": { "TaskId": "412a9405-1aea-49a9-a692-d81fa08c6193", "Status": 0, "Comments": [ { "Id": "7d06df97-d9c8-42a7-a4d2-6d1d343a01c9", "UPN": "67d1376a-c48e-4be4-9851-1acfd5fa9443", "PostDate": "2025-10-19T09:13:27.6710828+00:00", "Comment": "sample string 4", "CC": [ "714a5b1a-15d0-414c-90aa-538698016b65", "5326c7ee-1135-46be-aa50-b10f951d1287" ], "Users": [ "31e9b273-638a-46c7-8b47-1cf29dd23ac8", "9896d0c4-4c47-4233-a264-79174eedfb7a" ] }, { "Id": "7d06df97-d9c8-42a7-a4d2-6d1d343a01c9", "UPN": "67d1376a-c48e-4be4-9851-1acfd5fa9443", "PostDate": "2025-10-19T09:13:27.6710828+00:00", "Comment": "sample string 4", "CC": [ "714a5b1a-15d0-414c-90aa-538698016b65", "5326c7ee-1135-46be-aa50-b10f951d1287" ], "Users": [ "31e9b273-638a-46c7-8b47-1cf29dd23ac8", "9896d0c4-4c47-4233-a264-79174eedfb7a" ] } ] }, "20d146c0-54a0-42b0-ab81-5b569d008229": { "TaskId": "412a9405-1aea-49a9-a692-d81fa08c6193", "Status": 0, "Comments": [ { "Id": "7d06df97-d9c8-42a7-a4d2-6d1d343a01c9", "UPN": "67d1376a-c48e-4be4-9851-1acfd5fa9443", "PostDate": "2025-10-19T09:13:27.6710828+00:00", "Comment": "sample string 4", "CC": [ "714a5b1a-15d0-414c-90aa-538698016b65", "5326c7ee-1135-46be-aa50-b10f951d1287" ], "Users": [ "31e9b273-638a-46c7-8b47-1cf29dd23ac8", "9896d0c4-4c47-4233-a264-79174eedfb7a" ] }, { "Id": "7d06df97-d9c8-42a7-a4d2-6d1d343a01c9", "UPN": "67d1376a-c48e-4be4-9851-1acfd5fa9443", "PostDate": "2025-10-19T09:13:27.6710828+00:00", "Comment": "sample string 4", "CC": [ "714a5b1a-15d0-414c-90aa-538698016b65", "5326c7ee-1135-46be-aa50-b10f951d1287" ], "Users": [ "31e9b273-638a-46c7-8b47-1cf29dd23ac8", "9896d0c4-4c47-4233-a264-79174eedfb7a" ] } ] } } }, { "StepId": "675c7195-4714-422c-893c-ad6d86fc6bfd", "AutoApproved": true, "Completed": true, "Expired": true, "ExpiredReason": "sample string 5", "ApprovalStates": { "b317acbb-ab59-405f-9b92-3dc51581a6d6": { "TaskId": "412a9405-1aea-49a9-a692-d81fa08c6193", "Status": 0, "Comments": [ { "Id": "7d06df97-d9c8-42a7-a4d2-6d1d343a01c9", "UPN": "67d1376a-c48e-4be4-9851-1acfd5fa9443", "PostDate": "2025-10-19T09:13:27.6710828+00:00", "Comment": "sample string 4", "CC": [ "714a5b1a-15d0-414c-90aa-538698016b65", "5326c7ee-1135-46be-aa50-b10f951d1287" ], "Users": [ "31e9b273-638a-46c7-8b47-1cf29dd23ac8", "9896d0c4-4c47-4233-a264-79174eedfb7a" ] }, { "Id": "7d06df97-d9c8-42a7-a4d2-6d1d343a01c9", "UPN": "67d1376a-c48e-4be4-9851-1acfd5fa9443", "PostDate": "2025-10-19T09:13:27.6710828+00:00", "Comment": "sample string 4", "CC": [ "714a5b1a-15d0-414c-90aa-538698016b65", "5326c7ee-1135-46be-aa50-b10f951d1287" ], "Users": [ "31e9b273-638a-46c7-8b47-1cf29dd23ac8", "9896d0c4-4c47-4233-a264-79174eedfb7a" ] } ] }, "20d146c0-54a0-42b0-ab81-5b569d008229": { "TaskId": "412a9405-1aea-49a9-a692-d81fa08c6193", "Status": 0, "Comments": [ { "Id": "7d06df97-d9c8-42a7-a4d2-6d1d343a01c9", "UPN": "67d1376a-c48e-4be4-9851-1acfd5fa9443", "PostDate": "2025-10-19T09:13:27.6710828+00:00", "Comment": "sample string 4", "CC": [ "714a5b1a-15d0-414c-90aa-538698016b65", "5326c7ee-1135-46be-aa50-b10f951d1287" ], "Users": [ "31e9b273-638a-46c7-8b47-1cf29dd23ac8", "9896d0c4-4c47-4233-a264-79174eedfb7a" ] }, { "Id": "7d06df97-d9c8-42a7-a4d2-6d1d343a01c9", "UPN": "67d1376a-c48e-4be4-9851-1acfd5fa9443", "PostDate": "2025-10-19T09:13:27.6710828+00:00", "Comment": "sample string 4", "CC": [ "714a5b1a-15d0-414c-90aa-538698016b65", "5326c7ee-1135-46be-aa50-b10f951d1287" ], "Users": [ "31e9b273-638a-46c7-8b47-1cf29dd23ac8", "9896d0c4-4c47-4233-a264-79174eedfb7a" ] } ] } } } ], "ApprovalsLog": [ { "StepId": "675c7195-4714-422c-893c-ad6d86fc6bfd", "AutoApproved": true, "Completed": true, "Expired": true, "ExpiredReason": "sample string 5", "ApprovalStates": { "b317acbb-ab59-405f-9b92-3dc51581a6d6": { "TaskId": "412a9405-1aea-49a9-a692-d81fa08c6193", "Status": 0, "Comments": [ { "Id": "7d06df97-d9c8-42a7-a4d2-6d1d343a01c9", "UPN": "67d1376a-c48e-4be4-9851-1acfd5fa9443", "PostDate": "2025-10-19T09:13:27.6710828+00:00", "Comment": "sample string 4", "CC": [ "714a5b1a-15d0-414c-90aa-538698016b65", "5326c7ee-1135-46be-aa50-b10f951d1287" ], "Users": [ "31e9b273-638a-46c7-8b47-1cf29dd23ac8", "9896d0c4-4c47-4233-a264-79174eedfb7a" ] }, { "Id": "7d06df97-d9c8-42a7-a4d2-6d1d343a01c9", "UPN": "67d1376a-c48e-4be4-9851-1acfd5fa9443", "PostDate": "2025-10-19T09:13:27.6710828+00:00", "Comment": "sample string 4", "CC": [ "714a5b1a-15d0-414c-90aa-538698016b65", "5326c7ee-1135-46be-aa50-b10f951d1287" ], "Users": [ "31e9b273-638a-46c7-8b47-1cf29dd23ac8", "9896d0c4-4c47-4233-a264-79174eedfb7a" ] } ] }, "20d146c0-54a0-42b0-ab81-5b569d008229": { "TaskId": "412a9405-1aea-49a9-a692-d81fa08c6193", "Status": 0, "Comments": [ { "Id": "7d06df97-d9c8-42a7-a4d2-6d1d343a01c9", "UPN": "67d1376a-c48e-4be4-9851-1acfd5fa9443", "PostDate": "2025-10-19T09:13:27.6710828+00:00", "Comment": "sample string 4", "CC": [ "714a5b1a-15d0-414c-90aa-538698016b65", "5326c7ee-1135-46be-aa50-b10f951d1287" ], "Users": [ "31e9b273-638a-46c7-8b47-1cf29dd23ac8", "9896d0c4-4c47-4233-a264-79174eedfb7a" ] }, { "Id": "7d06df97-d9c8-42a7-a4d2-6d1d343a01c9", "UPN": "67d1376a-c48e-4be4-9851-1acfd5fa9443", "PostDate": "2025-10-19T09:13:27.6710828+00:00", "Comment": "sample string 4", "CC": [ "714a5b1a-15d0-414c-90aa-538698016b65", "5326c7ee-1135-46be-aa50-b10f951d1287" ], "Users": [ "31e9b273-638a-46c7-8b47-1cf29dd23ac8", "9896d0c4-4c47-4233-a264-79174eedfb7a" ] } ] } } }, { "StepId": "675c7195-4714-422c-893c-ad6d86fc6bfd", "AutoApproved": true, "Completed": true, "Expired": true, "ExpiredReason": "sample string 5", "ApprovalStates": { "b317acbb-ab59-405f-9b92-3dc51581a6d6": { "TaskId": "412a9405-1aea-49a9-a692-d81fa08c6193", "Status": 0, "Comments": [ { "Id": "7d06df97-d9c8-42a7-a4d2-6d1d343a01c9", "UPN": "67d1376a-c48e-4be4-9851-1acfd5fa9443", "PostDate": "2025-10-19T09:13:27.6710828+00:00", "Comment": "sample string 4", "CC": [ "714a5b1a-15d0-414c-90aa-538698016b65", "5326c7ee-1135-46be-aa50-b10f951d1287" ], "Users": [ "31e9b273-638a-46c7-8b47-1cf29dd23ac8", "9896d0c4-4c47-4233-a264-79174eedfb7a" ] }, { "Id": "7d06df97-d9c8-42a7-a4d2-6d1d343a01c9", "UPN": "67d1376a-c48e-4be4-9851-1acfd5fa9443", "PostDate": "2025-10-19T09:13:27.6710828+00:00", "Comment": "sample string 4", "CC": [ "714a5b1a-15d0-414c-90aa-538698016b65", "5326c7ee-1135-46be-aa50-b10f951d1287" ], "Users": [ "31e9b273-638a-46c7-8b47-1cf29dd23ac8", "9896d0c4-4c47-4233-a264-79174eedfb7a" ] } ] }, "20d146c0-54a0-42b0-ab81-5b569d008229": { "TaskId": "412a9405-1aea-49a9-a692-d81fa08c6193", "Status": 0, "Comments": [ { "Id": "7d06df97-d9c8-42a7-a4d2-6d1d343a01c9", "UPN": "67d1376a-c48e-4be4-9851-1acfd5fa9443", "PostDate": "2025-10-19T09:13:27.6710828+00:00", "Comment": "sample string 4", "CC": [ "714a5b1a-15d0-414c-90aa-538698016b65", "5326c7ee-1135-46be-aa50-b10f951d1287" ], "Users": [ "31e9b273-638a-46c7-8b47-1cf29dd23ac8", "9896d0c4-4c47-4233-a264-79174eedfb7a" ] }, { "Id": "7d06df97-d9c8-42a7-a4d2-6d1d343a01c9", "UPN": "67d1376a-c48e-4be4-9851-1acfd5fa9443", "PostDate": "2025-10-19T09:13:27.6710828+00:00", "Comment": "sample string 4", "CC": [ "714a5b1a-15d0-414c-90aa-538698016b65", "5326c7ee-1135-46be-aa50-b10f951d1287" ], "Users": [ "31e9b273-638a-46c7-8b47-1cf29dd23ac8", "9896d0c4-4c47-4233-a264-79174eedfb7a" ] } ] } } } ], "RulesRejected": [ { "Id": "82cd2660-fe78-4886-aa0a-fccfbe92a15c", "Name": "sample string 2", "FailureText": "sample string 3", "Filter": "sample string 4" }, { "Id": "82cd2660-fe78-4886-aa0a-fccfbe92a15c", "Name": "sample string 2", "FailureText": "sample string 3", "Filter": "sample string 4" } ], "ApprovalRejectionOrFailReason": "sample string 9" }, "id": "62d422f5-5e9c-4d91-ab4f-03194a543aed", "ConfigId": "bbe3ea3e-6890-4957-8001-81f5dadf45b7" }