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:
invalidFileSizeif the file size is more than 100KBinvalidFileTypeif the file type is not CSVinvalidCsvContentif the CSV file content is malformed and cannot be parsedinvalidCsvConventionif the CSV file doesn't match the templateinvalidRecordCountif the records inside CSV file is more than 100 records
Required formats:
The information must be filled in the below format:
The
fromDateandtoDatefields should be like2022-02-18.The
fromandtofields should be like2022-02-18T12:30:00+11:00.The
statefield can only be one of theenquired,requested,optional,confirmed,started,processed, andcanceled.If set
pmsMeta.parentSpaceIdand map a Goki space to the same value, the mappings will work properly.

