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 |
|---|---|---|
|
String |
The name of this dossier. |
|
Datetime |
The time when the resource was created, in the standard Dates & Times. |
|
Datetime |
The time when the resource was last modified, in the standard Dates & Times. |
|
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. |
|
String |
The type of this resource. |
|
String |
|
|
Field |
|
|
String |
A unique code used to identify services. |
|
String |
Can be either published or unpublished. |
|
Field |
List of features |
|
String |
|
|
Field |
|
|
String |
Contains the label for a dossier feature. |
|
String |
Contains a code for the dossier feature. |
|
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. |
|
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. |
|
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. |
|
Url |
The URL of the website associated with this accommodation dossier. |
|
Reference Object |
The Place resource associated with this accommodation dossier. |
|
Reference Object |
The country associated to this accommodation |
|
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. |
|
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. |
|
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. |
|
Field |
List of categories this activity falls under |
|
String |
|
|
Field |
|
|
String |
|
|
Reference Object |
The booking_company associated with the category |
|
Reference Object |
Parent category, can be null |
|
Field |
Images associated with this accommodation |
|
Field |
Videos associated with this accommodation |
|
Time |
The start time of the service |
|
Boolean |
Used by Local Operations to determine whether or not a service shows up on the reservation sheet sent to Suppliers. |
|
List |
List of generic flags applied to this dossier |
|
Field |
List of suggested dossiers for when this dossier is used on an itinerary |
|
Field |
List of countries visited in this dossier |
|
Field |
List of cities visited in this dossier |
Get an Activity Dossier
- GET /accommodation_dossiers/(string: accommodation_dossier_id)¶