스케쥴 및 큐에서 사용할 수 있는 라벨 등록 API 입니다. 

LabelAdd API Key Detail (Request / Response)

name

type

Description

COMP_CD

string

회사코드

EMP_NO

string

사번

LABEL_NM

string

라벨명

COLOR_CD

string

라벨색상 HEX 코드 (ex: #ff0000)

LabelAdd API & Examples

POST

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

Request

Content-Type: application/json

{

  • "COMP_CD":"SYMATION",
  • "EMP_NO":"yjkim",
  • "LABEL_NM":"오전업무",
  • "COLOR_CD":"#8e7cc3"

}


Response

Content-Type: application/json

{

    • "result": "ok",
    • "code": 1,
    • "data": 5

}


name

type

Description

result

string

결과 [성공: "ok", 실패: "fail", 오류: "error"]

code

int

결과코드 [성공: 1, 실패: 0, 오류: -1 or -44]

data

int

결과 데이터 [라벨 ID]

Created with the Personal Edition of HelpNDoc: Easily create EPub books