- Subcategories:
- Fee Association Attributes
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: postPath:
/fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationFees - Delete a fee association fee
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationFees/{FeeAssociationFeeId} - Get a fee association fee
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationFees/{FeeAssociationFeeId} - Get all fee association fees
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationFees - Update a fee association fee
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationFees/{FeeAssociationFeeId}