Create Reservation

The functionality vehicle reservation reserves a specific VIN that exists as VOI in an offer for specific time defined by the user. The business case required in the user role is: 12028. 




Exhibit 1 - The pop-up page to enter the details of the reservation


In this page the user must enter the reservation start and end dates, select the contact person from the contact persons grid-list, and select a reservation type. It is also recommended to enter a reservation reason that will be visible in the reservation history of the vehicle. 

As soon as the reservations is succesfully saved, the user can: 

  1. See the reservation record, as active reservation in the Reservation History tab of the Vehicle Card Page (Exhibit 2) 
  2. See the indicator Reserved in the Vehicles Grid List (Exhibit 3) 


Exhibit 2 - Reservation History Tab 


Exhibit 3 - Reservation Indicator 



The car statuses that can be selected for reservation from the Vehicle Reservation functionality are defined in a table that can be maintained here: Car Statuses for which Reservation Actions are allowed

Exhibit 4 - Car statuses allowed for reservation


Cancel Reservation 

The user can cancel a reservation by selecting this action for a specific active reservation (exhibit - 5). The active reservations are visible in the tab Reservation of a Vehicle selected with edit from the Inventory Grid List. 

Exhibit - 5



Example of json can be found here:→ inventory_reservation.txt

dms-std-api: → https://app.swaggerhub.com/apis/ThinkRIT/dms-std-api/1.2.0#/Reservations/CreateReservation



Write a comment…