IntgScheduleDelete
통합 스케쥴 삭제 API 입니다. 통합 스케쥴모드의 스케쥴에서만 지원합니다.
IntgScheduleDelete API Key Detail (Request / Response)
|
name |
type |
Description |
|
COMP_CD |
string |
회사코드 |
|
EMP_NO |
string |
사번 |
|
SCH_ID |
string |
스케쥴 ID (GUID) |
|
EXCL_DATE |
string |
반복 스케쥴에서 선택일자만 삭제하는 경우 해당 날짜 (yyyyMMdd) |
IntgScheduleDelete API & Examples
POST
http://{server ip:port}/api/IntgScheduleDelete
Request
Content-Type: application/json
{
"COMP_CD":"SYMATION",
"EMP_NO":"seominsu",
"SCH_ID":"97b57b2f5af94fb2b584b28de52d2fe5",
"EXCL_DATE":""
}
Response
성공 : {"result":"ok"}
실패 : {"result":"fail"}
오류 : {"result":"error"}
Created with the Personal Edition of HelpNDoc: Write EPub books for the iPad