POST api/INGetItemNotes
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"Item_Num": "sample string 1"
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"Notes": [
{
"ORIG_HASH": "sample string 1",
"ITEM_NUM": "sample string 2",
"IN_ITEM_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:52.659697-07:00",
"INS_USER": "sample string 8",
"INS_DATE": "2026-05-28T10:49:52.659697-07:00",
"UPD_USER": "sample string 10",
"UPD_DATE": "2026-05-28T10:49:52.659697-07:00"
},
{
"ORIG_HASH": "sample string 1",
"ITEM_NUM": "sample string 2",
"IN_ITEM_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:52.659697-07:00",
"INS_USER": "sample string 8",
"INS_DATE": "2026-05-28T10:49:52.659697-07:00",
"UPD_USER": "sample string 10",
"UPD_DATE": "2026-05-28T10:49:52.659697-07:00"
},
{
"ORIG_HASH": "sample string 1",
"ITEM_NUM": "sample string 2",
"IN_ITEM_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:52.659697-07:00",
"INS_USER": "sample string 8",
"INS_DATE": "2026-05-28T10:49:52.659697-07:00",
"UPD_USER": "sample string 10",
"UPD_DATE": "2026-05-28T10:49:52.659697-07:00"
}
]
}