POST api/PTSaveFolioNote
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{ "IsNew": true, "Note": { "ORIG_HASH": "sample string 1", "JUR_NUM": "sample string 2", "ROLL_NUM": "sample string 3", "FOLIO_NOTE_ID": 4, "FOLIO_NOTE_TYPE_CODE": "sample string 5", "FOLIO_NOTE_LINE_NUM": 6, "FOLIO_NOTE_DESC": "sample string 7", "NOTIFY_FLAG": "sample string 8", "INS_USER": "sample string 9", "INS_DATE": "2025-04-03T21:23:49.4764357-07:00", "UPD_USER": "sample string 11", "UPD_DATE": "2025-04-03T21:23:49.4769529-07:00", "MANDITORY_DISPLAY_FLAG": "sample string 13" } }
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" } }