GET api/PoctLogin/QuizMasterBatchUpdate
Request Information
URI Parameters
None.
Body Parameters
QuizBatchUpdateModelName | 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": "2024-10-04T22:12:42.1699637+05:00", "AdmissionCloseDate": "2024-10-04T22:12:42.1699637+05:00" }
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>2024-10-04T22:12:42.1699637+05:00</AdmissionCloseDate> <BatchName>sample string 2</BatchName> <Price>4</Price> <Sn>1</Sn> <StartDate>2024-10-04T22:12:42.1699637+05:00</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.