LabelUpdate
라벨 수정 API 입니다.
LabelUpdate API Key Detail (Request / Response)
|
name |
type |
Description |
|
COMP_CD |
string |
회사코드 |
|
EMP_NO |
string |
사번 |
|
LABEL_ID |
int |
라벨ID |
|
LABEL_NM |
string |
라벨명 |
|
COLOR_CD |
string |
라벨색상 HEX 코드 (ex: #ff0000) |
LabelUpdate API & Examples
POST
http://{server ip:port}/api/LabelUpdate
Request
Content-Type: application/json
{
- "COMP_CD":"SYMATION",
- "EMP_NO":"yjkim",
- "LABLE_ID":1,
- "LABEL_NM":"오후업무",
- "COLOR_CD":"#8e7cc3"
}
Response
성공 : 1
정보오류 : 0
실패 : -1
Created with the Personal Edition of HelpNDoc: Easily create CHM Help documents