Student Financial Transactions REST Endpoints
Student Financial Transactions
The student financial transactions resource is used to view, create, or modify all charges and receipts that are associated to a student. It stores information that's needed to post a charge or receipt to a student account.
- Create a student financial transaction
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/studentFinancialTransactions - Get a student financial transaction
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/studentFinancialTransactions/{studentFinancialTransactionsUniqID} - Get all student financial transactions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/studentFinancialTransactions - Update a student financial transaction
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/studentFinancialTransactions/{studentFinancialTransactionsUniqID}