Rate Table Dimensions REST Endpoints

Rate Tables/Rate Table Dimensions
The rate table - dimensions resource is used to create, update, or delete the association of dimensions to a rate table. It can also be used to display all details of the dimensions in a rate table. You can only add up to ten rate dimensions to a rate table using REST Services.
Create a rate dimension association with a rate table
Method: post
Path: /fscmRestApi/resources/11.13.18.05/rateTables/{RateTableId}/child/RateTableDimensions
Delete a rate dimension association with a rate table
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/rateTables/{RateTableId}/child/RateTableDimensions/{RateTableDimId}
Get a rate dimension details within a rate table
Method: get
Path: /fscmRestApi/resources/11.13.18.05/rateTables/{RateTableId}/child/RateTableDimensions/{RateTableDimId}
Get all rate dimension details within a rate table
Method: get
Path: /fscmRestApi/resources/11.13.18.05/rateTables/{RateTableId}/child/RateTableDimensions