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: post
Path: /fscmRestApi/resources/11.13.18.05/studentFinancialTransactions
Get a student financial transaction
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentFinancialTransactions/{studentFinancialTransactionsUniqID}
Get all student financial transactions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentFinancialTransactions
Update a student financial transaction
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/studentFinancialTransactions/{studentFinancialTransactionsUniqID}