LogoLogo
  • Introduction
  • Authentication
  • Endpoints
    • Content
    • Quote
    • Status
    • Update
    • Purchase
    • Cancel
    • InstantBooking
    • Update Customer
    • Notifications/list
    • Notification/update
    • GetAllPurchasedPolicies
    • GetAllCancelledPolicies
    • CoverOptOut
    • Invoice
  • Webhook
    • HMAC Verification
    • Events
      • Cancellation Event
  • Testing
  • Errors
    • Quote Errors
    • Purchase Errors
    • Cancel Errors
  • Supported Currencies
  • Supported Languages
  • Supported Regions
  • Non-API Functions
Powered by GitBook
On this page
  • Request Parameters
  • Response Attributes
  1. Endpoints

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"
}
{
   "Status":"ok"
}

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

PreviousNotifications/listNextGetAllPurchasedPolicies

Last updated 1 year ago