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 parameter | Type | Required | Description |
---|---|---|---|
idQuestionLevel | String | Yes | ID # |
nmQuestionLevel | String | Yes | Name |
Request example:
{
"idQuestionLevel": "string",
"nmQuestionLevel": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}