Build Batch Regions - Implan-Group/api GitHub Wiki

Regions - Build Batch

This endpoint provides a way to build multiple Regions at once.

Warning

Only Regions that needed to be built will be returned from this endpoint; any existing Regions will not be returned.


POST /api/v1/region/build/batch/{aggregationSchemeId}

Parameter Spec Type Details
aggregationSchemeId route int The Aggregation Scheme the new Region will belong to
body body str A list of Regional Identifiers for all the Regions to build and retrieve.

🧾Example

📤 Request

POST /api/v1/region/build/batch/1

[
    "yDxXX13pxJ",
    "A2xqMqdLxq"
]

📥 Response

[]
⚠️ **GitHub.com Fallback** ⚠️