QueueAddIDBack
큐를 등록할 때 사용되는 API 입니다.
QueueAddIDBack 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 (중복은 구분자 , 로 설정) |
QueueAddIDBack API & Examples
POST
http://{server ip:port}/api/QueueAddIDBack
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
성공 : {"result": 1~} (등록된 Queue ID)
정보 오류 : {"result": 0}
실패 : {"result": -1}
Created with the Personal Edition of HelpNDoc: Easily create Help documents