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: post
Path: /fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/{DataSetName}/action/classifyDataSet
Copy a data set.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/{DataSetName}/action/copyDataSet
Create a sample training set.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/{DataSetName}/action/createSample
Create data sets
Method: post
Path: /fscmRestApi/resources/11.13.18.05/spendClassificationDataSets
Delete a data set
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/{DataSetName}
Get all data sets
Method: get
Path: /fscmRestApi/resources/11.13.18.05/spendClassificationDataSets
Get one data set
Method: get
Path: /fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/{DataSetName}
The number of transactions available in a sample training set when the set is created.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/{DataSetName}/action/estimateDatasetCount
Update a data set
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/spendClassificationDataSets/{DataSetName}