Integration Setups REST Endpoints

Common Setup/Integration Setups
The integration setups resource is used to capture integration related fields.
Create an integration setup
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIntegrationSetups
Delete an integration setup
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIntegrationSetups/{publicSectorIntegrationSetupsUniqID}
Get all integration setup
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIntegrationSetups
Get an integration setup
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIntegrationSetups/{publicSectorIntegrationSetupsUniqID}
Update an integration setup
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorIntegrationSetups/{publicSectorIntegrationSetupsUniqID}