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: post
Path: /fscmRestApi/resources/11.13.18.05/studentFinancialSystemConfigurations/{BusinessUnitId}/child/refundMethods
Delete a refund method
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/studentFinancialSystemConfigurations/{BusinessUnitId}/child/refundMethods/{OrganizationRefundMethodId}
Get a refund method
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentFinancialSystemConfigurations/{BusinessUnitId}/child/refundMethods/{OrganizationRefundMethodId}
Get all refund methods
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentFinancialSystemConfigurations/{BusinessUnitId}/child/refundMethods
Update a refund method
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/studentFinancialSystemConfigurations/{BusinessUnitId}/child/refundMethods/{OrganizationRefundMethodId}