Student Credit Receipts REST Endpoints

Student Credit Receipts
The student receipt credits resource is used to view, create, or modify credits you set up for a business unit. It stores information about what charges these credits can pay and other financial attributes for accounting.
Create a student receipt credit
Method: post
Path: /fscmRestApi/resources/11.13.18.05/studentCreditReceipts
Delete a student receipt credit
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/studentCreditReceipts/{CreditId}
Get a student receipt credit
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentCreditReceipts/{CreditId}
Get all student receipt credits
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentCreditReceipts
Update a student receipt credit
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/studentCreditReceipts/{CreditId}