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: postPath:
/fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationFees/{FeeAssociationFeeId}/child/feeAssociationAttributes - Delete a fee association attribute
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationFees/{FeeAssociationFeeId}/child/feeAssociationAttributes/{FeeAssociationAttributeId} - Get a fee association attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationFees/{FeeAssociationFeeId}/child/feeAssociationAttributes/{FeeAssociationAttributeId} - Get all fee association attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationFees/{FeeAssociationFeeId}/child/feeAssociationAttributes - Update a fee association attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationFees/{FeeAssociationFeeId}/child/feeAssociationAttributes/{FeeAssociationAttributeId}