Create a Resource Planning Scenario

post

/api/restapi/resourcePlanningScenario

Send a request to this endpoint to create Resource Planning Scenario. An application object will be created using the JSON data provided in the request body.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityResourcePlanningScenarioInput
Type: object
Title: ApiEntityResourcePlanningScenarioInput
Show Source
Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityResourcePlanningScenario
Type: object
Title: ApiEntityResourcePlanningScenario
Show Source
Nested Schema : periods
Type: array
The period data associated with resource plan scenario.
Show Source
Nested Schema : projects
Type: array
The plan projects associated with a scenario.
Show Source
Nested Schema : ApiEntityRoleDataPeriod
Type: object
Title: ApiEntityRoleDataPeriod
Show Source
Nested Schema : roleDataPerDataPeriodCost
Associated costs for a period of a role.
Match All
Associated costs for a period of a role.
Show Source
Nested Schema : ApiEntityRoleDataPeriodCost
Type: object
Title: ApiEntityRoleDataPeriodCost
Show Source
Nested Schema : ApiEntityResourcePlanProject
Type: object
Title: ApiEntityResourcePlanProject
Show Source
Nested Schema : periods
Type: array
The period data associated with a plan project.
Show Source
Nested Schema : roleAllocations
Type: array
The role data associated with plan project.
Show Source
Nested Schema : ApiEntityResourceRoleData
Type: object
Title: ApiEntityResourceRoleData
Show Source
Nested Schema : periods
Type: array
The period data associated with role.
Show Source

400 Response

Invalid input for the Resource Planning Scenario service. Verify the request contains valid data, then resubmit the request.
Back to Top