URL
https://devwebapi.leadmaster.com/api/LMAPI/GetMobilenumber?key={key}&name={name}
Description
Get mobile number from Key and name
HttpMethod
POST
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
key |
Define this parameter in the request URI. |
|
name |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "StatusCode": 100, "IsSuccess": true, "Message": "sample string 2", "Result": { "mobilenumber": "sample string 1" } }
application/xml, text/xml
Sample:
<APIResponseBaseOfMobilenumberModel6ZPUqztj 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> <mobilenumber>sample string 1</mobilenumber> </Result> <StatusCode>Continue</StatusCode> </APIResponseBaseOfMobilenumberModel6ZPUqztj>