Rule Of Credit REST Endpoints

Rule Of Credit
Use the Rule of Credit service to create, view, update, and delete rules of credit. Rules of credit can be used when tracking progress on scope assignments. A rule is defined by its milestones and their percentage complete. Update Keys : 'workspaceId, rocName' or 'rocId' or 'workspaceCode, rocName'
Batch Create Rules of Credit
Method: post
Path: /api/restapi/ruleOfCredit/batch
Batch Delete Rules of Credit
Method: delete
Path: /api/restapi/ruleOfCredit/batch
Batch Sync Rules of Credit
Method: post
Path: /api/restapi/ruleOfCredit/syncBatch
Batch Update Rules of Credit
Method: put
Path: /api/restapi/ruleOfCredit/batch
Create a Rule of Credit
Method: post
Path: /api/restapi/ruleOfCredit
Delete a Rule of Credit
Method: delete
Path: /api/restapi/ruleOfCredit/{rocId}
Update a Rule of Credit
Method: put
Path: /api/restapi/ruleOfCredit
View a Rule of Credit
Method: get
Path: /api/restapi/ruleOfCredit/{rocId}
View Rule of Credit Milestones
Method: get
Path: /api/restapi/ruleOfCredit/ROCMilestone/{rocId}
View Rules of Credit by Name
Method: get
Path: /api/restapi/ruleOfCredit/name/{rocName}
View Rules of Credit by Workspace
Method: get
Path: /api/restapi/ruleOfCredit/workspace/{workspaceId}
View Rules of Credit by Workspace Code
Method: get
Path: /api/restapi/ruleOfCredit/workspace/code/{workspaceCode}