Notification/update
The Notification Update endpoint enables the partners to send the status of the event after it has been processed.
Endpoint: /notifications/update/event/<eventid>
/notifications/update/event/<eventid>
Method: POST
Request Parameters
Acknowledged boolean
required true / false on whether the event was processed.
ProcessedAt DateTime
required DateTime when the event was processed.
Response Attributes
Status:
string #Status OK
Last updated