통합 스케쥴 반복스케쥴에서 선택일자로 수정된 스케쥴을 복원하는 API 입니다. 통합 스케쥴모드의 스케쥴에서만 지원합니다.

IntgScheduleRestore API Key Detail (Request / Response)

name

type

Description

COMP_CD

string

회사코드

EMP_NO

string

사번

SCH_ID

string

선택일 수정으로 생성된 스케쥴 ID (GUID)

IntgScheduleRestore API & Examples

POST

http://{server ip:port}/api/IntgScheduleRestore

Request

Content-Type: application/json

{

   "COMP_CD":"SYMATION",

   "EMP_NO":"seominsu",

   "SCH_ID":"74b7263362064373b9e931376e70b7fb",

}

Response

성공 : {"result":"ok"}

실패 : {"result":"fail"}

오류 : {"result":"error"}

Created with the Personal Edition of HelpNDoc: Easily create EBooks