Spend Classification Attribute Source Tables REST Endpoints
Spend Classification Attribute Source Tables
The Spend Classification Attribute Source Tables resource manages the tables that can be used for mapping the columns to additional attributes in Oracle Fusion Spend Classification.
- Create one source table
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/spendClassificationAttributeSourceTables
- Delete one source table
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/spendClassificationAttributeSourceTables/{DatasetSourceTableId}
- Get all tables
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/spendClassificationAttributeSourceTables
- Get one table
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/spendClassificationAttributeSourceTables/{DatasetSourceTableId}
- Update one source table
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/spendClassificationAttributeSourceTables/{DatasetSourceTableId}