Opening several hotels at once
For a portfolio, send the room list as a spreadsheet rather than running the form twenty times.
Twenty hotels through a form is a week of clicking and a week of typos. For a portfolio, the same information goes in as two spreadsheets:
- One row per hotel — code, name, city, state, GSTIN, address, PIN.
- One row per room type — which hotel, the type, how many rooms, which floors, and the nightly rate.
It is always run as a dry run first, which prints exactly what would be created and writes nothing. Bad rows are named and refused before anything happens — a room type with no rate is refused outright, because it would make a hotel that looks created and cannot be sold.
Each hotel is created staged, and a hotel whose code already exists is left alone, never overwritten. So a second run after fixing three rows touches only those three.
Ask your Asar contact to run it; it needs the room list, not access to anything of yours.