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": "2026-05-28T10:50:26.7373576-07:00",
"UPD_USER": "sample string 10",
"UPD_DATE": "2026-05-28T10:50:26.7373576-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": "2026-05-28T10:50:26.7373576-07:00",
"UPD_USER": "sample string 10",
"UPD_DATE": "2026-05-28T10:50:26.7373576-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": "2026-05-28T10:50:26.7373576-07:00",
"UPD_USER": "sample string 10",
"UPD_DATE": "2026-05-28T10:50:26.7373576-07:00"
}
]
}