Test Plans REST Endpoints
    
        Financial Reporting Compliance Controls/Test Plans
    
The test plans resource is used to view or modify procedures carried out during control assessments to determine whether controls are effective.
- Create a test plan
- Method: postPath:/fscmRestApi/resources/11.13.18.05/frcControls/{ControlId}/child/testPlans
- Delete a test plan
- Method: deletePath:/fscmRestApi/resources/11.13.18.05/frcControls/{ControlId}/child/testPlans/{TestPlanId}
- Get a test plan
- Method: getPath:/fscmRestApi/resources/11.13.18.05/frcControls/{ControlId}/child/testPlans/{TestPlanId}
- Get all test plans
- Method: getPath:/fscmRestApi/resources/11.13.18.05/frcControls/{ControlId}/child/testPlans
- Update a test plan
- Method: patchPath:/fscmRestApi/resources/11.13.18.05/frcControls/{ControlId}/child/testPlans/{TestPlanId}