URL
http://webapi.leadmaster.com/api/LMAPI/AutoLoginAPI?keyIDType={keyIDType}&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. |
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": { "autoLogin": "sample string 1", "fullName": "sample string 2", "DBPath": "sample string 3", "DatabaseId": 4, "CompanyId": 5.1, "LogonId": 6.1, "BusinessType": "sample string 7", "RepId": 8, "InternalSecurity": "sample string 9", "TrackMobileLocation": true, "MobileTrackingFrequency": 11, "PartnerrepID": 12, "AccmgrID": 13, "emailID": "sample string 14", "BannerLogo": "sample string 15" } }
application/xml, text/xml
Sample:
<APIResponseBaseOfLoginURLModel6ZPUqztj 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>13</AccmgrID> <BannerLogo>sample string 15</BannerLogo> <BusinessType>sample string 7</BusinessType> <CompanyId>5.1</CompanyId> <DBPath>sample string 3</DBPath> <DatabaseId>4</DatabaseId> <InternalSecurity>sample string 9</InternalSecurity> <LogonId>6.1</LogonId> <MobileTrackingFrequency>11</MobileTrackingFrequency> <PartnerrepID>12</PartnerrepID> <RepId>8</RepId> <TrackMobileLocation>true</TrackMobileLocation> <autoLogin>sample string 1</autoLogin> <emailID>sample string 14</emailID> <fullName>sample string 2</fullName> </Result> <StatusCode>Continue</StatusCode> </APIResponseBaseOfLoginURLModel6ZPUqztj>