Refund Methods REST Endpoints
    
        Student Financial System Configurations/Refund Methods
    
The refund methods resource is used to find refund methods to associate to an academic business unit. Refund methods are used in the issue refunds process.
- Create refund methods
- Method: postPath:/fscmRestApi/resources/11.13.18.05/studentFinancialSystemConfigurations/{BusinessUnitId}/child/refundMethods
- Delete a refund method
- Method: deletePath:/fscmRestApi/resources/11.13.18.05/studentFinancialSystemConfigurations/{BusinessUnitId}/child/refundMethods/{OrganizationRefundMethodId}
- Get a refund method
- Method: getPath:/fscmRestApi/resources/11.13.18.05/studentFinancialSystemConfigurations/{BusinessUnitId}/child/refundMethods/{OrganizationRefundMethodId}
- Get all refund methods
- Method: getPath:/fscmRestApi/resources/11.13.18.05/studentFinancialSystemConfigurations/{BusinessUnitId}/child/refundMethods
- Update a refund method
- Method: patchPath:/fscmRestApi/resources/11.13.18.05/studentFinancialSystemConfigurations/{BusinessUnitId}/child/refundMethods/{OrganizationRefundMethodId}