POST api/LPA/LPAEntryGateVerificationByRegNo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
LPAEntryGateRepsonseMDL| Name | Description | Type | Additional information |
|---|---|---|---|
| responsecode | string |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"responsecode": "sample string 1",
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<LPAEntryGateRepsonseMDL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL.LPA"> <message>sample string 2</message> <responsecode>sample string 1</responsecode> </LPAEntryGateRepsonseMDL>