POST api/SYGetEntityNotes

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "EntityReference": {
    "APPLICATION_CODE": "sample string 1",
    "SOURCE": "sample string 2",
    "REFERENCE1": "sample string 3",
    "REFERENCE2": "sample string 4",
    "REFERENCE3": "sample string 5",
    "REFERENCE4": "sample string 6",
    "REFERENCE5": "sample string 7",
    "ENTITY_INSTANCE_DESCRIPTION": "sample string 8"
  }
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "EntityNotes": [
    {
      "NOTE_ID": 1,
      "APPLICATION_CODE": "sample string 2",
      "SOURCE_CODE": "sample string 3",
      "REFERENCE1": "sample string 4",
      "REFERENCE2": "sample string 5",
      "REFERENCE3": "sample string 6",
      "NOTE_TYPE_CODE": "sample string 7",
      "NOTIFY_FLAG": "sample string 8",
      "MANDATORY_FLAG": "sample string 9",
      "NOTE_TEXT": "sample string 10",
      "INS_USER": "sample string 11",
      "INS_DATE": "2024-09-19T05:01:14.910226-07:00",
      "UPD_USER": "sample string 12",
      "UPD_DATE": "2024-09-19T05:01:14.910226-07:00"
    },
    {
      "NOTE_ID": 1,
      "APPLICATION_CODE": "sample string 2",
      "SOURCE_CODE": "sample string 3",
      "REFERENCE1": "sample string 4",
      "REFERENCE2": "sample string 5",
      "REFERENCE3": "sample string 6",
      "NOTE_TYPE_CODE": "sample string 7",
      "NOTIFY_FLAG": "sample string 8",
      "MANDATORY_FLAG": "sample string 9",
      "NOTE_TEXT": "sample string 10",
      "INS_USER": "sample string 11",
      "INS_DATE": "2024-09-19T05:01:14.910226-07:00",
      "UPD_USER": "sample string 12",
      "UPD_DATE": "2024-09-19T05:01:14.910226-07:00"
    },
    {
      "NOTE_ID": 1,
      "APPLICATION_CODE": "sample string 2",
      "SOURCE_CODE": "sample string 3",
      "REFERENCE1": "sample string 4",
      "REFERENCE2": "sample string 5",
      "REFERENCE3": "sample string 6",
      "NOTE_TYPE_CODE": "sample string 7",
      "NOTIFY_FLAG": "sample string 8",
      "MANDATORY_FLAG": "sample string 9",
      "NOTE_TEXT": "sample string 10",
      "INS_USER": "sample string 11",
      "INS_DATE": "2024-09-19T05:01:14.910226-07:00",
      "UPD_USER": "sample string 12",
      "UPD_DATE": "2024-09-19T05:01:14.910226-07:00"
    }
  ]
}