BotQueueGroupEdit
큐 그룹에 봇을 등록 할때 사용하는 API입니다.
BotQueueGroupEdit API Key Detail (Request)
|
name |
type |
Description |
|
COMP_CD |
string |
회사코드 |
|
EMP_NO |
string |
사번 |
|
QUEUE_GROUP_ID |
int |
봇을 등록 할 큐 그룹 ID |
|
BOT_ID |
int |
큐그룹에 등록 할 봇 ID |
BotQueueGroupEdit API & Examples
POST
http://{server ip:port}/api/BotQueueGroupEdit
Request
Content-Type: application/json
{
- "COMP_CD":"SYMATION",
- "EMP_NO":"User",
- "QUEUE_GROUP_ID": 1,
- "BOT_ID":2
}
Response
성공 : {"result": 1}
정보 오류 : {"result":0}
실패 : {"result":-44}
Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites