Update API responses for List Available Exchange Codes and List Available Area Codes

e911_addr
Maria Bermudez 7 years ago
parent 3d3e115c2b
commit 4ddf14cb42
  1. 6
      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

Loading…
Cancel
Save