Distributable Project Rules REST Endpoints

Joint Ventures/Distributable Project Rules
The distributable project rules resource is used to view, create, update, or delete distributable project rules for a joint venture. The project rules are used to identify project-related transactions that are distributable for a joint venture.
Create a distributable project rule
Method: post
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/distributableProjectRules
Delete a distributable project rule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/distributableProjectRules/{distributableProjectRuleId}
Get a distributable project rule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/distributableProjectRules/{distributableProjectRuleId}
Get all distributable project rules associated with a joint venture
Method: get
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/distributableProjectRules
Update a distributable project rule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/distributableProjectRules/{distributableProjectRuleId}