If your property has no PMS integration, staff can manually upload reservations. Goki allows your team to download a template, which they can fill out and then upload back to Goki.
How does it work
Goki dashboard > Reservations
Click on the "Upload your reservations" button on the top right
Download the CSV template first
Fill base on the template format
Upload it again
Notes:
If the reservation already exists, it will be updated.
Goki stores the valid data and displays an error for invalid entries, such as incorrect PMS numbers.
The following columns are mandatory: booker. Lastname, fromDate or from, to or toDate, PMS number, and pmsMeta.id.
The file must contain no more than 100 reservations and be less than 100 KB in size.
When uploading a file with both correct and incorrect rows, an error message should be displayed, such as "N rows or all data imported except below item"
Frequent errors:
The following errors happen in the below cases:
invalidFileSize
if the file size is more than 100KBinvalidFileType
if the file type is not CSVinvalidCsvContent
if the CSV file content is malformed and cannot be parsedinvalidCsvConvention
if the CSV file doesn't match the templateinvalidRecordCount
if the records inside CSV file is more than 100 records
Required formats:
The information must be filled in the below format:
The
fromDate
andtoDate
fields should be like2022-02-18
.The
from
andto
fields should be like2022-02-18T12:30:00+11:00
.The
state
field can only be one of theenquired
,requested
,optional
,confirmed
,started
,processed
, andcanceled
.If set
pmsMeta.parentSpaceId
and map a Goki space to the same value, the mappings will work properly.