POST api/PAGetEmployeeNotes
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{ "CompanyCode": "sample string 1", "EmployeeNum": "sample string 2", "NotifyNotesOnly": true }
Response Information
Response body formats
application/json, text/json
Sample:
{ "Notes": [ { "ORIG_HASH": "sample string 1", "EMP_NOTE_TYPE_CODE": "sample string 2", "EMP_NOTE_LINE_NUM": 3, "COMPANY_CODE": "sample string 4", "EMP_NUM": "sample string 5", "EMP_NOTE_DESC": "sample string 6", "NOTIFY_FLAG": "sample string 7", "INS_USER": "sample string 8", "INS_DATE": "2025-04-03T21:07:29.5213236-07:00", "UPD_USER": "sample string 10", "UPD_DATE": "2025-04-03T21:07:29.5213236-07:00" }, { "ORIG_HASH": "sample string 1", "EMP_NOTE_TYPE_CODE": "sample string 2", "EMP_NOTE_LINE_NUM": 3, "COMPANY_CODE": "sample string 4", "EMP_NUM": "sample string 5", "EMP_NOTE_DESC": "sample string 6", "NOTIFY_FLAG": "sample string 7", "INS_USER": "sample string 8", "INS_DATE": "2025-04-03T21:07:29.5213236-07:00", "UPD_USER": "sample string 10", "UPD_DATE": "2025-04-03T21:07:29.5213236-07:00" }, { "ORIG_HASH": "sample string 1", "EMP_NOTE_TYPE_CODE": "sample string 2", "EMP_NOTE_LINE_NUM": 3, "COMPANY_CODE": "sample string 4", "EMP_NUM": "sample string 5", "EMP_NOTE_DESC": "sample string 6", "NOTIFY_FLAG": "sample string 7", "INS_USER": "sample string 8", "INS_DATE": "2025-04-03T21:07:29.5213236-07:00", "UPD_USER": "sample string 10", "UPD_DATE": "2025-04-03T21:07:29.5213236-07:00" } ] }