Application Programs REST Endpoints

Application Form Definitions/Application Programs
The application program is child to application form definition and provides information about the programs form metadata.
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}