GET api/CcLead/LoadDNCNoteLogs?policyNumber={policyNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
policyNumber

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of 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.

Response Formats

application/json, text/json

Sample:
[
  {
    "ChangedBy": 1,
    "ChangedDate": "2025-10-14T00:40:34.9471777-07:00",
    "Createbyname": "sample string 1",
    "Changebyname": "sample string 2",
    "CreateDate": "2025-10-14T00:40:34.9471777-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 12:40:34 AM PST",
    "ResolutionType": "sample string 11",
    "StatusDescription": "sample string 12",
    "LogDate": "2025-10-14T00:40:34.9471777-07:00",
    "LogDateString": "10/14/2025 12:40:34 AM PST",
    "NoteCreateBy": "sample string 13",
    "NoteModifyBy": "sample string 14",
    "NoteChangedBy": "sample string 15",
    "IsAILDNC": true
  },
  {
    "ChangedBy": 1,
    "ChangedDate": "2025-10-14T00:40:34.9471777-07:00",
    "Createbyname": "sample string 1",
    "Changebyname": "sample string 2",
    "CreateDate": "2025-10-14T00:40:34.9471777-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 12:40:34 AM PST",
    "ResolutionType": "sample string 11",
    "StatusDescription": "sample string 12",
    "LogDate": "2025-10-14T00:40:34.9471777-07:00",
    "LogDateString": "10/14/2025 12:40:34 AM PST",
    "NoteCreateBy": "sample string 13",
    "NoteModifyBy": "sample string 14",
    "NoteChangedBy": "sample string 15",
    "IsAILDNC": true
  }
]