POST api/CcLeadV2/DeleteNotes
Request Information
URI Parameters
None.
Body Parameters
DeleteCCNoteDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PolicyNumbers | Collection of string |
None. |
|
| NoteUntilDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"PolicyNumbers": [
"sample string 1",
"sample string 2"
],
"NoteUntilDate": "2026-02-03T18:25:54.3338291-08:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true