URL
https://devwebapi.leadmaster.com/api/LMAPI/CheckLoginRequiredURL?keyIDType={keyIDType}&un={un}&pwd={pwd}&DeviceToken={DeviceToken}&DeviceId={DeviceId}&DeviceType={DeviceType}
No documentation available.
HttpMethod
POST
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| keyIDType | No documentation available. |
Define this parameter in the request URI. |
| un | No documentation available. |
Define this parameter in the request URI. |
| pwd | No documentation available. |
Define this parameter in the request URI. |
| DeviceToken | No documentation available. |
Define this parameter in the request URI. |
| DeviceId | No documentation available. |
Define this parameter in the request URI. |
| DeviceType | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"StatusCode": 100,
"IsSuccess": true,
"Message": "sample string 2",
"Result": {
"validLogon": "sample string 1",
"fullName": "sample string 2",
"defaultMiles": 3.0,
"TrackMobileLocation": true,
"MobileTrackingFrequency": 5,
"PartnerrepID": 6,
"AccmgrID": 7,
"LogonId": 8
}
}
application/xml, text/xml
Sample:
<APIResponseBaseOfLoginCIDModel6ZPUqztj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessObjects.ViewModel">
<IsSuccess>true</IsSuccess>
<Message>sample string 2</Message>
<Result>
<AccmgrID>7</AccmgrID>
<LogonId>8</LogonId>
<MobileTrackingFrequency>5</MobileTrackingFrequency>
<PartnerrepID>6</PartnerrepID>
<TrackMobileLocation>true</TrackMobileLocation>
<defaultMiles>3</defaultMiles>
<fullName>sample string 2</fullName>
<validLogon>sample string 1</validLogon>
</Result>
<StatusCode>Continue</StatusCode>
</APIResponseBaseOfLoginCIDModel6ZPUqztj>