POST api/LeadCaller/ChangeStatus
Request Information
URI Parameters
None.
Body Parameters
LeadCallerDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CreateBy | integer |
None. |
|
| CreateDate | date |
None. |
|
| Id | integer |
None. |
|
| UserId | integer |
None. |
|
| UserName | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| LeadsAssigned | integer |
None. |
|
| ProfileCount | integer |
None. |
|
| WeeklySale | decimal number |
None. |
|
| MonthlySale | decimal number |
None. |
|
| WeeklyAlp | decimal number |
None. |
|
| MonthlyAlp | decimal number |
None. |
|
| FullName | string |
None. |
|
| MaxDaysToHoldLead | integer |
None. |
|
| CasUserName | string |
None. |
|
| Disabled | boolean |
None. |
|
| IsUserTerminated | boolean |
None. |
|
| Profiles | Collection of CcLeadCallerProfileDTO |
None. |
|
| CallerStatus | string |
None. |
|
| CallerLeadData | Collection of CallerLeadDataDTO |
None. |
|
| MonthlyCallerLeadData | Collection of CallerLeadDataDTO |
None. |
|
| WeeklyCallerLeadData | Collection of CallerLeadDataDTO |
None. |
|
| excludedAssociateIds | Collection of integer |
None. |
|
| IsProfileInvalid | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CreateBy": 1,
"CreateDate": "2026-02-03T18:25:57.5369591-08:00",
"Id": 3,
"UserId": 4,
"UserName": "sample string 5",
"FirstName": "sample string 6",
"LastName": "sample string 7",
"LeadsAssigned": 8,
"ProfileCount": 9,
"WeeklySale": 8.0,
"MonthlySale": 8.0,
"WeeklyAlp": 2.0,
"MonthlyAlp": 2.0,
"FullName": "sample string 7, sample string 6",
"MaxDaysToHoldLead": 1,
"CasUserName": "sample string 10",
"Disabled": true,
"IsUserTerminated": true,
"Profiles": [
{
"Id": 1,
"CallerId": 2,
"StateId": 3,
"LeadCallTypeId": 4,
"LeadCallType": "sample string 5",
"State": "sample string 6",
"SgaCode": "sample string 7",
"Disabled": true,
"IsEdited": true,
"IsAdded": true,
"IsProfileValid": true
},
{
"Id": 1,
"CallerId": 2,
"StateId": 3,
"LeadCallTypeId": 4,
"LeadCallType": "sample string 5",
"State": "sample string 6",
"SgaCode": "sample string 7",
"Disabled": true,
"IsEdited": true,
"IsAdded": true,
"IsProfileValid": true
}
],
"CallerStatus": "User Teminated",
"CallerLeadData": [
{
"Id": 1,
"CallerId": 2,
"SummaryTypeId": 3,
"ForDate": "2026-02-03T18:25:57.5369591-08:00",
"Count": 4,
"Alp": 1.0
},
{
"Id": 1,
"CallerId": 2,
"SummaryTypeId": 3,
"ForDate": "2026-02-03T18:25:57.5369591-08:00",
"Count": 4,
"Alp": 1.0
}
],
"MonthlyCallerLeadData": [
{
"Id": 1,
"CallerId": 2,
"SummaryTypeId": 3,
"ForDate": "2026-02-03T18:25:57.5369591-08:00",
"Count": 4,
"Alp": 1.0
},
{
"Id": 1,
"CallerId": 2,
"SummaryTypeId": 3,
"ForDate": "2026-02-03T18:25:57.5369591-08:00",
"Count": 4,
"Alp": 1.0
}
],
"WeeklyCallerLeadData": [
{
"Id": 1,
"CallerId": 2,
"SummaryTypeId": 3,
"ForDate": "2026-02-03T18:25:57.5369591-08:00",
"Count": 4,
"Alp": 1.0
},
{
"Id": 1,
"CallerId": 2,
"SummaryTypeId": 3,
"ForDate": "2026-02-03T18:25:57.5369591-08:00",
"Count": 4,
"Alp": 1.0
}
],
"excludedAssociateIds": [
1,
2
],
"IsProfileInvalid": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true