Skip to content

Commit 4076d3f

Browse files
[skip ci] Updates
1 parent ded977b commit 4076d3f

File tree

4 files changed

+92
-50
lines changed

4 files changed

+92
-50
lines changed

api-explorer/v4-0/HotelService.swagger2.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,6 +2023,20 @@
20232023
"description": "UUID that identifies the traveler within Concur",
20242024
"example": "123e4567-e89b-12d3-a456-426614174000",
20252025
"type": "string"
2026+
},
2027+
"gdsName": {
2028+
"description": "Name of the GDS (Global Distribution System) to be used for this booking (active or passive segment). Supported values: SABRE, AMADEUS, TRAVELPORT",
2029+
"type": "string",
2030+
"enum": [
2031+
"SABRE",
2032+
"AMADEUS",
2033+
"TRAVELPORT"
2034+
]
2035+
},
2036+
"pcc": {
2037+
"description": "Pseudo City Code or Office ID (OID) for the GDS account to be used for this booking (active or passive segment).",
2038+
"type": "string",
2039+
"example": "ABC123"
20262040
}
20272041
},
20282042
"required": [

0 commit comments

Comments
 (0)