POST api/PoctLogin/PoctAdminEnqList
Request Information
URI Parameters
None.
Body Parameters
AdminEnqList| Name | Description | Type | Additional information |
|---|---|---|---|
| Year | integer |
None. |
|
| Month | integer |
None. |
|
| Mode | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"Year": 1,
"Month": 2,
"Mode": 3
}
application/xml, text/xml
Sample:
<Login.AdminEnqList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"> <Mode>3</Mode> <Month>2</Month> <Year>1</Year> </Login.AdminEnqList>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.