{
"id": "string",
"orgId": "string",
"positionCategoryId": "string",
"name": "string",
"duties": [
"string"
],
"customize": true,
"groupPermissionPkgIds": [
"string"
],
"projPermissionPkgIds": [
"string"
],
"manageRangeReplaceDto": {
"belongId": "string",
"permissionType": "EQUIPMENT_SPACE",
"manageRangeDetails": [
{
"projectId": "string",
"projectName": "string",
"permissionStructs": [
{
"settingType": "BUILDING",
"structItems": [
{
"category": "SYSTEM",
"dataList": [
{
"fieldType": "MEOI_ROOM_FUNC_TYPE",
"whiteList": [
"string"
],
"blockList": [
"string"
]
}
]
}
]
}
],
"dealMajorIds": [
0
]
}
]
}
}curl --location --request POST '/position/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"orgId": "string",
"positionCategoryId": "string",
"name": "string",
"duties": [
"string"
],
"customize": true,
"groupPermissionPkgIds": [
"string"
],
"projPermissionPkgIds": [
"string"
],
"manageRangeReplaceDto": {
"belongId": "string",
"permissionType": "EQUIPMENT_SPACE",
"manageRangeDetails": [
{
"projectId": "string",
"projectName": "string",
"permissionStructs": [
{
"settingType": "BUILDING",
"structItems": [
{
"category": "SYSTEM",
"dataList": [
{
"fieldType": "MEOI_ROOM_FUNC_TYPE",
"whiteList": [
"string"
],
"blockList": [
"string"
]
}
]
}
]
}
],
"dealMajorIds": [
0
]
}
]
}
}'{}