From 4ddf14cb42a10a94e6f174d556b16a7ac6340992 Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Tue, 2 Jan 2018 14:53:29 -0800 Subject: [PATCH] Update API responses for List Available Exchange Codes and List Available Area Codes --- .../controllers/numbers_controller.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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