Fee Association Fees REST Endpoints

Fee Associations/Fee Association Fees
The fee association fees resource stores the fees used in a fee association.
Create a fee association fee
Method: post
Path: /fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationFees
Delete a fee association fee
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationFees/{FeeAssociationFeeId}
Get a fee association fee
Method: get
Path: /fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationFees/{FeeAssociationFeeId}
Get all fee association fees
Method: get
Path: /fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationFees
Update a fee association fee
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationFees/{FeeAssociationFeeId}