Form Fragments REST Endpoints

Application Form Definitions/Form Fragments
The form fragment is child to the application form definition and provides information about various parts of the form.
Create a form fragment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/applicationFormDefinitions/{FormId}/child/formFragments
Delete a form fragment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/applicationFormDefinitions/{FormId}/child/formFragments/{FormFragmentId}
Get a form fragment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/applicationFormDefinitions/{FormId}/child/formFragments/{FormFragmentId}
Get all form fragments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/applicationFormDefinitions/{FormId}/child/formFragments
Update a form fragment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/applicationFormDefinitions/{FormId}/child/formFragments/{FormFragmentId}