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: postPath:
/fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}/child/creditAssignments - Delete a credit assignment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}/child/creditAssignments/{CreditAssignmentId} - Get a credit assignment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}/child/creditAssignments/{CreditAssignmentId} - Get all credit assignments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}/child/creditAssignments - Update a credit assignment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/studentCreditSponsorships/{studentCreditSponsorshipsUniqID}/child/creditAssignments/{CreditAssignmentId}