Metric Source Reference Columns REST Endpoints

Sales Forecast Metric Sources/Metric Source Reference Columns
The metric source reference columns resource is used to manage the reference columns for a metric source. These attributes for opportunity or revenue are compared with the current version of the attributes to identify the changes.
Create a metric source reference column
Method: post
Path: /crmRestApi/resources/11.13.18.05/salesForecastMetricSources/{MetricSrcCode}/child/MetricSourceReferenceColumns
Delete a metric source reference column
Method: delete
Path: /crmRestApi/resources/11.13.18.05/salesForecastMetricSources/{MetricSrcCode}/child/MetricSourceReferenceColumns/{MetricSrcReferenceColumnId}
Get a metric source reference column
Method: get
Path: /crmRestApi/resources/11.13.18.05/salesForecastMetricSources/{MetricSrcCode}/child/MetricSourceReferenceColumns/{MetricSrcReferenceColumnId}
Get all metric source reference columns
Method: get
Path: /crmRestApi/resources/11.13.18.05/salesForecastMetricSources/{MetricSrcCode}/child/MetricSourceReferenceColumns
Update a metric source reference column
Method: patch
Path: /crmRestApi/resources/11.13.18.05/salesForecastMetricSources/{MetricSrcCode}/child/MetricSourceReferenceColumns/{MetricSrcReferenceColumnId}