Credit Periods REST Endpoints

Student Credits Sponsorship/Credit Periods
The credit periods resource is used to associate reporting academic periods with a sponsorship credit.
Create a credit period
Method: post
Path: /fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}/child/creditPeriods
Delete a credit period
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}/child/creditPeriods/{CreditPeriodId}
Get a credit period
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}/child/creditPeriods/{CreditPeriodId}
Get all credit periods
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}/child/creditPeriods
Update a credit period
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}/child/creditPeriods/{CreditPeriodId}