POST api/PoctLogin/breakdownreportengg

Request Information

URI Parameters

None.

Body Parameters

breakdownsearch
NameDescriptionTypeAdditional information
engineerName

string

None.

from_serviceDate

string

None.

to_serviceDate

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "engineerName": "sample string 1",
  "from_serviceDate": "sample string 2",
  "to_serviceDate": "sample string 3"
}

application/xml, text/xml

Sample:
<Login.breakdownsearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models">
  <engineerName>sample string 1</engineerName>
  <from_serviceDate>sample string 2</from_serviceDate>
  <to_serviceDate>sample string 3</to_serviceDate>
</Login.breakdownsearch>

multipart/form-data

Sample:
<Login.breakdownsearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"><engineerName>sample string 1</engineerName><from_serviceDate>sample string 2</from_serviceDate><to_serviceDate>sample string 3</to_serviceDate></Login.breakdownsearch>

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

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.