POST api/ARSaveAccountNote

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "IsNew": true,
  "Note": {
    "CUST_ACCT_NUM": "sample string 1",
    "CUST_NOTE_TYPE_CODE": "sample string 2",
    "CUST_NOTE_LINE_NUM": 3,
    "CUST_NOTE_DESC": "sample string 4",
    "NOTIFY_FLAG": "sample string 5",
    "INS_USER": "sample string 6",
    "INS_DATE": "2024-09-19T04:58:21.4461449-07:00",
    "UPD_USER": "sample string 8",
    "UPD_DATE": "2024-09-19T04:58:21.4461449-07:00",
    "CUST_NOTE_DATE": "2024-09-19T04:58:21.4461449-07:00",
    "MANDATORY_DISPLAY_FLAG": "sample string 10"
  }
}

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"
  }
}