POST api/UBGetCustomerNotes

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "BookNum": "sample string 1",
  "AccountNum": "sample string 2",
  "SeqNum": "sample string 3",
  "OnlyMandatoryAndNotifyNotes": true,
  "ExcludeServiceNotes": true
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "UB_CUST_NOTE": [
    {
      "NOTE_TYPE_DESC": "sample string 1",
      "IS_SERVICE_NOTE": true,
      "BOOK_NUM": "sample string 3",
      "ACCT_NUM": "sample string 4",
      "SEQ_NUM": "sample string 5",
      "NOTE_ID": 6,
      "NOTE_TYPE_CODE": "sample string 7",
      "NOTE_DETAIL": "sample string 8",
      "INS_USER": "sample string 9",
      "INS_DATE": "2024-09-19T04:55:45.8903931-07:00",
      "UPD_USER": "sample string 10",
      "UPD_DATE": "2024-09-19T04:55:45.8903931-07:00",
      "NOTE_NOTIFY_FLAG": "sample string 11",
      "MANDITORY_DISPLAY_FLAG": "sample string 12"
    },
    {
      "NOTE_TYPE_DESC": "sample string 1",
      "IS_SERVICE_NOTE": true,
      "BOOK_NUM": "sample string 3",
      "ACCT_NUM": "sample string 4",
      "SEQ_NUM": "sample string 5",
      "NOTE_ID": 6,
      "NOTE_TYPE_CODE": "sample string 7",
      "NOTE_DETAIL": "sample string 8",
      "INS_USER": "sample string 9",
      "INS_DATE": "2024-09-19T04:55:45.8903931-07:00",
      "UPD_USER": "sample string 10",
      "UPD_DATE": "2024-09-19T04:55:45.8903931-07:00",
      "NOTE_NOTIFY_FLAG": "sample string 11",
      "MANDITORY_DISPLAY_FLAG": "sample string 12"
    },
    {
      "NOTE_TYPE_DESC": "sample string 1",
      "IS_SERVICE_NOTE": true,
      "BOOK_NUM": "sample string 3",
      "ACCT_NUM": "sample string 4",
      "SEQ_NUM": "sample string 5",
      "NOTE_ID": 6,
      "NOTE_TYPE_CODE": "sample string 7",
      "NOTE_DETAIL": "sample string 8",
      "INS_USER": "sample string 9",
      "INS_DATE": "2024-09-19T04:55:45.8903931-07:00",
      "UPD_USER": "sample string 10",
      "UPD_DATE": "2024-09-19T04:55:45.8903931-07:00",
      "NOTE_NOTIFY_FLAG": "sample string 11",
      "MANDITORY_DISPLAY_FLAG": "sample string 12"
    }
  ]
}