Leveling Project

post

/job/level

Asynchronously levels project(s). Resource leveling is a process that helps you identify overallocated resources. Then you can reassign work to other resources if necessary to ensure that sufficient resources are available to perform the activities in your project according to the plan.

Request

Header Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : Level
Type: object
Title: Level
Level Entity
Show Source
Nested Schema : EPSObjectId
Type: array
Show Source
Nested Schema : PortfolioObjectId
Type: array
Show Source
Nested Schema : ProjectCodeObjectId
Type: array
Show Source
Nested Schema : ProjectObjectId
Type: array
The unique identifier of the project.
Show Source
Back to Top

Response

Supported Media Types

201 Response

OK.
Body ()
Root Schema : JobServiceResponse
Type: object
Title: JobServiceResponse
JobServiceResponse Entity
Show Source

400 Response

Bad Request.

401 Response

Unauthorized.

403 Response

Forbidden.

404 Response

Not Found.

405 Response

Invalid Input.

500 Response

Internal Server Error.
Back to Top