POST api/PLGetNotes
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"NotifyNotesOnly": true,
"Account": "sample string 2"
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"PLNotes": [
{
"ORIG_HASH": "sample string 1",
"ACCOUNT_NUM": "sample string 2",
"PL_NOTE_TYPE": "sample string 3",
"PL_PAGE_NUM": 4,
"PL_NOTIFY_FLAG": "sample string 5",
"PL_NOTE1": "sample string 6",
"INS_USER": "sample string 7",
"INS_DATE": "2026-07-19T02:21:21.2058614-07:00",
"UPD_USER": "sample string 9",
"UPD_DATE": "2026-07-19T02:21:21.2058614-07:00"
},
{
"ORIG_HASH": "sample string 1",
"ACCOUNT_NUM": "sample string 2",
"PL_NOTE_TYPE": "sample string 3",
"PL_PAGE_NUM": 4,
"PL_NOTIFY_FLAG": "sample string 5",
"PL_NOTE1": "sample string 6",
"INS_USER": "sample string 7",
"INS_DATE": "2026-07-19T02:21:21.2058614-07:00",
"UPD_USER": "sample string 9",
"UPD_DATE": "2026-07-19T02:21:21.2058614-07:00"
},
{
"ORIG_HASH": "sample string 1",
"ACCOUNT_NUM": "sample string 2",
"PL_NOTE_TYPE": "sample string 3",
"PL_PAGE_NUM": 4,
"PL_NOTIFY_FLAG": "sample string 5",
"PL_NOTE1": "sample string 6",
"INS_USER": "sample string 7",
"INS_DATE": "2026-07-19T02:21:21.2058614-07:00",
"UPD_USER": "sample string 9",
"UPD_DATE": "2026-07-19T02:21:21.2058614-07:00"
}
]
}