Rate Tables REST Endpoints

Rate Tables
The rate table resource is used to create, update or delete a rate table. It can also be used to display all details of rate tables. The plan component rate table determines the compensation rate for the earnings calculations. The performance measure scorecard is used to establish attainment rates or fixed amounts for different performance levels.
Create a rate table
Method: post
Path: /fscmRestApi/resources/11.13.18.05/rateTables
Delete a rate table
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/rateTables/{RateTableId}
Get a rate table detail
Method: get
Path: /fscmRestApi/resources/11.13.18.05/rateTables/{RateTableId}
Get all rate table details
Method: get
Path: /fscmRestApi/resources/11.13.18.05/rateTables
Update a rate table
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/rateTables/{RateTableId}