POST api/ISSaveImportSchedule
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{ "SaveAfterValidation": true, "IsNew": true, "ScheduleDetails": { "SCHEDULE_ID": 1, "SCHEDULE_CODE": "sample string 2", "TEMPLATE_ID": 3, "DESCRIPTION": "sample string 4", "START_DATE": "2025-04-07T05:14:11.2830606-07:00", "END_DATE": "2025-04-07T05:14:11.2830606-07:00", "INS_USER": "sample string 6", "INS_DATE": "2025-04-07T05:14:11.2830606-07:00", "UPD_USER": "sample string 8", "UPD_DATE": "2025-04-07T05:14:11.2830606-07:00", "X_FILE_FOLDER": "sample string 10", "ORIG_HASH": "sample string 11" }, "ScheduleNotifs": [ { "NOTIF_ID": 1, "SCHEDULE_ID": 2, "USER_ID": 3, "INS_USER": "sample string 4", "INS_DATE": "2025-04-07T05:14:11.2830606-07:00", "UPD_USER": "sample string 6", "UPD_DATE": "2025-04-07T05:14:11.2830606-07:00", "X_USER_NAME": "sample string 8", "X_E3_USER_ID": "sample string 9", "X_IS_ADMIN": true, "X_STATUS": 11 }, { "NOTIF_ID": 1, "SCHEDULE_ID": 2, "USER_ID": 3, "INS_USER": "sample string 4", "INS_DATE": "2025-04-07T05:14:11.2830606-07:00", "UPD_USER": "sample string 6", "UPD_DATE": "2025-04-07T05:14:11.2830606-07:00", "X_USER_NAME": "sample string 8", "X_E3_USER_ID": "sample string 9", "X_IS_ADMIN": true, "X_STATUS": 11 }, { "NOTIF_ID": 1, "SCHEDULE_ID": 2, "USER_ID": 3, "INS_USER": "sample string 4", "INS_DATE": "2025-04-07T05:14:11.2830606-07:00", "UPD_USER": "sample string 6", "UPD_DATE": "2025-04-07T05:14:11.2830606-07:00", "X_USER_NAME": "sample string 8", "X_E3_USER_ID": "sample string 9", "X_IS_ADMIN": true, "X_STATUS": 11 } ] }
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" } }