The Housing Transfer Types service defines the format of the files exchanged between an organization and participating hotels. The format of the import and export files depends upon the capabilities of a hotel's reservation system and may vary from hotel to hotel.
The following is an overview of the process:
- An organization works with a participating hotel to determine the file format required by that particular hotel so that the hotel and the organization can exchange reservation details.
- A developer creates an object with multiple classes that defines the operations to create and import files that use the hotel's format.
- The developer adds the custom object and its classes to the Aptify Object Repository.
- The developer creates two Housing Transfer Types:
- One to export data into the hotel's required file format
- One to import data from the hotel's format into Aptify.
By default, Aptify provides a sample housing transfer type for illustration and demonstration purposes. It uses the following format:
- Export Transfer Sample: The sample transfer type exports Housing Reservation Guest details into a comma-delimited text file. You can import a sample export file into Microsoft Excel to view the list of exported fields.
- Import Transfer Sample: The sample transfer type imports a Room Confirmation number into Housing Reservation Guests records. To support this format, each line of the text file to be imported needs the following format:
"HousingReservationGuestID","[Hotel confirmation number]"
For example:
"5","5623589"
In this example, the import process adds a confirmation number of 5623589 to the Housing Reservation Guests record with the ID of 5.
Comments
Please sign in to leave a comment.