POST api/ISSYGetMappingDetails

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "MapID": 1
}

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-19T05:05:44.0486162-07:00",
      "UPD_USER": "sample string 10",
      "UPD_DATE": "2024-09-19T05:05:44.0486162-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-19T05:05:44.0486162-07:00",
      "UPD_USER": "sample string 10",
      "UPD_DATE": "2024-09-19T05:05:44.0486162-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-19T05:05:44.0486162-07:00",
      "UPD_USER": "sample string 10",
      "UPD_DATE": "2024-09-19T05:05:44.0486162-07:00"
    }
  ]
}