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