Project Rank REST Endpoints

Project Rank
The Project Rank service enables you to send and retrieve information related to a project's rank. Update Keys : 'projectRankId'
Batch Create Project Ranks
Method: post
Path: /api/restapi/projectRank/batch
Batch Sync Project Ranks
Method: post
Path: /api/restapi/projectRank/syncBatch
Batch Update Project Ranks
Method: put
Path: /api/restapi/projectRank/batch
Create a Project Rank
Method: post
Path: /api/restapi/projectRank
Update a Project Rank
Method: put
Path: /api/restapi/projectRank
View a Project Rank
Method: get
Path: /api/restapi/projectRank/{projectRankId}
View all Project Ranks by Project
Method: get
Path: /api/restapi/projectRank/project/{projectId}