POST api/ARSaveAccountNote
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{ "IsNew": true, "Note": { "CUST_ACCT_NUM": "sample string 1", "CUST_NOTE_TYPE_CODE": "sample string 2", "CUST_NOTE_LINE_NUM": 3, "CUST_NOTE_DESC": "sample string 4", "NOTIFY_FLAG": "sample string 5", "INS_USER": "sample string 6", "INS_DATE": "2025-04-03T20:59:50.1225473-07:00", "UPD_USER": "sample string 8", "UPD_DATE": "2025-04-03T20:59:50.1225473-07:00", "CUST_NOTE_DATE": "2025-04-03T20:59:50.1225473-07:00", "MANDATORY_DISPLAY_FLAG": "sample string 10" } }
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" } }