Template:Json Response EventNotificationStatuses

From Updox API
Jump to: navigation, search
  {
      "successful": true,
      "responseMessage": "OK",
      "responseCode": 2000,
      "eventNotificationStatuses": [
          {
              "notificationId": 1,
              "internalId": "internal-id-for-1",
              "status": "confirmed",
              "statusDate": "12/11/2015",
              "reply": "reply texts"
          },
          {
              "notificationId": 2,
              "internalId": "internal-id-for-2",
              "status": "cancelled",
              "statusDate": "12/12/2015",
              "reply": "reply texts"
          },
          {
              "notificationId": 3,
              "internalId": "internal-id-for-3",
              "status": "sent",
              "statusDate": "12/13/2015",
              "reply": "N/A"
          }
      ]
  }