POST api/PoctLogin/QuizMasterBatchAdd

Request Information

URI Parameters

None.

Body Parameters

QuizBatchAddModel
NameDescriptionTypeAdditional information
BatchName

string

None.

TestCount

integer

None.

Price

decimal number

None.

StartDate

date

None.

AdmissionCloseDate

date

None.

CourseID

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "BatchName": "sample string 1",
  "TestCount": 2,
  "Price": 3.0,
  "StartDate": "2024-10-16T15:38:55.9958169+05:00",
  "AdmissionCloseDate": "2024-10-16T15:38:55.9958169+05:00",
  "CourseID": "sample string 6"
}

application/xml, text/xml

Sample:
<Login.QuizBatchAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models">
  <AdmissionCloseDate>2024-10-16T15:38:55.9958169+05:00</AdmissionCloseDate>
  <BatchName>sample string 1</BatchName>
  <CourseID>sample string 6</CourseID>
  <Price>3</Price>
  <StartDate>2024-10-16T15:38:55.9958169+05:00</StartDate>
  <TestCount>2</TestCount>
</Login.QuizBatchAddModel>

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, text/html

Sample:

Sample not available.