Notification/update
Endpoint: /notifications/update/event/<eventid>
/notifications/update/event/<eventid>Method: POST
curl -i -X POST \
-H "X_API_KEY: [my-api-key]" \
-H "Content-Type: application/json" \
https://api-staging.rentalcover.com/notifications/update/event/<event-id>
{
Acknowledged : true,
ProcessedAt: "2018-01-02 09:00:00"
}{
"Status":"ok"
}Request Parameters
Response Attributes
Last updated