Relationship Types REST Endpoints
Relationship Types
The relationship types resource is used to manage the supported relationship types between two business objects in Student Management.
- Create a relationship type
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedRelationshipTypes
- Get a relationship type
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedRelationshipTypes/{RelationshipTypeId}
- Get all relationship types
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedRelationshipTypes
- Update a relationship type
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedRelationshipTypes/{RelationshipTypeId}