Right now the Admin REST API POST operations don't return the ID of the created resource (in fact apart from the status code nothing is returned).
This causes issues in automation cases where the ID is needed in further steps (f.e. creating a service and later related resources like metrics/methods etc.) as additional calls to the 3scale Admin REST API are needed (usually using the system_name to filter from a list).