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: post
Path: /fscmRestApi/resources/11.13.18.05/studentCreditSponsorships
Delete a student sponsorship credit
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}
Get a student sponsorship credit
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}
Get all student sponsorship credits
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentCreditSponsorships
Update a student sponsorship credit
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}