Academic Test Results REST Endpoints

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