{
"name": "Org 2",
"description": "Org 2",
"address": "Addr 2",
"provinceId": 2,
"districtId": 2,
"villageId": 2,
"islandId": 2,
"long": 2,
"lat": 2,
"sentral": {
"generatorType": "generator",
"fuelType": "fuel",
"powerInstalled": 11,
"powerNettCapacity": 10,
"yearOperating": "2024-04-21T10:00:00Z",
"condition": "operating"
},
"accessLevels": [
{
"accessLevelId": 1
}
],
"accessGroups": [
{
"accessGroupId": 1
}
],
"accessPages": [
{
"pageId": 1,
"accessType": "allow",
"pageActivities": [
{
"activityId": 1,
"accessType": "allow",
"activityItems": [
{
"activityItemId": 1,
"accessType": "allow"
},
{
"activityItemId": 2,
"accessType": "allow"
},
{
"activityItemId": 3,
"accessType": "allow"
},
{
"activityItemId": 3,
"accessType": "allow"
}
]
}
]
}
]
}
curl --location --request PUT 'http://localhost:8080/api/v1/organization//edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Org 2",
"description": "Org 2",
"address": "Addr 2",
"provinceId": 2,
"districtId": 2,
"villageId": 2,
"islandId": 2,
"long": 2,
"lat": 2,
"sentral": {
"generatorType": "generator",
"fuelType": "fuel",
"powerInstalled": 11,
"powerNettCapacity": 10,
"yearOperating": "2024-04-21T10:00:00Z",
"condition": "operating"
},
"accessLevels": [
{
"accessLevelId": 1
}
],
"accessGroups": [
{
"accessGroupId": 1
}
],
"accessPages": [
{
"pageId": 1,
"accessType": "allow",
"pageActivities": [
{
"activityId": 1,
"accessType": "allow",
"activityItems": [
{
"activityItemId": 1,
"accessType": "allow"
},
{
"activityItemId": 2,
"accessType": "allow"
},
{
"activityItemId": 3,
"accessType": "allow"
},
{
"activityItemId": 3,
"accessType": "allow"
}
]
}
]
}
]
}'
{}