POST api/App/App_InsertUpdateTestTakenMarks

Request Information

URI Parameters

None.

Body Parameters

App_InsertUpdateTestTakenMarksRequest
NameDescriptionTypeAdditional information
Test_Id

integer

None.

Div_Id

integer

None.

Data

string

None.

FacultyId

integer

None.

IsRegularTest

boolean

None.

MaxMarks

decimal number

None.

SubjectId

integer

None.

TestDate

date

None.

TestName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Test_Id": 1,
  "Div_Id": 2,
  "Data": "sample string 3",
  "FacultyId": 4,
  "IsRegularTest": true,
  "MaxMarks": 6.1,
  "SubjectId": 7,
  "TestDate": "2026-03-25T16:47:49.3941933+05:30",
  "TestName": "sample string 9"
}

application/xml, text/xml

Sample:
<App_InsertUpdateTestTakenMarksRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models">
  <Data>sample string 3</Data>
  <Div_Id>2</Div_Id>
  <FacultyId>4</FacultyId>
  <IsRegularTest>true</IsRegularTest>
  <MaxMarks>6.1</MaxMarks>
  <SubjectId>7</SubjectId>
  <TestDate>2026-03-25T16:47:49.3941933+05:30</TestDate>
  <TestName>sample string 9</TestName>
  <Test_Id>1</Test_Id>
</App_InsertUpdateTestTakenMarksRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.