POST api/PoctLogin/dcrdetail

Request Information

URI Parameters

None.

Body Parameters

dcrdate
NameDescriptionTypeAdditional information
datefrom

date

None.

dateto

date

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "datefrom": "2026-01-13T15:36:07.1430165+05:30",
  "dateto": "2026-01-13T15:36:07.1430165+05:30"
}

application/xml, text/xml

Sample:
<Login.dcrdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models">
  <datefrom>2026-01-13T15:36:07.1430165+05:30</datefrom>
  <dateto>2026-01-13T15:36:07.1430165+05:30</dateto>
</Login.dcrdate>

multipart/form-data

Sample:
<Login.dcrdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"><datefrom>2026-01-13T15:36:07.1430165+05:30</datefrom><dateto>2026-01-13T15:36:07.1430165+05:30</dateto></Login.dcrdate>

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 'dcrdate'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data, text/html

Sample:

Sample not available.