POST api/LPA/LPASaveDriverDetails
Request Information
URI Parameters
None.
Body Parameters
LPAEntryGateReqMDL| Name | Description | Type | Additional information |
|---|---|---|---|
| DLNo | string |
None. |
|
| DOB | string |
None. |
|
| DriverName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DLNo": "sample string 1",
"DOB": "sample string 2",
"DriverName": "sample string 3"
}
application/xml, text/xml
Sample:
<LPAEntryGateReqMDL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL.LPA"> <DLNo>sample string 1</DLNo> <DOB>sample string 2</DOB> <DriverName>sample string 3</DriverName> </LPAEntryGateReqMDL>
application/x-www-form-urlencoded
Sample:
Sample not available.
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>