URL
https://devwebapi.leadmaster.com/api/LMAPI/GetCompanyNameFromCId?CompanyID={CompanyID}
Description
Get Company Name from Company ID
HttpMethod
POST
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| CompanyID |
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": {
"CompanyName": "sample string 1",
"BannerLogo": "sample string 2"
}
}
application/xml, text/xml
Sample:
<APIResponseBaseOfCompanyNameModel6ZPUqztj 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>
<BannerLogo>sample string 2</BannerLogo>
<CompanyName>sample string 1</CompanyName>
</Result>
<StatusCode>Continue</StatusCode>
</APIResponseBaseOfCompanyNameModel6ZPUqztj>