Adapter Configs REST Endpoints

Adapter Configs
The adapter configs resource is used to view, create, delete or modify payment adapter configurations. Setup of payment adapter configuration includes defining a configuration name and value.
Create a payment adapter configuration
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapterConfigs
Delete a payment adapter configuration
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapterConfigs/{publicSectorAdapterConfigsUniqID}
Get a payment adapter configuration
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapterConfigs/{publicSectorAdapterConfigsUniqID}
Get all payment adapter configurations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapterConfigs
Update a payment adapter configuration
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAdapterConfigs/{publicSectorAdapterConfigsUniqID}