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: post
Path: /fscmRestApi/resources/11.13.18.05/studentSponsorFees
Get a student sponsor fee
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentSponsorFees/{FeeId}
Get all sponsor fee periods
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentSponsorFees
Update a student sponsor fee
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/studentSponsorFees/{FeeId}