그룹 정보 수정
그룹 정보수정
Headers
Name
Type
Description
Request Body
Name
Type
Description
Request Example
[
{
"groupId":1, // 수정할 그룹 Id
"update":{
"groupName":"변경그룹명", // 수정할 그룹명
"groupPartName":"변경부서명", // 수정할 그룹의 기본 부서명
"level":1, // 수정할 그룹의 레벨(상위그룹/하위그룹 개념)
"parentGroupId":null // 상위그룹 Id
},
"flag":"U" // 수정 flag
}
]Response Example
Last updated