POST api/SYSaveEntityNote
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"IsNew": true,
"Note": {
"NOTE_ID": 1,
"APPLICATION_CODE": "sample string 2",
"SOURCE_CODE": "sample string 3",
"REFERENCE1": "sample string 4",
"REFERENCE2": "sample string 5",
"REFERENCE3": "sample string 6",
"NOTE_TYPE_CODE": "sample string 7",
"NOTIFY_FLAG": "sample string 8",
"MANDATORY_FLAG": "sample string 9",
"NOTE_TEXT": "sample string 10",
"INS_USER": "sample string 11",
"INS_DATE": "2026-05-28T10:49:42.3446631-07:00",
"UPD_USER": "sample string 12",
"UPD_DATE": "2026-05-28T10:49:42.3446631-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"
}
}