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: postPath:
/crmRestApi/resources/11.13.18.05/salesForecastMetricSources/{MetricSrcCode}/child/MetricSourceReferenceColumns
- Delete a metric source reference column
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/salesForecastMetricSources/{MetricSrcCode}/child/MetricSourceReferenceColumns/{MetricSrcReferenceColumnId}
- Get a metric source reference column
- Method: getPath:
/crmRestApi/resources/11.13.18.05/salesForecastMetricSources/{MetricSrcCode}/child/MetricSourceReferenceColumns/{MetricSrcReferenceColumnId}
- Get all metric source reference columns
- Method: getPath:
/crmRestApi/resources/11.13.18.05/salesForecastMetricSources/{MetricSrcCode}/child/MetricSourceReferenceColumns
- Update a metric source reference column
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/salesForecastMetricSources/{MetricSrcCode}/child/MetricSourceReferenceColumns/{MetricSrcReferenceColumnId}