큐 그룹을 삭제하는 API입니다.

QueueGroupListDelete API Key Detail (Request)

name

type

Description

COMP_CD

string

회사코드

EMP_NO

string

사번

QUEUE_GROUP_ID

int

삭제할 큐 그룹 이름

QueueGroupListDelete API & Examples

POST

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

Request

Content-Type: application/json

{

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

}


Response

성공 : {"result": 1}

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

실패 : {"result":-44}

Created with the Personal Edition of HelpNDoc: Create cross-platform Qt Help files