diff --git a/flowroutenumbersandmessaging/controllers/numbers_controller.py b/flowroutenumbersandmessaging/controllers/numbers_controller.py index 8dcae0a..42db42f 100644 --- a/flowroutenumbersandmessaging/controllers/numbers_controller.py +++ b/flowroutenumbersandmessaging/controllers/numbers_controller.py @@ -42,7 +42,8 @@ class NumbersController(BaseController): area code. Returns: - void: Response from the API. OK + mixed: Response from the API. A JSON object of Central Office (exchange) codes containing + purchasable phone numbers that satisfy your search criteria. Raises: APIException: When an error occurs while fetching the data from @@ -97,7 +98,8 @@ class NumbersController(BaseController): specified maximum non-recurring setup cost. Returns: - void: Response from the API. OK + mixed: Response from the API. A JSON object of area codes containing + purchasable phone numbers that satisfy your search criteria. Raises: APIException: When an error occurs while fetching the data from