From b2ebd065b24b7991ab6ba193ad69c41ecec13f73 Mon Sep 17 00:00:00 2001 From: David Wilkie Date: Thu, 10 Oct 2024 22:19:46 +0700 Subject: [PATCH] Add docs for adding lat/long (#89) --- public/website/docs.html | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/public/website/docs.html b/public/website/docs.html index 47f993f..7a81444 100644 --- a/public/website/docs.html +++ b/public/website/docs.html @@ -2169,7 +2169,8 @@
Optional The local access and transport area (LATA) code. + target="_blank">LATA). Applicable only for phone numbers from the US + and Canada. LATA code 888 @@ -2178,10 +2179,27 @@
rate_center Optional The Rate - center of this phone number. + center of this phone number. Applicable only for phone numbers from the US + and Canada. Rate center name NEWTORONTO + + latitude + Optional + The latitude of this phone number's location. Applicable only for phone numbers from the US + and Canada. + Latitude + 43.6008 + + + longitude + Optional + The longitude of this phone number's location. Applicable only for phone numbers from the US + and Canada. + Longitude + -79.5053 + meta_* Optional @@ -2206,8 +2224,9 @@
Sample CSV for creating phone numbers
-
number,type,visibility,country,price,region,locality,lata,rate_center,meta_my_custom_field,meta_another_custom_field
-+12505550199,local,public,CA,1.15,ON,Toronto,888,NEWTORONTO,My custom value,Another custom value
+
number,type,visibility,country,price,region,locality,lata,rate_center,latitude,longitude,meta_my_custom_field,meta_another_custom_field
++12505550199,local,public,CA,1.15,ON,Toronto,888,NEWTORONTO,43.6008,-79.5053,My custom value,Another custom value
Sample CSV for deleting phone numbers