ScheduleGridSetPause
그리드 스케쥴을 정지,실행 설정 하는 API입니다.
ScheduleGridSetPause API Key Detail (Request)
|
name |
type |
Description |
|
COMP_CD |
string |
회사코드 |
|
EMP_NO |
string |
사번 |
|
SCH_ID |
int |
실행,정지할 스케쥴 ID |
|
USE_PAUSE |
int |
실행,정지 (0: 실행 1: 정지) |
ScheduleGridSetPause API & Examples
POST
http://{server ip:port}/api/ScheduleGridSetPause
Request
Content-Type: application/json
{
- "COMP_CD":"SYMATION",
- "EMP_NO":"User",
- "SCH_ID": 2,
- "USE_PAUSE": 1
}
Response
Content-Type: application/json
{
- "result": "ok",
- "code": 1,
- "data": 1
}
|
name |
type |
Description |
|
result |
string |
결과 [성공: "ok", 실패: "fail", 오류: "error"] |
|
code |
int |
결과코드 [성공: 1, 실패: 0, 오류: -1 or -44] |
|
data |
int |
결과 데이터 [결과코드와 같음] |
Created with the Personal Edition of HelpNDoc: Produce online help for Qt applications