GetAllPurchasedPolicies
The GetAllPurchasedPolicies endpoint enables the partners to get a list of the bookings purchased and cancelled by users.
Endpoint: /insurances/getAllPurchasedPolicies
Method: POST
POST
Request Parameters
X_API_KEY
string [varchar(32)] required
API Key, provided by RentalCover.com.
FromDate
datetime
Start date/time for the filter.
ToDate
datetime
End date/time for the filter.
Page
integer
Pagination index.
Note: Date filters do not refer to bookings FromDate or ToDate, but instead to the latest modification date of each item.
Last updated