result = routes_controller.create_an_inbound_route(request_body)
pprint.pprint(result)
```
##### Example Response
```
{
"data": {
"attributes": {
"alias": "new_route_id",
"route_type": "number",
"value": "12011231234"
},
"id": "98396",
"links": {
"self": "https://api.flowroute.com/routes/98396"
},
"type": "route"
},
"links": {
"self": "https://api.flowroute.com/routes/98396"
}
}
```
Currently has some issues with POST and PATCH requests via the SDK methods provided.
#### list\_inbound\_routes()
The method accepts `limit` and `offset` as parameters which you can learn more about in the [API reference](https://developer.flowroute.com/api/numbers/v2.0/list-inbound-routes/).