Resource Demand REST Endpoints

Resource Demand
Use the Resource Demand service to create, view, update, and delete resource demands. A resource demands represent the high-level role requirements of a project.
Create a resource demand
Method: post
Path: /primeapi/restapi/resourceDemand
Create resource demands
Method: post
Path: /primeapi/restapi/resourceDemand/batch
Delete a resource demand
Method: delete
Path: /primeapi/restapi/resourceDemand/{id}
Delete resource demands
Method: delete
Path: /primeapi/restapi/resourceDemand/batch
Update a resource demand
Method: put
Path: /primeapi/restapi/resourceDemand
Update resource demands
Method: put
Path: /primeapi/restapi/resourceDemand/batch
View a resource demand
Method: get
Path: /primeapi/restapi/resourceDemand/{id}
View Resource Demands by Project ID
Method: get
Path: /primeapi/restapi/resourceDemand/project/{id}