GET api/LeadContact/{id}?DataType={DataType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| DataType | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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:20:31.5332157+05:30",
"CreatedBy": "sample string 9"
},
{
"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:20:31.5332157+05:30",
"CreatedBy": "sample string 9"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.