POST api/PoctLogin/breakdowncheck

Request Information

URI Parameters

None.

Body Parameters

checkbr
NameDescriptionTypeAdditional information
complaintno

string

None.

checklocation

string

None.

checkinpin

string

None.

engg

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "complaintno": "sample string 1",
  "checklocation": "sample string 2",
  "checkinpin": "sample string 3",
  "engg": "sample string 4"
}

application/xml, text/xml

Sample:
<Login.checkbr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models">
  <checkinpin>sample string 3</checkinpin>
  <checklocation>sample string 2</checklocation>
  <complaintno>sample string 1</complaintno>
  <engg>sample string 4</engg>
</Login.checkbr>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.