Template:Json EventNotificationIds Block - Java
From Updox API
private Map<String,Object> BuildMessage() throws Exception { List<String> messageData = new ArrayList<>(); messageData.add("1"); messageData.add("2"); messageData.add("3"); Map<String,String> authData = new HashMap(); authData.put("applicationId", "vendorId"); authData.put("applicationPassword", "vendorPassword"); messageData.put("auth", authData);
return messageData; }