Template:Json Auth Block - Account - Java

From Updox API
Revision as of 17:01, 21 November 2013 by Thenate (Talk | contribs)

Jump to: navigation, search
       Map<String,String> authData = new HashMap();
       authData.put("applicationId", "vendorId");
       authData.put("applicationPassword", "vendorPassword");
       authData.put("accountId", "accountId");
       messageData.put("auth", authData);