GET api/LeadContact/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LeadContact| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadContactId | integer |
None. |
|
| LeadId | integer |
None. |
|
| ContactName | string |
None. |
|
| ContactEmail | string |
None. |
|
| ContactPhone | string |
None. |
|
| CompanyName | string |
None. |
|
| PANNumber | string |
None. |
|
| CreatedDate | date |
Data type: DateTime |
|
| CreatedBy | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"LeadContactId": 1,
"LeadId": 2,
"ContactName": "sample string 3",
"ContactEmail": "sample string 4",
"ContactPhone": "sample string 5",
"CompanyName": "sample string 6",
"PANNumber": "sample string 7",
"CreatedDate": "2025-12-08T01:23:28.376964+05:30",
"CreatedBy": "sample string 9"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.