POST api/POGetReqNotes
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",
"REQ_ID": 2,
"PO_REQ_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": "2026-05-28T10:49:42.8157692-07:00",
"INS_USER": "sample string 8",
"INS_DATE": "2026-05-28T10:49:42.8157692-07:00",
"UPD_USER": "sample string 10",
"UPD_DATE": "2026-05-28T10:49:42.8157692-07:00"
},
{
"ORIG_HASH": "sample string 1",
"REQ_ID": 2,
"PO_REQ_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": "2026-05-28T10:49:42.8157692-07:00",
"INS_USER": "sample string 8",
"INS_DATE": "2026-05-28T10:49:42.8157692-07:00",
"UPD_USER": "sample string 10",
"UPD_DATE": "2026-05-28T10:49:42.8157692-07:00"
},
{
"ORIG_HASH": "sample string 1",
"REQ_ID": 2,
"PO_REQ_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": "2026-05-28T10:49:42.8157692-07:00",
"INS_USER": "sample string 8",
"INS_DATE": "2026-05-28T10:49:42.8157692-07:00",
"UPD_USER": "sample string 10",
"UPD_DATE": "2026-05-28T10:49:42.8157692-07:00"
}
]
}