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: post
Path: /fscmRestApi/resources/11.13.18.05/hedGeneralSettings
Get a setting
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedGeneralSettings/{SettingId}
Get all settings
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedGeneralSettings
Update a setting
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedGeneralSettings/{SettingId}