Academic Test Component Results REST Endpoints

Academic Test Results/Academic Test Component Results
Academic Test Results allows user to manage standardized test scores for a student.
Create a test component result
Method: post
Path: /fscmRestApi/resources/11.13.18.05/personTests/{PersonTestId}/child/personScores
Delete a test component result
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/personTests/{PersonTestId}/child/personScores/{PersonScoreId}
Get a test component result
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personTests/{PersonTestId}/child/personScores/{PersonScoreId}
Get all test component results
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personTests/{PersonTestId}/child/personScores
Update a test component result
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/personTests/{PersonTestId}/child/personScores/{PersonScoreId}