Difference between revisions of "Template:Json PracticeVettedToggle Block - Java"
From Updox API
m (Thenate moved page Template:Json PracticeVetted Block - Java to Template:Json PracticeVettedToggle Block - Java without leaving a redirect) |
Latest revision as of 11:19, 19 December 2013
private Map<String,Object> BuildMessage() throws Exception
{
Map<String,Object> messageData = new HashMap();
messageData.put("accountId","myPracticeId"); //required
Map<String,String> authData = new HashMap();
authData.put("applicationId", "vendorId");
authData.put("applicationPassword", "vendorPassword");
messageData.put("auth", authData);
return messageData;
}