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-05-28T10:49:39.9657526-07:00",
"UPD_USER": "sample string 9",
"UPD_DATE": "2026-05-28T10:49:39.9657526-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-05-28T10:49:39.9657526-07:00",
"UPD_USER": "sample string 9",
"UPD_DATE": "2026-05-28T10:49:39.9657526-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-05-28T10:49:39.9657526-07:00",
"UPD_USER": "sample string 9",
"UPD_DATE": "2026-05-28T10:49:39.9657526-07:00"
}
]
}