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: postPath:
/fscmRestApi/resources/11.13.18.05/feeDiscounts - Delete a discount
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/feeDiscounts/{DiscountId} - Get a discount
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/feeDiscounts/{DiscountId} - Get all discounts
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/feeDiscounts - Update a discount
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/feeDiscounts/{DiscountId}