Accommodation Dossiers¶
An Accommodation Dossier has a one-to-one relationship with an transport resource.
XML Schema:
Resource Definition¶
Note
This resource can be searched, allowing to you to access a filtered set of data. See our Searching The G API documentation for details on how to query specific fields and the operators available.
Fields
| Name | Type | Description | 
|---|---|---|
| name required | String | The name of this dossier. | 
| date_created | Datetime | The time when the resource was created, in the standard Dates & Times. | 
| date_last_modified | Datetime | The time when the resource was last modified, in the standard Dates & Times. | 
| details | Field | List of free text details for this dossier. | 
| 
 | String | |
| 
 | String | Informational text for this detail. | 
| 
 | Nested Object | |
| 
 | String | |
| 
 | String | Contains the label for a dossier feature. | 
| 
 | String | Contains a code for a dossier feature. | 
| type | String | The type of this resource. | 
| id read-only | String | |
| href read-only | Field | |
| service_code | String | A unique code used to identify services. | 
| publish_state | String | Can be either published or unpublished. | 
| features | Field | List of features | 
| 
 | String | |
| 
 | Field | |
| 
 | String | Contains the label for a dossier feature. | 
| 
 | String | Contains a code for the dossier feature. | 
| dossier_segment | Nested Object | The segment data associated with this dossier. | 
| 
 | String | |
| 
 | Field | |
| 
 | String | A unique ASCII code to identify this segment. | 
| 
 | String | A human-readable description of this segment. | 
| address required | Nested Object | The address associated with this accommodation dossier. | 
| 
 | String | First line of this accommodation’s address (required) | 
| 
 | String | Second line of this accommodation’s address (optional) | 
| 
 | String | Third and final line of this accommodation’s address (optional) | 
| 
 | String | The postal or zip code for this accommodation | 
| 
 | Reference Object | The country where this accommodation is located. | 
| 
 | Reference Object | The city where this accommodation is located. | 
| property_type required | Nested Object | The property type of this accommodation dossier. | 
| 
 | String | Contains the unique ASCII code for this category. | 
| 
 | String | Contains the label for this category. | 
| website | Url | The URL of the website associated with this accommodation dossier. | 
| location | Reference Object | The Place resource associated with this accommodation dossier. | 
| primary_country required | Reference Object | The country associated to this accommodation | 
| rooms | Field | The rooms associated with this accommodation. | 
| 
 | String | |
| 
 | Field | List of Room features. | 
| 
 | String | |
| 
 | Field | |
| 
 | String | Contains the label for a dossier feature. | 
| 
 | String | Contains a code for the dossier feature. | 
| 
 | Nested Object | The type of this room. | 
| 
 | String | Contains the unique ASCII code for this category. | 
| 
 | String | Contains the label for this category. | 
| 
 | Nested Object | |
| 
 | String | Contains the unique ASCII code for this category. | 
| 
 | String | Contains the label for this category. | 
| 
 | Nested Object | |
| 
 | String | Contains the unique ASCII code for this category. | 
| 
 | String | Contains the label for this category. | 
| 
 | Integer | The quantity of this room available in the accommodation | 
| 
 | Integer | The occupancy of traveller’s allowed by this room. | 
| 
 | Integer | The maximum allowable occupancy of this room. | 
| phone_numbers | Field | The phone numbers for this accommodation dossier. | 
| 
 | String | |
| 
 | String | The phone number for this phone | 
| 
 | Nested Object | |
| 
 | String | The unique ASCII code for this type. | 
| emails | Field | The email addresses for this accommodation dossier. | 
| 
 | String | |
| 
 | String | The email address for this contact | 
| 
 | Nested Object | |
| 
 | String | The unique ASCII code for this type. | 
| categories | Field | List of categories this activity falls under | 
| 
 | String | |
| 
 | Field | |
| 
 | String | |
| 
 | Reference Object | Parent category, can be null | 
| images | Field | Images associated with this accommodation | 
| videos | Field | Videos associated with this accommodation | 
| service_time | Time | The start time of the service | 
| show_on_reservation_sheet | Boolean | Used by Local Operations to determine whether or not a service shows up on the reservation sheet sent to Suppliers. | 
| flags | List | List of generic flags applied to this dossier | 
| suggested_dossiers | Field | List of suggested dossiers for when this dossier is used on an itinerary | 
| visited_countries | Field | List of countries visited in this dossier | 
| visited_cities | Field | List of cities visited in this dossier | 
Get an Activity Dossier
- GET /accommodation_dossiers/(string: accommodation_dossier_id)¶