Fee Groups REST Endpoints

Fee Groups
The fee groups resource is used to view, create, or modify an institution's fee groups. It stores information about how fees are grouped: whether they're used in tuition calculation or payment application.
Create a fee group
Method: post
Path: /fscmRestApi/resources/11.13.18.05/feeGroups
Delete a fee group
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/feeGroups/{FeeGroupId}
Get a fee group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/feeGroups/{FeeGroupId}
Get all fee groups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/feeGroups
Update a fee group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/feeGroups/{FeeGroupId}