POST api/PoctLogin/QuizMasterBatchUpdate
Request Information
URI Parameters
None.
Body Parameters
QuizBatchUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Sn | integer |
None. |
|
| BatchName | string |
None. |
|
| TestCount | integer |
None. |
|
| Price | decimal number |
None. |
|
| StartDate | date |
None. |
|
| AdmissionCloseDate | date |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"Sn": 1,
"BatchName": "sample string 2",
"TestCount": 3,
"Price": 4.0,
"StartDate": "2025-11-03T05:54:08.3332655+05:30",
"AdmissionCloseDate": "2025-11-03T05:54:08.3332655+05:30"
}
application/xml, text/xml
Sample:
<Login.QuizBatchUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"> <AdmissionCloseDate>2025-11-03T05:54:08.3332655+05:30</AdmissionCloseDate> <BatchName>sample string 2</BatchName> <Price>4</Price> <Sn>1</Sn> <StartDate>2025-11-03T05:54:08.3332655+05:30</StartDate> <TestCount>3</TestCount> </Login.QuizBatchUpdateModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.