POST api/ISSYSaveMapping

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "IsNew": true,
  "Mapping": {
    "NAME": "sample string 1",
    "X_LOCAL_VALUE": "sample string 2",
    "ORIG_HASH": "sample string 3",
    "PAIR_ID": 4,
    "MAP_ID": 5,
    "LOCAL_VALUE": "sample string 6",
    "SOURCE_VALUE": "sample string 7",
    "INS_USER": "sample string 8",
    "INS_DATE": "2024-09-19T05:03:45.0764844-07:00",
    "UPD_USER": "sample string 10",
    "UPD_DATE": "2024-09-19T05:03:45.0764844-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"
  }
}