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: post
Path: /fscmRestApi/resources/11.13.18.05/studentCreditPostings
Get a posted credit.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentCreditPostings/{CreditPostingId}
Get all credits posted on student accounts.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentCreditPostings
Update a student credit transaction status.
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/studentCreditPostings/{CreditPostingId}