POST api/ARGetAccountNotes

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "CustAccount": "sample string 1"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Notes": [
    {
      "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": "2024-09-19T05:01:15.1139964-07:00",
      "UPD_USER": "sample string 8",
      "UPD_DATE": "2024-09-19T05:01:15.1139964-07:00",
      "CUST_NOTE_DATE": "2024-09-19T05:01:15.1139964-07:00",
      "MANDATORY_DISPLAY_FLAG": "sample string 10"
    },
    {
      "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": "2024-09-19T05:01:15.1139964-07:00",
      "UPD_USER": "sample string 8",
      "UPD_DATE": "2024-09-19T05:01:15.1139964-07:00",
      "CUST_NOTE_DATE": "2024-09-19T05:01:15.1139964-07:00",
      "MANDATORY_DISPLAY_FLAG": "sample string 10"
    },
    {
      "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": "2024-09-19T05:01:15.1139964-07:00",
      "UPD_USER": "sample string 8",
      "UPD_DATE": "2024-09-19T05:01:15.1139964-07:00",
      "CUST_NOTE_DATE": "2024-09-19T05:01:15.1139964-07:00",
      "MANDATORY_DISPLAY_FLAG": "sample string 10"
    }
  ]
}