POST api/PoctLogin/breakdownreport
Request Information
URI Parameters
None.
Body Parameters
breakdownsearch| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data, text/html
Sample:
Sample not available.