Department
부서 목록 조희 API 입니다.
Department API Key Detail (Request / Response)
name |
type |
Description |
COMP_CD |
string |
회사코드 |
DPT_CD |
string |
부서코드 |
DPT_NM |
string |
부서명 |
UP_DPT_CD |
string |
상위코드 |
DPT_ORD |
int |
정렬순서 |
STATUS |
int |
상태[ 사용:1 , 미사용:0] |
Department API & Examples
POST
http://{server ip:port}/api/Department
Request
Content-Type: application/json
{
- "COMP_CD":"SYMATION"
}
Response
Content-Type: application/json
[
- {
- "COMP_CD":"SYMATION",
- "DPT_CD":"E210015",
- "DPT_NM":"자산운용본부",
- "UP_DPT_CD":"E211527",
- "DPT_ORD":6,
- "STATUS":1
},
- {
- "COMP_CD":"SYMATION",
- "DPT_CD":"E210016",
- "DPT_NM":"인사팀",
- "UP_DPT_CD":"E211527",
- "DPT_ORD":18,
- "STATUS":1
},
- {
- "COMP_CD":"SYMATION",
- "DPT_CD":"E210017",
- "DPT_NM":"홍보팀",
- "UP_DPT_CD":"E210053",
- "DPT_ORD":3,
- "STATUS":1
}
]
Created with the Personal Edition of HelpNDoc: Easily create PDF Help documents