Difference between revisions of "Template:Json Response EventNotificationStatusesGetByBulkIds"

From Updox API
Jump to: navigation, search
(Created page with "{ "successful": true, "responseMessage": "OK", "responseCode": 2000, "eventNotificationStatuses": [ { "notificationId": 13, "in...")
 

Latest revision as of 10:42, 14 December 2015

{

   "successful": true,
   "responseMessage": "OK",
   "responseCode": 2000,
   "eventNotificationStatuses": [
       {
           "notificationId": 13,
           "internalId": "XYZ",
           "status": "error",
           "statusDate": "12/11/2015",
           "reply": "N/A"
       },
       {
           "notificationId": 14,
           "internalId": "ABC",
           "status": "created",
           "statusDate": "12/11/2015",
           "reply": "YES"
       }
   ]

}