휴일 관리

휴일 등록/수정/삭제

post

기능설명

  • 휴일을 등록, 수정, 삭제합니다.


상세설명

  • 휴일에 대한 공휴일구분, 휴일메뉴, 사용여부를 수정합니다.

  • 휴일 목록을 삭제합니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
chevron-right
200

성공

*/*
stringOptional
post
/v2/system/holidayMgmt/saveHolidayList

휴일 일괄등록

post

기능설명

  • 휴일을 일괄 등록합니다.


상세설명

  • 엑셀 혹은 csv로 업로드된 파일에 대한 휴일 정보를 일괄로 등록합니다.

  • 중복된 휴일이 존재해 등록되지 못한 날짜를 반환합니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
chevron-right
200

성공

*/*
totalCountinteger · int32Optional
post
/v2/system/holidayMgmt/registHolidayExcelList

휴일 관리 목록 조회

get

기능설명

  • 화면에서 넘어온 공휴일자, 업무구분, 공휴일 구분에 맞는 휴일 목록을 조회합니다.


상세설명

  • 화면에서 넘어온 공휴일자, 업무구분, 공휴일 구분에 맞는 휴일 목록을 조회합니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
holiDtSstringRequired

시작일자

holiDtEstringRequired

종료일자

holiJobGbCdstringOptional

휴일업무구분코드(CM001)

holiGbCdstringOptional

공휴일구분코드(CM002)

pageIdxstringRequired

현재 페이지

Example: 1
rowsPerPagestringRequired

페이지 당 row

Example: 10
Responses
chevron-right
200

성공

*/*
totalCountinteger · int32Optional
get
/v2/system/holidayMgmt/getHolidayList

Last updated