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. Update Keys : 'resourceDemandId'
Batch Create Resource Demands
Method: post
Path: /api/restapi/resourceDemand/batch
Batch Delete Resource Demands
Method: delete
Path: /api/restapi/resourceDemand/batch
Batch Sync Resource Demands
Method: post
Path: /api/restapi/resourceDemand/syncBatch
Batch Update Resource Demands
Method: put
Path: /api/restapi/resourceDemand/batch
Create a Resource Demand
Method: post
Path: /api/restapi/resourceDemand
Delete a Resource Demand
Method: delete
Path: /api/restapi/resourceDemand/{resourceDemandId}
Update a Resource Demand
Method: put
Path: /api/restapi/resourceDemand
View a Resource Demand
Method: get
Path: /api/restapi/resourceDemand/{resourceDemandId}
View all Resource Demands by Project ID
Method: get
Path: /api/restapi/resourceDemand/project/{projectId}