Academic Histories REST Endpoints

Person Profiles/Academic Histories
The academic histories resource is a child of person profiles resource and provides information about the various academic histories associated with the user.
Create an academic history
Method: post
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/academicHistories
Delete an academic history
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/academicHistories/{AcademicHistoriesId}
Get all academic histories
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/academicHistories
Get an academic history
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/academicHistories/{AcademicHistoriesId}
Update an academic history
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/academicHistories/{AcademicHistoriesId}