Fee Discounts REST Endpoints

Fee Discounts
The fee discounts resource is used to view, create, or modify discounts. It stores information about the discounts which are offered by an institution.
Create a discount
Method: post
Path: /fscmRestApi/resources/11.13.18.05/feeDiscounts
Delete a discount
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/feeDiscounts/{DiscountId}
Get a discount
Method: get
Path: /fscmRestApi/resources/11.13.18.05/feeDiscounts/{DiscountId}
Get all discounts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/feeDiscounts
Update a discount
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/feeDiscounts/{DiscountId}