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: post
Path: /fscmRestApi/resources/11.13.18.05/frcControls/{ControlId}/child/testPlans
Delete a test plan
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/frcControls/{ControlId}/child/testPlans/{TestPlanId}
Get a test plan
Method: get
Path: /fscmRestApi/resources/11.13.18.05/frcControls/{ControlId}/child/testPlans/{TestPlanId}
Get all test plans
Method: get
Path: /fscmRestApi/resources/11.13.18.05/frcControls/{ControlId}/child/testPlans
Update a test plan
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/frcControls/{ControlId}/child/testPlans/{TestPlanId}