GET api/LeadCompany/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LeadCompany| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadCompanyId | integer |
None. |
|
| LeadCompanyName | string |
None. |
|
| CreatedDate | date |
Data type: DateTime |
|
| CreatedBy | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"LeadCompanyId": 1,
"LeadCompanyName": "sample string 2",
"CreatedDate": "2025-12-08T01:56:37.3144865+05:30",
"CreatedBy": "sample string 4"
}
application/xml, text/xml
Sample:
<LeadCompany xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities"> <CreatedBy>sample string 4</CreatedBy> <CreatedDate>2025-12-08T01:56:37.3144865+05:30</CreatedDate> <LeadCompanyId>1</LeadCompanyId> <LeadCompanyName>sample string 2</LeadCompanyName> </LeadCompany>