POST api/APGetAccountNotes
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{ "SuppAccount": "sample string 1" }
Response Information
Response body formats
application/json, text/json
Sample:
{ "Notes": [ { "SUPP_ACCT_NUM": "sample string 1", "SUPP_NOTE_TYPE_CODE": "sample string 2", "SUPP_NOTE_LINE_NUM": 3, "SUPP_NOTE_DESC": "sample string 4", "NOTIFY_FLAG": "sample string 5", "INS_USER": "sample string 6", "INS_DATE": "2025-04-03T20:58:09.4334804-07:00", "UPD_USER": "sample string 8", "UPD_DATE": "2025-04-03T20:58:09.4334804-07:00", "MANDATORY_DISPLAY_FLAG": "sample string 10" }, { "SUPP_ACCT_NUM": "sample string 1", "SUPP_NOTE_TYPE_CODE": "sample string 2", "SUPP_NOTE_LINE_NUM": 3, "SUPP_NOTE_DESC": "sample string 4", "NOTIFY_FLAG": "sample string 5", "INS_USER": "sample string 6", "INS_DATE": "2025-04-03T20:58:09.4334804-07:00", "UPD_USER": "sample string 8", "UPD_DATE": "2025-04-03T20:58:09.4334804-07:00", "MANDATORY_DISPLAY_FLAG": "sample string 10" }, { "SUPP_ACCT_NUM": "sample string 1", "SUPP_NOTE_TYPE_CODE": "sample string 2", "SUPP_NOTE_LINE_NUM": 3, "SUPP_NOTE_DESC": "sample string 4", "NOTIFY_FLAG": "sample string 5", "INS_USER": "sample string 6", "INS_DATE": "2025-04-03T20:58:09.4334804-07:00", "UPD_USER": "sample string 8", "UPD_DATE": "2025-04-03T20:58:09.4334804-07:00", "MANDATORY_DISPLAY_FLAG": "sample string 10" } ] }