void API.ZohoReportAPI(string zip)
{
response = getUrl(url);
lines = response.toJSONList();
//info lines;
myMap = map();
myMap.put("ZOHO_FILE",lines);
myMap.put("ZOHO_IMPORT_FILETYPE", "JSON");
myMap.put("ZOHO_IMPORT_TYPE", "APPEND");
myMap.put("ZOHO_AUTO_IDENTIFY", "true");
myMap.put("ZOHO_ON_IMPORT_ERROR", "ABORT");
}