Fee Details REST Endpoints

Fee Groups/Fee Details
The fee details resource is used to associate the fees with the fee group.
Create a fee detail
Method: post
Path: /fscmRestApi/resources/11.13.18.05/feeGroups/{FeeGroupId}/child/feeDetails
Delete a fee detail
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/feeGroups/{FeeGroupId}/child/feeDetails/{FeeDetailId}
Get a fee detail
Method: get
Path: /fscmRestApi/resources/11.13.18.05/feeGroups/{FeeGroupId}/child/feeDetails/{FeeDetailId}
Get all fee details
Method: get
Path: /fscmRestApi/resources/11.13.18.05/feeGroups/{FeeGroupId}/child/feeDetails
Update a fee detail
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/feeGroups/{FeeGroupId}/child/feeDetails/{FeeDetailId}