Associated Academic Entities REST Endpoints

Academic Institutions/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/academicInstitutions/{InstitutionId}/child/associatedEntities
Delete an entity association
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/academicInstitutions/{InstitutionId}/child/associatedEntities/{EntityAssociationId}
Get all associated entities
Method: get
Path: /fscmRestApi/resources/11.13.18.05/academicInstitutions/{InstitutionId}/child/associatedEntities
Get an associated entity
Method: get
Path: /fscmRestApi/resources/11.13.18.05/academicInstitutions/{InstitutionId}/child/associatedEntities/{EntityAssociationId}
Update an entity association
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/academicInstitutions/{InstitutionId}/child/associatedEntities/{EntityAssociationId}