Associated Academic Entities REST Endpoints

System Offices/Associated Academic Entities
Associated entities have a parent or child relationship to another entity in the entity hierarchy.
Create an entity association
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/associatedEntities
Delete an entity association
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/associatedEntities/{EntityAssociationId}
Get all associated entities
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/associatedEntities
Get an associated entity
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/associatedEntities/{EntityAssociationId}
Update an entity association
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/associatedEntities/{EntityAssociationId}