POST api/GLGetAccountNotes
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{ "NotifyNotesOnly": true, "GLAccountInfo": { "FUND_NUM": 1, "CLASS_NUM": 2, "CATEGORY_NUM": 3, "OBJECT_NUM": 4 } }
Response Information
Response body formats
application/json, text/json
Sample:
{ "GLAccountNotes": [ { "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": "2025-04-03T20:58:10.2247684-07:00", "UPD_USER": "sample string 11", "UPD_DATE": "2025-04-03T20:58:10.2247684-07:00", "ORIG_HASH": "sample string 13" }, { "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": "2025-04-03T20:58:10.2247684-07:00", "UPD_USER": "sample string 11", "UPD_DATE": "2025-04-03T20:58:10.2247684-07:00", "ORIG_HASH": "sample string 13" }, { "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": "2025-04-03T20:58:10.2247684-07:00", "UPD_USER": "sample string 11", "UPD_DATE": "2025-04-03T20:58:10.2247684-07:00", "ORIG_HASH": "sample string 13" } ] }