Safe Domains REST Endpoints
Common Setup/Safe Domains
This resource is used to view, create, or modify the safe domain list.
- Create a safe domain
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorSafeDomains - Delete a safe domain
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorSafeDomains/{publicSectorSafeDomainsUniqID} - Get a safe domain
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorSafeDomains/{publicSectorSafeDomainsUniqID} - Get all safe domains
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorSafeDomains - Update a safe domain
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorSafeDomains/{publicSectorSafeDomainsUniqID}