{
"orgId": "string",
"isCustomPermission": true,
"permissionType": "EQUIPMENT_SPACE",
"permissionDetails": [
{
"projectId": "string",
"projectName": "string",
"permissionStructs": [
{
"settingType": "BUILDING",
"structItems": [
{
"category": "SYSTEM",
"dataList": [
{
"fieldType": "MEOI_ROOM_FUNC_TYPE",
"whiteList": [
"string"
],
"blockList": [
"string"
]
}
]
}
]
}
]
}
]
}curl --location --request POST '/org/permission/replace' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgId": "string",
"isCustomPermission": true,
"permissionType": "EQUIPMENT_SPACE",
"permissionDetails": [
{
"projectId": "string",
"projectName": "string",
"permissionStructs": [
{
"settingType": "BUILDING",
"structItems": [
{
"category": "SYSTEM",
"dataList": [
{
"fieldType": "MEOI_ROOM_FUNC_TYPE",
"whiteList": [
"string"
],
"blockList": [
"string"
]
}
]
}
]
}
]
}
]
}'{}