POST api/App/App_InsertUpdateTestTakenMarks_V1

Request Information

URI Parameters

None.

Body Parameters

App_InsertUpdateTestTakenMarks_V1Request
NameDescriptionTypeAdditional information
YearId

integer

None.

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:
{
  "YearId": 1,
  "Test_Id": 2,
  "Div_Id": 3,
  "Data": "sample string 4",
  "FacultyId": 5,
  "IsRegularTest": true,
  "MaxMarks": 7.1,
  "SubjectId": 8,
  "TestDate": "2026-03-25T16:49:43.6301519+05:30",
  "TestName": "sample string 10"
}

application/xml, text/xml

Sample:
<App_InsertUpdateTestTakenMarks_V1Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models">
  <Data>sample string 4</Data>
  <Div_Id>3</Div_Id>
  <FacultyId>5</FacultyId>
  <IsRegularTest>true</IsRegularTest>
  <MaxMarks>7.1</MaxMarks>
  <SubjectId>8</SubjectId>
  <TestDate>2026-03-25T16:49:43.6301519+05:30</TestDate>
  <TestName>sample string 10</TestName>
  <Test_Id>2</Test_Id>
  <YearId>1</YearId>
</App_InsertUpdateTestTakenMarks_V1Request>

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.