GET api/ISSYGetMappingDetailsForImport

Documentation for 'Get'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "MapID": 1,
  "ImportID": 2
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "MappingDetails": [
    {
      "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-19T04:52:36.7094139-07:00",
      "UPD_USER": "sample string 10",
      "UPD_DATE": "2024-09-19T04:52:36.7094139-07:00"
    },
    {
      "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-19T04:52:36.7094139-07:00",
      "UPD_USER": "sample string 10",
      "UPD_DATE": "2024-09-19T04:52:36.7094139-07:00"
    },
    {
      "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-19T04:52:36.7094139-07:00",
      "UPD_USER": "sample string 10",
      "UPD_DATE": "2024-09-19T04:52:36.7094139-07:00"
    }
  ]
}