Special Needs REST Endpoints

Gateway Security/Configuration/Special Needs
Create/ add a new special needs
Method: post
Path: /spms/v1/configurations/general/specialNeeds
Remove/ Delete a special needs by code
Method: delete
Path: /spms/v1/configurations/general/specialNeeds/{code}
Retrieve a list of all special needs
Method: get
Path: /spms/v1/configurations/general/specialNeeds
Retrieve a special needs by code
Method: get
Path: /spms/v1/configurations/general/specialNeeds/{code}
Retrieve list of all enabled special needs
Method: get
Path: /spms/v1/configurations/general/specialNeeds/enabled
Update a special needs record by code
Method: put
Path: /spms/v1/configurations/general/specialNeeds/{code}