POST api/POSaveOrderNote
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{ "IsNew": true, "Note": { "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:59:49.2181472-07:00", "INS_USER": "sample string 8", "INS_DATE": "2025-04-03T20:59:49.2181472-07:00", "UPD_USER": "sample string 10", "UPD_DATE": "2025-04-03T20:59:49.2181472-07:00" } }
Response Information
Response body formats
application/json, text/json
Sample:
{ "ApiResult": { "Success": true, "Warnings": true, "Description": "sample string 3", "WarningMessages": [ "sample string 1", "sample string 2", "sample string 3" ], "NotificationErrorMessages": "sample string 4" } }