Person Relationships REST Endpoints

Person Relationships
The person relationships resource is used to manage relationship between two person profiles in Student Management. In trading community architecture, relationship exists between an object and subject. For example, mother could be object and daughter could be subject.
Create a person relationship
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedPersonRelationships
Delete a person relationship
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedPersonRelationships/{RelationshipId}
Get a person relationship
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedPersonRelationships/{RelationshipId}
Get all person relationships
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedPersonRelationships
Update a person relationship
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedPersonRelationships/{RelationshipId}