Adapter Methods REST Endpoints

Adapter Methods
The adapter methods resource is used to view, create, delete or modify payment adapter payment methods. Setup of payment adapter payment methods includes defining the service charge percentage, service charge amount, service charge currency, service charge description, special instructions and redirect flag.
Create a payment adapter payment method
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapterMethods
Delete a payment adapter payment method
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapterMethods/{publicSectorAdapterMethodsUniqID}
Get a payment adapter payment method
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapterMethods/{publicSectorAdapterMethodsUniqID}
Get all payment adapter payment methods
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapterMethods
Update a payment adapter payment method
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapterMethods/{publicSectorAdapterMethodsUniqID}