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>

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

Request Parameters

Response Attributes

Status: string #Status OK

Last updated