General Settings REST Endpoints
    
        General Settings
    
The general settings resource is used to create, view, and modify the settings that are applicable across student management. General settings include age settings that define age limits across student management.
- Create a setting
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedGeneralSettings - Get a setting
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedGeneralSettings/{SettingId} - Get all settings
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedGeneralSettings - Update a setting
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedGeneralSettings/{SettingId}