POST api/PASaveNote

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "IsNew": true,
  "PANote": {
    "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": "2024-09-19T05:02:32.5716682-07:00",
    "UPD_USER": "sample string 10",
    "UPD_DATE": "2024-09-19T05:02:32.5716682-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"
  }
}