Objects REST Endpoints

Objects
The objects resource is used to capture all data security objects.
Create a data security object
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorObjects
Delete a data security object
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorObjects/{publicSectorObjectsUniqID}
Get a data security object
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorObjects/{publicSectorObjectsUniqID}
Get all data security objects
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorObjects
Unregister a data security object
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorObjects
Update a data security object
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorObjects/{publicSectorObjectsUniqID}