BoxApprovalList
BOX 결재 대기 리스트 조회 API 입니다.
BoxApprovalList API Key Detail (Request / Response)
|
name |
type |
Description |
|
COMP_CD |
string |
회사코드 |
|
EMP_NO |
string |
사번 |
|
SEQ |
int |
일련번호 |
|
BOX_ID |
int |
BOX 아이디 |
|
BOX_VER |
int |
BOX 버전 |
|
APRV_TYPE |
int |
결재대상 [0:등록 1:수정 2:삭제] |
|
REQ_EMP_NO |
string |
결재요청자 사번 |
|
REQ_DT |
string |
결재요청일자 |
|
EXT_DATA |
string |
요청 데이터 (Json) |
|
MEMO |
string |
결재 메모 (html) |
|
DPT_CD |
string |
결재요청자 부서코드 |
|
DPT_NM |
string |
결재요청자 부서명 |
|
EMP_NM |
string |
결재요청자 이름 |
BoxApprovalList API & Examples
POST
http://{server ip:port}/api/BoxApprovalList
Request
Content-Type: application/json
{
- "COMP_CD":"SYMATION",
- "EMP_NO":"yjkim"
}
Response
Content-Type: application/json
[
- {
- "SEQ":1,
- "COMP_CD":"SYMATION",
- "BOX_ID":25,
- "BOX_VER":1,
- "APRV_TYPE":1,
- "REQ_EMP_NO":"yjkim",
- "REQ_DT":"2023-09-01T12:15:02.711",
- "EXT_DATA":"{\r\n \"title\": \"에러 키워드 발생\",\r\n \"permissions\": []\r\n}",
- "MEMO":"�<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /><title>\r\n\t\t</title>\r\n\t\t<style type=\"text/css\">\r\n\t\t\t.cs2654AE3A{text-align:left;text-indent:0pt;margin:0pt 0pt 0pt 0pt}\r\n\t\t\t.csD4211228{color:#000000;background-color:transparent;font-family:'맑은 고딕';font-size:11pt;font-weight:normal;font-style:normal;}\r\n\t\t</style>\r\n\t</head>\r\n\t<body>\r\n\t\t<p class=\"cs2654AE3A\"><span class=\"csD4211228\">test용</span></p></body>\r\n</html>\r\n",
- "DPT_CD":"100",
- "DPT_NM":"기술연구소",
- "EMP_NM":"김용준"
}
]
Created with the Personal Edition of HelpNDoc: Free Qt Help documentation generator