- Subcategories:
- Credit Assignments
- Credit Periods
Student Credits Sponsorship REST Endpoints
Student Credits Sponsorship
The student sponsorship credits resource is used to view, create, or modify sponsorship 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 sponsorship credit
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/studentCreditSponsorships - Delete a student sponsorship credit
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID} - Get a student sponsorship credit
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID} - Get all student sponsorship credits
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/studentCreditSponsorships - Update a student sponsorship credit
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}