Assertions REST Endpoints

Financial Reporting Compliance Controls/Assertions
The assertions resource is used to view or modify types of assertion. An assertion is a statement of presumed facts about a business process regulated by a control.
Create an assertion
Method: post
Path: /fscmRestApi/resources/11.13.18.05/frcControls/{ControlId}/child/assertions
Delete an assertion
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/frcControls/{ControlId}/child/assertions/{assertionsUniqID}
Get all assertions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/frcControls/{ControlId}/child/assertions
Get an assertion
Method: get
Path: /fscmRestApi/resources/11.13.18.05/frcControls/{ControlId}/child/assertions/{assertionsUniqID}
Update an assertion
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/frcControls/{ControlId}/child/assertions/{assertionsUniqID}