Student Credit Posting REST Endpoints
Student Credit Posting
The student credit posting resource is used to view, post, or reverse credits on student accounts.
- Create an on-account credit memo on a student account.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/studentCreditPostings - Get a posted credit.
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/studentCreditPostings/{CreditPostingId} - Get all credits posted on student accounts.
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/studentCreditPostings - Update a student credit transaction status.
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/studentCreditPostings/{CreditPostingId}