POST api/PLSaveNote
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{ "IsNew": true, "Note": { "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": "2025-04-03T20:55:50.6684482-07:00", "UPD_USER": "sample string 9", "UPD_DATE": "2025-04-03T20:55:50.6684482-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" } }