Start rental
Create a new rental
Headers
Name
Type
Description
Rental types
Example request
args = {username: '[email protected]',
start_date: 1625167463,
end_date: null,
plates: ['XY3BAC', 'MR09E3'],
token: '',
rental_type: 'monthly',
spot_uuid: '',
source: 'AirportParkingReservations'
}
const result = APIClient.POST("/rentals/", args, format="json") Last updated
Was this helpful?