POST api/ISCheckSchedule
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{}
Response Information
Response body formats
application/json, text/json
Sample:
{
"WasLocked": true,
"ResultPerScheduleList": [
{
"ExitCode": "sample string 1",
"ExitData": "sample string 2"
},
{
"ExitCode": "sample string 1",
"ExitData": "sample string 2"
},
{
"ExitCode": "sample string 1",
"ExitData": "sample string 2"
}
]
}