IntgScheduleSetPause
통합 스케쥴을 실행/정지 설정하는 API 입니다. 통합 스케쥴모드의 스케쥴에서만 지원합니다.
IntgScheduleSetPause API Key Detail (Request / Response)
|
name |
type |
Description |
|
COMP_CD |
string |
회사코드 |
|
EMP_NO |
string |
사번 |
|
SCH_ID |
string |
스케쥴 ID (GUID) |
|
USE_PAUSE |
string |
실행/정지 설정 [0:실행 1:정지] |
IntgScheduleSetPause API & Examples
POST
http://{server ip:port}/api/IntgScheduleSetPause
Request
Content-Type: application/json
{
"COMP_CD":"SYMATION",
"EMP_NO":"seominsu",
"SCH_ID":"97b57b2f5af94fb2b584b28de52d2fe5",
"USE_PAUSE":"1"
}
Response
성공 : 1
실패 : 0
오류 : -1
Created with the Personal Edition of HelpNDoc: Easily create iPhone documentation