Sliding Scale Thresholds REST Endpoints

Joint Venture Overhead Methods/Sliding Scale Thresholds
The sliding scale threshold resource is used to view, create, update, or delete sliding scale thresholds for an overhead method.
Create a sliding scale threshold
Method: post
Path: /fscmRestApi/resources/11.13.18.05/jointVentureOverheadMethods/{overheadMethodId}/child/slidingScaleThresholds
Delete a sliding scale threshold
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/jointVentureOverheadMethods/{overheadMethodId}/child/slidingScaleThresholds/{thresholdId}
Get a sliding scale threshold
Method: get
Path: /fscmRestApi/resources/11.13.18.05/jointVentureOverheadMethods/{overheadMethodId}/child/slidingScaleThresholds/{thresholdId}
Get all sliding scale thresholds for an overhead method
Method: get
Path: /fscmRestApi/resources/11.13.18.05/jointVentureOverheadMethods/{overheadMethodId}/child/slidingScaleThresholds
Update a sliding scale threshold
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/jointVentureOverheadMethods/{overheadMethodId}/child/slidingScaleThresholds/{thresholdId}