POST api/CcLeadFilter/ChangeStatus

Request Information

URI Parameters

None.

Body Parameters

CcLeadFilterDTO
NameDescriptionTypeAdditional information
Id

integer

None.

FilterName

string

None.

LeadCallTypeId

integer

None.

LeadCallType

string

None.

AlpMin

decimal number

None.

AlpMax

decimal number

None.

LeadAddedWithinDays

integer

None.

CreateDate

date

None.

CreateDateShortDateString

string

None.

Disabled

boolean

None.

CreatedById

integer

None.

CreateUserName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FilterName": "sample string 2",
  "LeadCallTypeId": 1,
  "LeadCallType": "CA-ADB",
  "AlpMin": 3.0,
  "AlpMax": 4.0,
  "LeadAddedWithinDays": 1,
  "CreateDate": "2025-10-14T03:08:50.2987723-07:00",
  "CreateDateShortDateString": "10/14/2025",
  "Disabled": true,
  "CreatedById": 7,
  "CreateUserName": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true