{ "operationId": "Create Multiple Base Stations", "method": "POST", "path": "/telephony/config/locations/{locationId}/dectNetworks/{dectNetworkId}/baseStations", "summary": "Create Multiple Base Stations", "requestExamples": [ { "contentType": "application/json", "example": { "baseStationMacs": [ "bbafec9a9027", "6dde9ebde1c9" ] } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "baseStations": [ { "mac": "bbafec9a9027", "result": { "status": 201, "id": "Y2lzY29zcGFyazovL3VzL0RFQ1RfREVWX1NUQVRJT04vYzRhMTQxN2ItZGNiYi00MGMzLWE3YWQtNTY1MGZkZGRkNTNj" } } ] } } ] }