Payment Preferences REST Endpoints

Payment Preferences
The higher education payment preferences resource is used to view, create, or modify refund payment preferences. It stores information about refund payment priorities and refund methods.
Create payment preference
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedPaymentPreferences
Delete a payment preference
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedPaymentPreferences/{PaymentPreferenceId}
Get all payment preferences
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedPaymentPreferences
Get payment preference
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedPaymentPreferences/{PaymentPreferenceId}
Update a payment preference
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedPaymentPreferences/{PaymentPreferenceId}