POST api/ISGetImportScheduleHeader
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:
{
"ImportScheduleHeader": {
"ScheduleCode": "sample string 1",
"TemplateCode": "sample string 2",
"TemplateDescription": "sample string 3",
"LastOccurrence": "2026-05-28T10:49:51.2227129-07:00",
"ImportTypeDescription": "sample string 4",
"ImportScheduleOverallStatusCode": "sample string 5",
"ImportScheduleOverallStatusDescription": "sample string 6",
"ImportFormatCode": "sample string 7",
"ImportFormatDescription": "sample string 8",
"ScheduleDescription": "sample string 9",
"ScheduleID": 10,
"CanScheduleDelete": true
}
}