POST api/CcLeadV2/DeleteNotes

Request Information

URI Parameters

None.

Body Parameters

DeleteCCNoteDTO
NameDescriptionTypeAdditional information
PolicyNumbers

Collection of string

None.

NoteUntilDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "PolicyNumbers": [
    "sample string 1",
    "sample string 2"
  ],
  "NoteUntilDate": "2025-10-14T00:37:28.3889037-07:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true