POST api/ISSaveImport
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{ "SaveAfterValidation": true, "ImportDetails": { "IMPORT_ID": 1, "TEMPLATE_ID": 2, "PROCESSING_DATE": "2025-04-03T21:23:49.940929-07:00", "STATUS_CODE": "sample string 3", "DESCRIPTION": "sample string 4", "FILE_NAME": "sample string 5", "ERROR": "sample string 6", "INS_USER": "sample string 7", "INS_DATE": "2025-04-03T21:23:49.940929-07:00", "UPD_USER": "sample string 9", "UPD_DATE": "2025-04-03T21:23:49.940929-07:00" }, "ImportParameters": { "IMPORT_ID": 1, "PARAM1_VALUE": "sample string 2", "PARAM1_META": "sample string 3", "PARAM2_VALUE": "sample string 4", "PARAM2_META": "sample string 5", "PARAM3_VALUE": "sample string 6", "PARAM3_META": "sample string 7", "INS_USER": "sample string 8", "INS_DATE": "2025-04-03T21:23:49.940929-07:00", "UPD_USER": "sample string 10", "UPD_DATE": "2025-04-03T21:23:49.940929-07:00" }, "ImportFile": { "IMPORT_ID": 1, "FILE_CONTENTS": "QEBA" } }
Response Information
Response body formats
application/json, text/json
Sample:
{ "ImportErrorMessage": "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" } }