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-03-21T13:25:46.162558-07:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true