- Auth
- Customer
- Passengers
- invoice Info
- Favorite Flights
- Notifications
- Fast Actions
- Customer - Get ProfileGET
- Customer - Update ProfilePOST
- Customer - Update PasswordPOST
- Search History - FlightGET
- Customer - Remove AccountDELETE
- Utils
- Flight
- Bus
- Hotel
- Socket
- Auto Completes
- Queue / Socket
- Misc
- Payment
- Orders
- Blog
- Contents
- Refund
- Notifications
- Checkout
- Otp VerifyPOST
- StatusGET
Hotel - Get Hotel Details
POST
https://test-api.ucuzyolu.com/hotel/get-hotel-details
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Header Params
client-id
string
optional
Default:
302382-1928283273-237723829-292999
Body Params application/json
journeyId
string
required
hotelId
string
required
Example
{
"journeyId": "{{journeyId}}",
"hotelId": "{{hotelId}}"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://test-api.ucuzyolu.com/hotel/get-hotel-details' \
--header 'client-id: 302382-1928283273-237723829-292999' \
--header 'Content-Type: application/json' \
--data-raw '{
"journeyId": "",
"hotelId": ""
}'
Responses
🟢200OK
application/json
Body
data
object (Search Hotel)
required
journeyId
string
required
success
boolean
required
type
string
required
currency
string
required
action
string
required
destinations
array[string]
required
searchStatus
string
required
bookingStatus
string
required
results
array[object (Hotel) {5}]
required
booking
optional
ttl
integer
required
filters
array[string]
required
success
boolean
required
code
integer
required
message
string
required
Example
{ "data": { "journeyId": "D57A030A-FA52-4B64-93D3-1FBC322432FC", "success": true, "type": "hotel", "currency": "TRY", "action": "search", "destinations": [], "searchStatus": "completed", "bookingStatus": "pending", "results": [ { "hotelId": "KTR468666", "providerSearchId": "47d72eb3a7e24bdfbc441623eb2599a7", "provider": "bookingagora", "hotel": { "hotelId": "KTR468666", "provider": "bookingagora", "destinationId": "522990", "name": "Dosso Dossi Hotels&Spa Downtown", "address": "Vatan Caddesi No:46-48 Fatih", "location": "Istanbul", "countryCode": "TR", "phone": "00902126381200", "email": "info@dossodossihotels.com", "fax": "00902125331008", "hotelCode": "KTR468666", "image": "https://cdn.kplus.com.tr/?url=aS50cmF2ZWxhcGkuY29tL2xvZGdpbmcvMTAwMDAwMDAvOTk5MDAwMC85OTgxOTAwLzk5ODE4MzkvZDNmM2FlMmNfYi5qcGc=", "categoryName": "Hotel", "geoLocation": { "latitude": 41.017, "longitude": 28.940866 } }, "boards": [ { "code": "BB", "name": "Bed and Breakfast" } ], "rooms": [ { "roomId": "47d72eb3a7e24bdfbc441623eb2599a7@KTR468666@28@963dad3b25734c82a6af006b55a1e5e4", "roomCode": "47d72eb3a7e24bdfbc441623eb2599a7@KTR468666@28@963dad3b25734c82a6af006b55a1e5e4", "roomName": "Standart Room", "boardCode": "BB", "boardName": "Bed and Breakfast", "addionalServices": [], "cancellationPolicies": [], "provider": "bookingagora", "currencyCode": "TRY", "currencyRate": 1, "baseAmount": 8249.97, "taxAmount": 0, "discountAmount": 0, "commission": 0, "ourMargin": 0, "serviceFee": 0, "totalAmount": 8249.97, "totalStrikeAmount": 8249.97, "kickBack": 0, "kickBacks": [], "medias": [], "combinationId": "28|7222", "allotment": 10 } ], "roomCombinations": [] }, { "hotelId": "KTR674691", "providerSearchId": "47d72eb3a7e24bdfbc441623eb2599a7", "provider": "bookingagora", "hotel": { "hotelId": "KTR674691", "provider": "bookingagora", "destinationId": "522990", "name": "Hotel Casa Mia Old City", "address": "PIYERLOTI CAD.CEPHANECI SOK.NO:14", "location": "Istanbul", "countryCode": "TR", "phone": "90 212 458 88 10", "email": "info@casamiaistanbul.com", "fax": "902124584925", "hotelCode": "KTR674691", "image": "https://cdn.kplus.com.tr/?url=bXkua3BsdXMuY29tLnRyL0FsYnVtTWVkaWEvSG90ZWwvTG9nby80OGJmYjY1YS1iNGIyLTQ0YzgtYTQ3Ni1hYjBjYmRlYTc0YmYuanBn", "categoryName": "Hotel", "geoLocation": { "latitude": 41.006325, "longitude": 28.968697 } }, "boards": [ { "code": "RO", "name": "Sadece Oda" } ], "rooms": [ { "roomId": "47d72eb3a7e24bdfbc441623eb2599a7@KTR674691@28@1ae363c2941e4d0886dd6215e010f6fe", "roomCode": "47d72eb3a7e24bdfbc441623eb2599a7@KTR674691@28@1ae363c2941e4d0886dd6215e010f6fe", "roomName": "Standart Oda", "boardCode": "RO", "boardName": "Sadece Oda", "addionalServices": [], "cancellationPolicies": [], "provider": "bookingagora", "currencyCode": "TRY", "currencyRate": 1, "baseAmount": 22081.55, "taxAmount": 0,
Modified at 2024-11-28 01:29:13