POST api/CcLeadV2/InsertCCExludedPolicy

Request Information

URI Parameters

None.

Body Parameters

CcExcludePolicyDTO
NameDescriptionTypeAdditional information
ChangedBy

integer

None.

ChangedDate

date

None.

Createbyname

string

None.

Changebyname

string

None.

CreateDate

date

None.

Createdby

integer

None.

Firstname

string

None.

Household

string

None.

PolicyHolder

string

None.

Id

integer

None.

Lastname

string

None.

Notes

string

None.

PhoneNo

string

None.

FormattedPhoneNo

string

None.

PolicyNumber

string

None.

ResolutionTypeId

integer

None.

Status

integer

None.

CreateDateString

string

None.

ResolutionType

string

None.

StatusDescription

string

None.

LogDate

date

None.

LogDateString

string

None.

NoteCreateBy

string

None.

NoteModifyBy

string

None.

NoteChangedBy

string

None.

IsAILDNC

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ChangedBy": 1,
  "ChangedDate": "2025-10-14T03:10:24.1464045-07:00",
  "Createbyname": "sample string 1",
  "Changebyname": "sample string 2",
  "CreateDate": "2025-10-14T03:10:24.1464045-07:00",
  "Createdby": 1,
  "Firstname": "sample string 3",
  "Household": "sample string 4",
  "PolicyHolder": "sample string 3 sample string 6",
  "Id": 5,
  "Lastname": "sample string 6",
  "Notes": "sample string 7",
  "PhoneNo": "sample string 8",
  "FormattedPhoneNo": "sample string 8",
  "PolicyNumber": "sample string 9",
  "ResolutionTypeId": 1,
  "Status": 10,
  "CreateDateString": "10/14/2025 3:10:24 AM PST",
  "ResolutionType": "sample string 11",
  "StatusDescription": "sample string 12",
  "LogDate": "2025-10-14T03:10:24.1464045-07:00",
  "LogDateString": "10/14/2025 3:10:24 AM PST",
  "NoteCreateBy": "sample string 13",
  "NoteModifyBy": "sample string 14",
  "NoteChangedBy": "sample string 15",
  "IsAILDNC": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true