Integration Setups REST Endpoints
    
        Common Setup/Integration Setups
    
The integration setups resource is used to capture integration related fields.
- Create an integration setup
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorIntegrationSetups - Delete an integration setup
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorIntegrationSetups/{publicSectorIntegrationSetupsUniqID} - Get all integration setup
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorIntegrationSetups - Get an integration setup
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorIntegrationSetups/{publicSectorIntegrationSetupsUniqID} - Update an integration setup
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorIntegrationSetups/{publicSectorIntegrationSetupsUniqID}