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: postPath:
/fscmRestApi/resources/11.13.18.05/feeGroups/{FeeGroupId}/child/feeDetails - Delete a fee detail
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/feeGroups/{FeeGroupId}/child/feeDetails/{FeeDetailId} - Get a fee detail
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/feeGroups/{FeeGroupId}/child/feeDetails/{FeeDetailId} - Get all fee details
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/feeGroups/{FeeGroupId}/child/feeDetails - Update a fee detail
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/feeGroups/{FeeGroupId}/child/feeDetails/{FeeDetailId}