ResApprovalList
Shared Resource 결재 대기 리스트 조회 API 입니다.
ResApprovalList API Key Detail (Request / Response)
|
name |
type |
Description |
|
COMP_CD |
string |
회사코드 |
|
EMP_NO |
string |
사번 |
|
SEQ |
int |
일련번호 |
|
REQ_EMP_NO |
string |
결재요청자 사번 |
|
REQ_DT |
string |
결재요청일 |
|
MEMO |
string |
결재메모 (html) |
|
DPT_CD |
string |
결재요청자 부서코드 |
|
DPT_NM |
string |
결재요청자 부서명 |
|
EMP_NM |
string |
결재요청자 이름 |
ResApprovalList API & Examples
POST
http://{server ip:port}/api/ResApprovalList
Request
Content-Type: application/json
{
- "COMP_CD":"SYMATION",
- "EMP_NO":"yjkim"
}
Response
Content-Type: application/json
[
- {
- "SEQ":1,
- "COMP_CD":"SYMATION",
- "REQ_EMP_NO":"yjkim",
- "REQ_DT":"2023-09-01T12:15:02.711",
- "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: Single source CHM, PDF, DOC and HTML Help creation