Student Credit Waivers REST Endpoints

Student Credit Waivers
The student credit waiver resource lists all student credits with a credit type of waiver.
Create a student waiver credit
Method: post
Path: /fscmRestApi/resources/11.13.18.05/studentCreditWaivers
Delete a student waiver credit
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/studentCreditWaivers/{studentCreditWaiversUniqID}
Get a student waiver credit
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentCreditWaivers/{studentCreditWaiversUniqID}
Get all student waiver credits
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentCreditWaivers
Update a student waiver credit
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/studentCreditWaivers/{studentCreditWaiversUniqID}