Difference between revisions of "Template:Json faxBulkIdRetrieve Block - Java"

From Updox API
Jump to: navigation, search
(Created page with " private Map<String,Object> BuildMessage() throws Exception { Map<String,Object> messageData = new HashMap(); messageData.put("bulkFaxId", 56); {{Json_...")
 
 
Line 3: Line 3:
 
         Map<String,Object> messageData = new HashMap();
 
         Map<String,Object> messageData = new HashMap();
 
         messageData.put("bulkFaxId", 56);
 
         messageData.put("bulkFaxId", 56);
 
 
{{Json_Auth_Block_-_Account_-_Java}}
 
{{Json_Auth_Block_-_Account_-_Java}}
 
    
 
    
 
         return messageData;
 
         return messageData;
 
     }
 
     }

Latest revision as of 11:06, 1 July 2015

   private Map<String,Object> BuildMessage() throws Exception
   {
       Map<String,Object> messageData = new HashMap();
       messageData.put("bulkFaxId", 56);
       authData.put("applicationId", "vendorId");
       authData.put("applicationPassword", "vendorPassword");
       authData.put("accountId", "accountId");
 
       return messageData;
   }