큐 그룹을 수정하는 API입니다.

QueueGroupListEdit API Key Detail (Request)

name

type

Description

COMP_CD

string

회사코드

EMP_NO

string

사번

QUEUE_GROUP_ID

int

수정할 큐 그룹 ID

QUEUE_GROUP_NAME

string

수정할 큐 그룹 이름

QueueGroupListEdit API & Examples

POST

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

Request

Content-Type: application/json

{

  • "COMP_CD":"SYMATION",
  • "EMP_NO":"User",
  • "QUEUE_GROUP_ID": 1,
  • "QUEUE_GROUP_NAME": "UpdateGroup"

}


Response

성공 : {"result": 1}

정보 오류 : {"result":0}

실패 : {"result":-44}

Created with the Personal Edition of HelpNDoc: Full-featured Kindle eBooks generator