Distributable Value Sets REST Endpoints

Joint Ventures/Cost Centers/Distributable Value Sets
The distributable value sets resource is used to view, create, update, or delete a group of segment values for a chart of accounts instance. The group of segment values is used to identify code combinations of financial transactions to be distributed among joint venture stakeholders.
Create a distributable value set
Method: post
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/jointVentureCostCenters/{costCenterId}/child/distributableValueSets
Delete a distributable value set
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/jointVentureCostCenters/{costCenterId}/child/distributableValueSets/{distributableValuesId}
Get a distributable value set
Method: get
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/jointVentureCostCenters/{costCenterId}/child/distributableValueSets/{distributableValuesId}
Get all distributable value sets associated with a joint venture cost center
Method: get
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/jointVentureCostCenters/{costCenterId}/child/distributableValueSets
Update a distributable value set
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/jointVentures/{jointVentureId}/child/jointVentureCostCenters/{costCenterId}/child/distributableValueSets/{distributableValuesId}