Adapters REST Endpoints

Adapters
The adapters resource is used to view, create, delete or modify payment adapters. Setup of payment adapters includes defining the payment gateway and adapter mode, and enabling or disabling the adapter.
Create a payment adapter
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapters
Delete a payment adapter
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapters/{publicSectorAdaptersUniqID}
Get a payment adapter
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapters/{publicSectorAdaptersUniqID}
Get all payment adapters
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapters
Update a payment adapter
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapters/{publicSectorAdaptersUniqID}