Spend Classification Data Sets REST Endpoints
Spend Classification Data Sets
The Spend Classification Data Sets resource manages the data sets in Oracle Fusion Spend Classification.
- Classify a data set
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/{DataSetName}/action/classifyDataSet - Copy a data set.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/{DataSetName}/action/copyDataSet - Create a sample training set.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/{DataSetName}/action/createSample - Create data sets
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets - Delete a data set
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/{DataSetName} - Get all data sets
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets - Get one data set
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/{DataSetName} - The number of transactions available in a sample training set when the set is created.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/{DataSetName}/action/estimateDatasetCount - Update a data set
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/{DataSetName}