Rate Table Rates REST Endpoints

Rate Tables/Rate Table Rates
The rate table rates resource is used to create, view, or update the rates for a rate table or a scorecard. It can also be used to display all the rates of a rate table or a scorecard. You can only create rates with non-zero values.
Create a rate table rate
Method: post
Path: /fscmRestApi/resources/11.13.18.05/rateTables/{RateTableId}/child/RateTableRates
Get a rate table rate
Method: get
Path: /fscmRestApi/resources/11.13.18.05/rateTables/{RateTableId}/child/RateTableRates/{RateTableRateId}
Get all rate table rates
Method: get
Path: /fscmRestApi/resources/11.13.18.05/rateTables/{RateTableId}/child/RateTableRates
Update a rate table rate
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/rateTables/{RateTableId}/child/RateTableRates/{RateTableRateId}