Leadful will host a webservice to enable ISP's to obtain area map data in the kmz format.
- ISP calls Web Service /isp/v1/areas?status=__________
- Status field determines which areas are returned. E.g areas/status=planned returns all planned areas
- Status is optional, filters by status if exist
- The output of the web service will look something like:
{
success : true,
Data: KMZ_DATA in KMZ format
}