Questionnaire Category REST Endpoints

Questionnaire/Questionnaire Category
Create new Questionnaire Category
Method: post
Path: /spms/v1/questionnaireCategories
Delete Questionnaire Category
Method: delete
Path: /spms/v1/questionnaireCategories/{id}
Retrieve a questionnaire category by ID
Method: get
Path: /spms/v1/questionnaireCategories/{id}
Retrieve the list of Questionnaire Categories
Method: get
Path: /spms/v1/questionnaireCategories
Update Questionnaire Category
Method: put
Path: /spms/v1/questionnaireCategories/{id}