RoomConnection
rooms object[]
Room code
roomData object
Complete room data
Room code
Provider-specific room code
Room source/provider
Maximum occupancy when the provider stated it. Note that no provider currently populates it, so it is absent in practice.
texts object[]
Room descriptions in different languages
Type of text (e.g., description, shortDescription)
ISO 639-1 language code
Text content
images object[]
Room images
Image code
Image URL
Display order
Type of media
Image caption
occupancy object
Occupancy details
Number of adults
Number of children
Total occupancy
beds object[]
Bed information
Bed type
Number of beds
Canonical room code from mapping_rooms when mapped.
How much bundleportRoomCode is worth. 0 means the canonical code is literally the provider's own code and no matching happened, so it groups nothing; 100 means a human reviewed it. Omitted when the mapping predates the confidence overlay, which should be read as unknown rather than as zero.
Possible values: >= 0 and <= 100
Where the mapping came from. mirror is the mapping generator, auto_passthrough is a placeholder with no matching behind it, matcher is an automatic room match and manual a human decision.
Possible values: [mirror, auto_passthrough, matcher, manual]
Provider code that supplied images/texts/beds when they were inherited via cross-provider fill (same hotel base + same bundleportRoomCode). Omitted when content comes from the room's own provider.
Record creation timestamp
Record last update timestamp
{
"rooms": [
{
"code": "string",
"roomData": {
"code": "string",
"roomCode": "string",
"source": "string",
"maxOccupancy": 0,
"texts": [
{
"type": "string",
"languageCode": "string",
"text": "string"
}
],
"images": [
{
"code": "string",
"url": "string",
"order": 0,
"mediaType": "string",
"caption": "string"
}
],
"occupancy": {
"adults": 0,
"children": 0,
"total": 0
},
"beds": [
{
"type": "string",
"count": 0
}
],
"bundleportRoomCode": "string",
"bundleportRoomCodeConfidencePct": 0,
"bundleportRoomCodeSource": "mirror",
"contentSource": "string"
},
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}
],
"count": 0,
"token": "string"
}