Rentals

A rental is performed when a customer rents out (pickup rental) or brings back (return rental) a battery at a point of sale. Usually, a first request is made to retrieve the pricing information of a rental without saving anything to the database (GET request). On confirmation, a second request is made to create a rental (POST request).

Available rental endpoints:

  • Get pricing: get pricing information of a rental (pickup or return), before confirmation

  • Create a rental: confirm the creation of a rental (pickup or return)


On This Page
Rentals