POST api/AddUpdateTeacherSQ

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
TeacherSQ
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "TeacherSQID": 1,
  "Title": "sample string 2",
  "Description": "sample string 3",
  "QBTopicID": 4,
  "QBTopicName": "sample string 5",
  "UserID": 6,
  "TeacherName": "sample string 7",
  "BatchID": 8,
  "Batch": "sample string 9",
  "QuestionNoList": "sample string 10",
  "AnswerList": "sample string 11",
  "IsVisible": true,
  "CreatedByUserID": 13,
  "CreatedOnDate": "sample string 14",
  "IsActive": true
}

text/html

Sample:
{"TeacherSQID":1,"Title":"sample string 2","Description":"sample string 3","QBTopicID":4,"QBTopicName":"sample string 5","UserID":6,"TeacherName":"sample string 7","BatchID":8,"Batch":"sample string 9","QuestionNoList":"sample string 10","AnswerList":"sample string 11","IsVisible":true,"CreatedByUserID":13,"CreatedOnDate":"sample string 14","IsActive":true}

application/xml, text/xml

Sample:
<TeacherSQViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.QuestionBank">
  <AnswerList>sample string 11</AnswerList>
  <Batch>sample string 9</Batch>
  <BatchID>8</BatchID>
  <CreatedByUserID>13</CreatedByUserID>
  <CreatedOnDate>sample string 14</CreatedOnDate>
  <Description>sample string 3</Description>
  <IsActive>true</IsActive>
  <IsVisible>true</IsVisible>
  <QBTopicID>4</QBTopicID>
  <QBTopicName>sample string 5</QBTopicName>
  <QuestionNoList>sample string 10</QuestionNoList>
  <TeacherName>sample string 7</TeacherName>
  <TeacherSQID>1</TeacherSQID>
  <Title>sample string 2</Title>
  <UserID>6</UserID>
</TeacherSQViewModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TeacherSQViewModel'.