{
"name": "Org 1",
"description": "Org 1",
"address": "Addr",
"provinceId": 1,
"districtId": 1,
"villageId": 1,
"islandId": 1,
"long": 1,
"lat": 1,
"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 POST 'http://localhost:8080/api/v1/organization' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Org 1",
"description": "Org 1",
"address": "Addr",
"provinceId": 1,
"districtId": 1,
"villageId": 1,
"islandId": 1,
"long": 1,
"lat": 1,
"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"
}
]
}
]
}
]
}'
{}