POST api/BLDeleteAccountNote
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"NoteToDelete": {
"BL_CUST_CODE": "sample string 1",
"BL_NOTE_TYPE": "sample string 2",
"BL_NOTE_PAGE": 3,
"BL_NOTE_NOTIFY_FLAG": "sample string 4",
"BL_NOTE1": "sample string 5",
"INS_USER": "sample string 6",
"INS_DATE": "2026-05-28T10:49:45.7690567-07:00",
"UPD_USER": "sample string 7",
"UPD_DATE": "2026-05-28T10:49:45.7690567-07:00"
}
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"ApiResult": {
"Success": true,
"Warnings": true,
"Description": "sample string 3",
"WarningMessages": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"NotificationErrorMessages": "sample string 4"
}
}