Create exam

Method

Method Description
exam.examCreate Create exam.

Request parameters

{
    "title": "{ExamTitle}",
    "category": "{ExamCategory}",
    "code": "{ExamCode}"
}

Response parameters

{
    "id": {TestId},
    "completed": {Completed}
}

Variable Type Appearance Description
{ExamTitle} String Mandatory Exam title.
{ExamCategory} String Mandatory Exam category. For example "Language" for language related exams or vendor name if it is vendor specific exam.
{ExamCode} String Mandatory Exam code.
{TestId} Integer Mandatory Exam id.
{Completed} Boolean Mandatory Indicates whether action was successfully completed or not.