POST api/ISGetImportScheduleNotifications
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{ "ScheduleID": 1 }
Response Information
Response body formats
application/json, text/json
Sample:
{ "ScheduleNotifications": [ { "NOTIF_ID": 1, "SCHEDULE_ID": 2, "USER_ID": 3, "INS_USER": "sample string 4", "INS_DATE": "2025-04-03T21:20:36.8784774-07:00", "UPD_USER": "sample string 6", "UPD_DATE": "2025-04-03T21:20:36.8784774-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-03T21:20:36.8784774-07:00", "UPD_USER": "sample string 6", "UPD_DATE": "2025-04-03T21:20:36.8784774-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-03T21:20:36.8784774-07:00", "UPD_USER": "sample string 6", "UPD_DATE": "2025-04-03T21:20:36.8784774-07:00", "X_USER_NAME": "sample string 8", "X_E3_USER_ID": "sample string 9", "X_IS_ADMIN": true, "X_STATUS": 11 } ] }