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": "2025-04-03T20:55:49.8906477-07:00", "INS_USER": "sample string 8", "INS_DATE": "2025-04-03T20:55:49.8906477-07:00", "UPD_USER": "sample string 10", "UPD_DATE": "2025-04-03T20:55:49.8906477-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": "2025-04-03T20:55:49.8906477-07:00", "INS_USER": "sample string 8", "INS_DATE": "2025-04-03T20:55:49.8906477-07:00", "UPD_USER": "sample string 10", "UPD_DATE": "2025-04-03T20:55:49.8906477-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": "2025-04-03T20:55:49.8906477-07:00", "INS_USER": "sample string 8", "INS_DATE": "2025-04-03T20:55:49.8906477-07:00", "UPD_USER": "sample string 10", "UPD_DATE": "2025-04-03T20:55:49.8906477-07:00" } ] }