라벨 삭제 API 입니다. 

LabelDelete API Key Detail (Request / Response)

name

type

Description

COMP_CD

string

회사코드

EMP_NO

string

사번

LABEL_ID

int

라벨ID

LabelDelete API & Examples

POST

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

Request

Content-Type: application/json

{

  • "COMP_CD":"SYMATION",
  • "EMP_NO":"yjkim",
  • "LABLE_ID":1

}

Response

성공 : 1

정보오류 : 0

실패 : -1

Created with the Personal Edition of HelpNDoc: Benefits of a Help Authoring Tool