큐 그룹을 추가하는 API입니다.

QueueGroupListAdd API Key Detail (Request)

name

type

Description

COMP_CD

string

회사코드

EMP_NO

string

사번

QUEUE_GROUP_NAME

string

등록할 큐 그룹 이름

QueueGroupListAdd API & Examples

POST

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

Request

Content-Type: application/json

{

  • "COMP_CD":"SYMATION",
  • "EMP_NO":"User",
  • "QUEUE_GROUP_NAME": "TestGroup"

}


Response

Content-Type: application/json

{

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

}


name

type

Description

result

string

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

code

int

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

data

int

결과 데이터 [QueueGroupID]

Created with the Personal Edition of HelpNDoc: Full-featured EBook editor