Template:Json Response EventNotificationStatusesGetByBulkIds

From Updox API
Revision as of 10:42, 14 December 2015 by Asteen (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

{

   "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"
       }
   ]

}