Subclasses REST Endpoints
Common Setup/Subclasses
The subclasses resource is used to create new REST-enabled record types for subclassing. It creates both entity objects and view objects. It also creates the REST end point for new view objects, enables security on the REST end point, displays business objects in Data Composer, and enables sandboxing. The subclass resource is primarily used for internal Oracle development purposes only.
- Create a subclass
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorSubClassMetas
- Delete a subclass
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorSubClassMetas/{SubclassId}
- Get a subclass
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorSubClassMetas/{SubclassId}
- Get all subclasses
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorSubClassMetas
- Update a subclass
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorSubClassMetas/{SubclassId}