POST api/ISSYDeleteMapping
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{ "MappingToDelete": { "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": "2025-04-03T21:20:36.7523837-07:00", "UPD_USER": "sample string 10", "UPD_DATE": "2025-04-03T21:20:36.7523837-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" } }