{
"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
]
}
],
"orgId": "string",
"positionId": "string",
"customizeManageRange": true
}curl --location --request POST '/user/permission-range/replace' \
--header 'Content-Type: application/json' \
--data-raw '{
"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
]
}
],
"orgId": "string",
"positionId": "string",
"customizeManageRange": true
}'{}