- Subcategories:
- Sponsor Fee Periods
Student Sponsor Fees REST Endpoints
    
        Student Sponsor Fees
    
The student sponsor fees resource is used to view, create, or modify sponsor fees that can be associated to a sponsorship agreement. It stores information that's needed to post a charge to a sponsor account when a corresponding credit's posted on a student's account to pay for the student's fees.
- Create student sponsor fees
- Method: postPath:/fscmRestApi/resources/11.13.18.05/studentSponsorFees
- Get a student sponsor fee
- Method: getPath:/fscmRestApi/resources/11.13.18.05/studentSponsorFees/{FeeId}
- Get all sponsor fee periods
- Method: getPath:/fscmRestApi/resources/11.13.18.05/studentSponsorFees
- Update a student sponsor fee
- Method: patchPath:/fscmRestApi/resources/11.13.18.05/studentSponsorFees/{FeeId}