PUT api/LeadContact/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
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. |
Request 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.4082141+05:30",
"CreatedBy": "sample string 9"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |