POST api/POGetOrderNotes

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "PoId": 1
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Notes": [
    {
      "ORIG_HASH": "sample string 1",
      "PO_ID": 2,
      "PO_ORDER_NOTE_TYPE_CODE": "sample string 3",
      "NOTE_LINE_NUM": 4,
      "NOTE_DESC": "sample string 5",
      "NOTIFY_FLAG": "sample string 6",
      "MANDATORY_FLAG": "sample string 7",
      "NOTE_DATE": "2024-09-19T05:02:13.9319775-07:00",
      "INS_USER": "sample string 8",
      "INS_DATE": "2024-09-19T05:02:13.9319775-07:00",
      "UPD_USER": "sample string 10",
      "UPD_DATE": "2024-09-19T05:02:13.9319775-07:00"
    },
    {
      "ORIG_HASH": "sample string 1",
      "PO_ID": 2,
      "PO_ORDER_NOTE_TYPE_CODE": "sample string 3",
      "NOTE_LINE_NUM": 4,
      "NOTE_DESC": "sample string 5",
      "NOTIFY_FLAG": "sample string 6",
      "MANDATORY_FLAG": "sample string 7",
      "NOTE_DATE": "2024-09-19T05:02:13.9319775-07:00",
      "INS_USER": "sample string 8",
      "INS_DATE": "2024-09-19T05:02:13.9319775-07:00",
      "UPD_USER": "sample string 10",
      "UPD_DATE": "2024-09-19T05:02:13.9319775-07:00"
    },
    {
      "ORIG_HASH": "sample string 1",
      "PO_ID": 2,
      "PO_ORDER_NOTE_TYPE_CODE": "sample string 3",
      "NOTE_LINE_NUM": 4,
      "NOTE_DESC": "sample string 5",
      "NOTIFY_FLAG": "sample string 6",
      "MANDATORY_FLAG": "sample string 7",
      "NOTE_DATE": "2024-09-19T05:02:13.9319775-07:00",
      "INS_USER": "sample string 8",
      "INS_DATE": "2024-09-19T05:02:13.9319775-07:00",
      "UPD_USER": "sample string 10",
      "UPD_DATE": "2024-09-19T05:02:13.9319775-07:00"
    }
  ]
}