Transaction Sources REST Endpoints

Student Financial System Configurations/Transaction Sources
The transaction sources resource is used to find transaction sources to map user-defined fee types. Transaction source to fee type mapping is also associated to an academic business unit.
Create transaction sources
Method: post
Path: /fscmRestApi/resources/11.13.18.05/studentFinancialSystemConfigurations/{BusinessUnitId}/child/transactionSources
Delete a transaction source
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/studentFinancialSystemConfigurations/{BusinessUnitId}/child/transactionSources/{TransactionSourceId}
Get a transaction source
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentFinancialSystemConfigurations/{BusinessUnitId}/child/transactionSources/{TransactionSourceId}
Get all transaction sources
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentFinancialSystemConfigurations/{BusinessUnitId}/child/transactionSources
Update a transaction source
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/studentFinancialSystemConfigurations/{BusinessUnitId}/child/transactionSources/{TransactionSourceId}