PUT api/LeadScope/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
LeadScope| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadScopeId | integer |
None. |
|
| LeadScopeName | string |
None. |
|
| CreatedDate | date |
Data type: DateTime |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LeadScopeId": 1,
"LeadScopeName": "sample string 2",
"CreatedDate": "2025-12-08T01:09:52.2988474+05:30",
"CreatedBy": "sample string 4"
}
application/xml, text/xml
Sample:
<LeadScope xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Morph.Domain.Entities"> <CreatedBy>sample string 4</CreatedBy> <CreatedDate>2025-12-08T01:09:52.2988474+05:30</CreatedDate> <LeadScopeId>1</LeadScopeId> <LeadScopeName>sample string 2</LeadScopeName> </LeadScope>
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. |