Fee Association Attributes REST Endpoints

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