POST api/GLSaveAccountNote
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"IsNew": true,
"GLAccountNote": {
"ACCT_NOTE_ID": 1,
"ACCT_NOTE_TYPE_CODE": "sample string 2",
"FUND_NUM": 3,
"CLASS_NUM": 4,
"CATEGORY_NUM": 5,
"OBJECT_NUM": 6,
"ACCT_NOTE_DESC": "sample string 7",
"NOTIFY_FLAG": "sample string 8",
"INS_USER": "sample string 9",
"INS_DATE": "2026-05-28T10:49:32.7532719-07:00",
"UPD_USER": "sample string 11",
"UPD_DATE": "2026-05-28T10:49:32.7532719-07:00",
"ORIG_HASH": "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"
}
}