Credit Assignments REST Endpoints

Student Credits Sponsorship/Credit Assignments
The credit assignments resource is used to assign a student to a sponsorship credit.
Create a credit assignment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}/child/creditAssignments
Delete a credit assignment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}/child/creditAssignments/{CreditAssignmentId}
Get a credit assignment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}/child/creditAssignments/{CreditAssignmentId}
Get all credit assignments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}/child/creditAssignments
Update a credit assignment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}/child/creditAssignments/{CreditAssignmentId}