POST api/PoctLogin/PoctAdminEnqList

Request Information

URI Parameters

None.

Body Parameters

AdminEnqList
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AdminEnqList'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.