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": "2024-09-19T04:52:41.1284655-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
  }
}