- Subcategories:
 - Sliding Scale Threshold Descriptive Flexfields
 
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: postPath:
/fscmRestApi/resources/11.13.18.05/jointVentureOverheadMethods/{overheadMethodId}/child/slidingScaleThresholds - Delete a sliding scale threshold
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/jointVentureOverheadMethods/{overheadMethodId}/child/slidingScaleThresholds/{thresholdId} - Get a sliding scale threshold
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/jointVentureOverheadMethods/{overheadMethodId}/child/slidingScaleThresholds/{thresholdId} - Get all sliding scale thresholds for an overhead method
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/jointVentureOverheadMethods/{overheadMethodId}/child/slidingScaleThresholds - Update a sliding scale threshold
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/jointVentureOverheadMethods/{overheadMethodId}/child/slidingScaleThresholds/{thresholdId}