POST api/ISSYSaveSourceFieldMapping

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "IsNew": true,
  "SourceFieldMapping": {
    "MAP_ID": 1,
    "SOURCE_ID": 2,
    "FIELD_ID": 3,
    "CODE": "sample string 4",
    "DESCRIPTION": "sample string 5",
    "INS_USER": "sample string 6",
    "INS_DATE": "2024-09-19T05:05:06.6008106-07:00",
    "UPD_USER": "sample string 8",
    "UPD_DATE": "2024-09-19T05:05:06.6008106-07:00",
    "TEMPLATE_MAP_ID": 10,
    "FIELD_LABEL": "sample string 11",
    "ORIG_HASH": "sample string 12"
  }
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "MapName": "sample string 1",
  "ApiResult": {
    "Success": true,
    "Warnings": true,
    "Description": "sample string 3",
    "WarningMessages": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "NotificationErrorMessages": "sample string 4"
  }
}