큐를 등록할 때 사용되는 API 입니다.

QueueAdd API Key Detail (Request)

name

type

Description

Company

string

회사코드

QueueName

string

큐 이름

BoxId

int

Shared Box ID

BoxVersion

int

Shared Box Version (0 작성 시 최신 버전 사용)

QueueGroup

int

큐 봇 그룹 ID

DataSet

string

데이터셋 저장 값

EMP_NO

string

사번 (중복은 구분자 | 로 설정, User Manager 메뉴의 사원번호)

LABEL_ID

string

라벨 ID (중복은 구분자 , 로 설정)

QueueAdd API & Examples

POST

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

Request

Content-Type: application/json

{

  • "Company":"SYMATION",
  • "QueueName":"테스트큐",
  • "BoxId":20025,
  • "BoxVersion":16,
  • "QueueGroup":1,
  • "DataSet":"id=yjkim4852,pass=ysj04160416,search=시메이션",
  • "EMP_NO":"yjkim|songhae",
  • "LABEL_ID":"3,5,10"

}

Response

Content-Type: application/json

{

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

}


name

type

Description

result

string

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

code

int

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

data

int

결과 데이터 [큐 ID]

Created with the Personal Edition of HelpNDoc: Free EBook and documentation generator