Fee Associations Object REST Endpoints
    
        Fee Associations/Fee Associations Object
    
Fee association objects store information about objects like courses, programs, forms, transcripts, and so on, that are mapped to the fee association.
- Delete a fee association object
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationObjects/{FeeAssociationObjectId} - Get a fee association object
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationObjects/{FeeAssociationObjectId} - Get all fee association objects
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationObjects - Update a fee association object
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationObjects/{FeeAssociationObjectId} - Update or create a fee association object
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/feeAssociations/{FeeAssociationId}/child/feeAssociationObjects