레파지토리 Box 삭제 API 입니다. 

BoxDelete API Key Detail (Request / Response)

name

type

Description

COMP_CD

string

회사코드

EMP_NO

string

사번

BOX_ID

int

Box ID

BoxList API & Examples

POST

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

Request

Content-Type: application/json

{

  • "COMP_CD":"SYMATION",
  • "EMP_NO":"yjkim",
  • "BOX_ID":"120"

}

Response

성공 : "1"

정보 오류 : "0"

실패 : "-1"

Created with the Personal Edition of HelpNDoc: Create HTML Help, DOC, PDF and print manuals from 1 single source