Skip to main content
Version: Next

Degree of difficulty

This method allows inserting degrees of difficulty through a REST API.

POST /apigateway/se/rest/v1/survey/question-level

Request example:

Request body parameterTypeRequiredDescription
idQuestionLevelStringYesID #
nmQuestionLevelStringYesName

Request example:

{
"idQuestionLevel": "string",
"nmQuestionLevel": "string"
}

Response example:

200 OK

{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}