Difference between revisions of "Template:Json Request EventNotificationStatusesGetByIds"

From Updox API
Jump to: navigation, search
(Created page with " { "eventNotificationIds": [ "1", "2", "3" ], "auth": { "applicationId": "vendorId", "applicationPassword": "ven...")
 
 
Line 1: Line 1:
 
     {
 
     {
 
         "eventNotificationIds": [
 
         "eventNotificationIds": [
             "1", "2", "3"
+
             "1",  
 +
            "2",  
 +
            "3"
 
         ],
 
         ],
 
         "auth": {
 
         "auth": {

Latest revision as of 17:05, 11 December 2015

   {
       "eventNotificationIds": [
           "1", 
           "2", 
           "3"
       ],
       "auth": {
           "applicationId": "vendorId",
           "applicationPassword": "vendorPassword",
           "accountId": "accountId",
           "userId": ""
       }
   }